Author: echatellier Date: 2013-04-19 11:31:20 +0200 (Fri, 19 Apr 2013) New Revision: 209 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/209 Log: Fix war deploiement Modified: trunk/cantharella.web/pom.xml Modified: trunk/cantharella.web/pom.xml =================================================================== --- trunk/cantharella.web/pom.xml 2013-04-19 09:07:57 UTC (rev 208) +++ trunk/cantharella.web/pom.xml 2013-04-19 09:31:20 UTC (rev 209) @@ -12,7 +12,14 @@ <name>Cantharella :: Web</name> <packaging>war</packaging> + <properties> + <netbeans.hint.deploy.server>Tomcat</netbeans.hint.deploy.server> + <redmine.releaseFiles>target/cantharella-${project.version}.war</redmine.releaseFiles> + </properties> + <build> + <finalName>cantharella-${project.version}</finalName> + <resources> <!-- for html in java packages (wicket) --> <resource> @@ -167,7 +174,4 @@ <artifactId>wicket-spring</artifactId> </dependency> </dependencies> - <properties> - <netbeans.hint.deploy.server>Tomcat</netbeans.hint.deploy.server> - </properties> </project> \ No newline at end of file
participants (1)
-
echatellier@users.forge.codelutin.com