Author: manolo
Date: Sat Apr 28 06:22:21 2012
New Revision: 1331689
URL: http://svn.apache.org/viewvc?rev=1331689&view=rev
Log:
remove mvn3 warnings
Modified:
james/hupa/trunk/client/pom.xml
Modified: james/hupa/trunk/client/pom.xml
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=1331689&r1=1331688&r2=1331689&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Sat Apr 28 06:22:21 2012
@@ -181,7 +181,7 @@
<directory>../server/src/main/webapp/</directory>
</resource>
</webResources>
- <warName>${artifactId}-${version}</warName>
+ <warName>${project.artifactId}-${project.version}</warName>
<archive>
<manifest>
<mainClass>org.apache.hupa.Launcher</mainClass>
@@ -210,6 +210,7 @@
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
+ <version>2.0.5</version>
<executions>
<execution>
<id>process</id>
@@ -223,6 +224,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.7</version>
<executions>
<execution>
<id>add-source</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]