Author: khmarbaise
Date: Mon Feb 23 19:24:02 2015
New Revision: 1661756

URL: http://svn.apache.org/r1661756
Log:
Cleaned up pom to use it's parent and
fixed warnings.

Modified:
    maven/plugins/trunk/maven-stage-plugin/pom.xml

Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/pom.xml?rev=1661756&r1=1661755&r2=1661756&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-stage-plugin/pom.xml Mon Feb 23 19:24:02 2015
@@ -144,17 +144,6 @@ under the License.
     </pluginManagement>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-component-metadata</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>generate-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
@@ -175,16 +164,17 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.8</version>
             <executions>
               <execution>
                 <id>integration-test</id>
                 <phase>integration-test</phase>
                 <configuration>
-                  <tasks>
+                  <target>
                     <echo/><echo/><echo/><echo/><echo/>
                     <echo level='warning'>NO INTEGRATION TESTS DEFINED</echo>
                     <echo/><echo/><echo/><echo/><echo/>
-                  </tasks>
+                  </target>
                 </configuration>
                 <goals>
                   <goal>run</goal>


Reply via email to