Skip to content

Commit

Permalink
lightblue-rest-metadata builds with attached classes jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed Mar 13, 2015
1 parent f079b55 commit 64c7383
Showing 1 changed file with 7 additions and 0 deletions.
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 64c7383

Please sign in to comment.