Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
implemented maven war plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Oct 18, 2013
1 parent aa654cc commit 8d55647
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@
</connectors>
</configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<configuration>
<packagingExcludes>js/restcountries.js</packagingExcludes>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 8d55647

Please sign in to comment.