Commit e5befc9083871f3c6d95df4ad26f8c9b86062b42

Authored by gabriel.damasceno
1 parent 93926f59
Exists in master

redmine #161 - clean package -> clean install

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pom.xml
... ... @@ -174,7 +174,7 @@
174 174 <build>
175 175 <finalName>${project.artifactId}-${project.version}</finalName>
176 176  
177   - <defaultGoal>clean package</defaultGoal>
  177 + <defaultGoal>clean install</defaultGoal>
178 178  
179 179 <resources>
180 180 <!-- Resources que sao filtrados pelo maven -->
... ...