Skip to content

Commit

Permalink
Merge pull request #114 from paterczm/master
Browse files Browse the repository at this point in the history
Create classes jars for crud.war and metadata.war
  • Loading branch information
luan-cestari committed Mar 13, 2015
2 parents 9105e4f + 64c7383 commit 7fa6733
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@
</mappings>
</configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down
7 changes: 7 additions & 0 deletions metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@
</mappings>
</configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<attachClasses>true</attachClasses>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 7fa6733

Please sign in to comment.