These should be in pluginManagement, otherwise you introduce a
circular dependency when building from the top level.
On 22/12/2007, at 7:16 PM, [EMAIL PROTECTED] wrote:
Author: olamy
Date: Sat Dec 22 00:16:38 2007
New Revision: 606407
URL: http://svn.apache.org/viewvc?rev=606407&view=rev
Log:
lock plugins version
Modified:
maven/plugins/trunk/maven-war-plugin/pom.xml
Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=606407&r1=606406&r2=606407&view=diff
=
=
=
=
=
=
=
=
======================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sat Dec 22 00:16:38
2007
@@ -82,6 +82,18 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0.4</version>
+ </plugin>
+ </plugins>
+ </build>
<profiles>
<profile>
<id>integration-tests</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]