Author: veithen
Date: Fri Dec 4 20:12:00 2015
New Revision: 1718018
URL: http://svn.apache.org/viewvc?rev=1718018&view=rev
Log:
Tidy POM.
Modified:
webservices/axiom/trunk/systests/wss4j-tests/pom.xml
Modified: webservices/axiom/trunk/systests/wss4j-tests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/wss4j-tests/pom.xml?rev=1718018&r1=1718017&r2=1718018&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/wss4j-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/wss4j-tests/pom.xml Fri Dec 4 20:12:00
2015
@@ -62,6 +62,48 @@
</dependencies>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-clean-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>clean</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute/>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.mojo</groupId>
+
<artifactId>keytool-maven-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>generateKeyPair</goal>
+ <goal>generateSecretKey</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute/>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
@@ -126,47 +168,5 @@
</configuration>
</plugin>
</plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-clean-plugin</artifactId>
- <versionRange>[0,)</versionRange>
- <goals>
- <goal>clean</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <execute/>
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.codehaus.mojo</groupId>
-
<artifactId>keytool-maven-plugin</artifactId>
- <versionRange>[0,)</versionRange>
- <goals>
- <goal>generateKeyPair</goal>
- <goal>generateSecretKey</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <execute/>
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
</project>