You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/12/28 18:52:08 UTC

svn commit: r1648237 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Author: hboutemy
Date: Sun Dec 28 17:52:08 2014
New Revision: 1648237

URL: http://svn.apache.org/r1648237
Log:
[MPLUGIN-284] don't try to extract mojos from Beanshell by default

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1648237&r1=1648236&r2=1648237&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Sun Dec 28 17:52:08 2014
@@ -140,16 +140,6 @@
       <artifactId>maven-plugin-tools-annotations</artifactId>
       <scope>runtime</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven.plugin-tools</groupId>
-      <artifactId>maven-plugin-tools-beanshell</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.plugin-tools</groupId>
-      <artifactId>maven-plugin-tools-model</artifactId>
-      <scope>runtime</scope>
-    </dependency>
 
     <!-- plexus -->
     <dependency>