Author: hboutemy
Date: Thu May 12 21:48:30 2016
New Revision: 1743584

URL: http://svn.apache.org/viewvc?rev=1743584&view=rev
Log:
removed Maven 2 profile, now unused

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

Modified: maven/pom/trunk/maven/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/pom.xml?rev=1743584&r1=1743583&r2=1743584&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/pom.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/pom.xml Thu May 12 21:48:30 2016
@@ -257,34 +257,5 @@ under the License.
         </plugins>
       </reporting>
     </profile>
-    <profile>
-      <id>maven-2</id>
-      <activation>
-        <file>
-          <!--  This employs that the basedir expression is only recognized by 
Maven 3.x (see MNG-2363) -->
-          <missing>${basedir}</missing>
-        </file>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-plugin-plugin</artifactId>
-            <configuration>
-              <!-- see https://issues.apache.org/jira/browse/MNG-5346 -->
-              <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
-            </configuration>
-            <executions>
-              <execution>
-                <id>mojo-descriptor</id>
-                <goals><!-- Maven 2 does not support phase overriding: need to 
add an execution -->
-                  <goal>descriptor</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>    
   </profiles>
 </project>


Reply via email to