Author: veithen Date: Fri Sep 25 19:19:56 2009 New Revision: 818961 URL: http://svn.apache.org/viewvc?rev=818961&view=rev Log: WSCOMMONS-505: Changed the root POM to specify the versions of plugins to use. This makes the build predictable on Maven <= 2.0.8.
Modified: webservices/commons/trunk/modules/axiom/pom.xml Modified: webservices/commons/trunk/modules/axiom/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=818961&r1=818960&r2=818961&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/pom.xml Fri Sep 25 19:19:56 2009 @@ -380,6 +380,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.3</version> <configuration> <includes> <include>**/*Test.java</include> @@ -403,6 +404,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> + <version>2.2-beta-2</version> <configuration> <descriptors> <descriptor>src/main/assembly/jar.xml</descriptor> @@ -412,6 +414,10 @@ <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <version>2.0.4</version> + </plugin> </plugins> </pluginManagement> <plugins>