You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/02/20 17:07:04 UTC

svn commit: r1291331 - /james/project/trunk/pom.xml

Author: eric
Date: Mon Feb 20 16:07:04 2012
New Revision: 1291331

URL: http://svn.apache.org/viewvc?rev=1291331&view=rev
Log:
Add build-helper-maven-plugin definition in james project pom

Modified:
    james/project/trunk/pom.xml

Modified: james/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1291331&r1=1291330&r2=1291331&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Mon Feb 20 16:07:04 2012
@@ -837,6 +837,11 @@
                     </configuration>
                 </plugin>
                 <plugin>
+                  <groupId>org.codehaus.mojo</groupId>
+                  <artifactId>build-helper-maven-plugin</artifactId>
+                  <version>1.7</version>
+                </plugin>
+                <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>cobertura-maven-plugin</artifactId>
                     <version>2.5.1</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org