Hi Emmanuel,
yes, you are right. However that is the trunk-with-dependencies
aggregator pom that doesn't use a the project/pom as parent.
I just added this because I try to get the trunk-with-dependencies
checkout running by Continuum at vmbuild.apache.org.
Kind Regards,
Stefan
Emmanuel Lecharny wrote:
Hi Stefan,
the plugin version should be defined in the project/pom.xml file, so no
need to add it in the may pom.
On 3/6/10 7:20 PM, [email protected] wrote:
Author: seelmann
Date: Sat Mar 6 18:20:12 2010
New Revision: 919809
URL: http://svn.apache.org/viewvc?rev=919809&view=rev
Log:
Must explicitely define verson 2.5, as skip doesn't work correctly in 2.4
Modified:
directory/apacheds/trunk-with-dependencies/pom.xml
Modified: directory/apacheds/trunk-with-dependencies/pom.xml
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies/pom.xml?rev=919809&r1=919808&r2=919809&view=diff
==============================================================================
--- directory/apacheds/trunk-with-dependencies/pom.xml (original)
+++ directory/apacheds/trunk-with-dependencies/pom.xml Sat Mar 6
18:20:12 2010
@@ -39,6 +39,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
+<version>2.5</version>
<configuration>
<skip>true</skip>
</configuration>