Author: maven-release Date: 2012-08-28 12:09:15 +0200 (Tue, 28 Aug 2012) New Revision: 1619 Url: http://forge.codelutin.com/repositories/revision/wao/1619 Log: update mavenpom + use new way of demo deploy Modified: trunk/pom.xml trunk/wao-ui/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-27 17:06:29 UTC (rev 1618) +++ trunk/pom.xml 2012-08-28 10:09:15 UTC (rev 1619) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.2.1</version> + <version>3.3.6</version> </parent> <groupId>fr.ifremer</groupId> Modified: trunk/wao-ui/pom.xml =================================================================== --- trunk/wao-ui/pom.xml 2012-08-27 17:06:29 UTC (rev 1618) +++ trunk/wao-ui/pom.xml 2012-08-28 10:09:15 UTC (rev 1619) @@ -165,6 +165,11 @@ <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> + + <properties> + <deployFiles>target/${project.build.finalName}.war</deployFiles> + </properties> + <build> <plugins> <plugin>