Skip to content

Commit

Permalink
change maven build so that web classes are contained in a jar instead…
Browse files Browse the repository at this point in the history
… of in WEB-INF/classes
  • Loading branch information
Jesse Eichar committed Oct 9, 2012
1 parent 8a2f3b5 commit 99daf8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<archiveClasses>true</archiveClasses>
<!-- <warSourceDirectory>src/main/geonetwork</warSourceDirectory> -->

<!-- Remove comment tag to include documentation in the build.
Expand Down

0 comments on commit 99daf8d

Please sign in to comment.