Author: veithen Date: Mon Dec 10 21:28:56 2012 New Revision: 1419789 URL: http://svn.apache.org/viewvc?rev=1419789&view=rev Log: Skip distribution tests is skipTests=true.
Modified: axis/axis1/java/trunk/distribution/pom.xml axis/axis1/java/trunk/pom.xml Modified: axis/axis1/java/trunk/distribution/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/distribution/pom.xml?rev=1419789&r1=1419788&r2=1419789&view=diff ============================================================================== --- axis/axis1/java/trunk/distribution/pom.xml (original) +++ axis/axis1/java/trunk/distribution/pom.xml Mon Dec 10 21:28:56 2012 @@ -81,7 +81,7 @@ <goal>run</goal> </goals> <configuration> - <target> + <target unless="${skipTests}"> <unzip src="${project.build.directory}/${project.artifactId}-${project.version}-bin.zip" dest="${project.build.directory}" /> </target> </configuration> @@ -93,7 +93,7 @@ <goal>run</goal> </goals> <configuration> - <target> + <target unless="${skipTests}"> <ant dir="${project.build.directory}/axis-${project.version}/samples/addr"/> <ant dir="${project.build.directory}/axis-${project.version}/samples/attachments"/> <ant dir="${project.build.directory}/axis-${project.version}/samples/bidbuy"/> @@ -140,6 +140,7 @@ <configuration> <outputDirectory>${project.build.directory}/axis-${project.version}/lib</outputDirectory> <includeArtifactIds>junit</includeArtifactIds> + <skip>${skipTests}</skip> </configuration> </execution> <execution> @@ -159,6 +160,7 @@ <overWrite>true</overWrite> <outputDirectory>${project.build.directory}/jboss/lib</outputDirectory> <stripVersion>true</stripVersion> + <skip>${skipTests}</skip> </configuration> </execution> </executions> Modified: axis/axis1/java/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1419789&r1=1419788&r2=1419789&view=diff ============================================================================== --- axis/axis1/java/trunk/pom.xml (original) +++ axis/axis1/java/trunk/pom.xml Mon Dec 10 21:28:56 2012 @@ -204,7 +204,7 @@ </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> - <version>2.4</version> + <version>2.6</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>