You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2012/01/18 00:17:18 UTC

svn commit: r1232640 - in /sling/trunk/maven/maven-launchpad-plugin/src/main: java/org/apache/sling/maven/projectsupport/ValidateBundleListMojo.java resources/META-INF/plexus/components.xml

Author: justin
Date: Tue Jan 17 23:17:17 2012
New Revision: 1232640

URL: http://svn.apache.org/viewvc?rev=1232640&view=rev
Log:
SLING-2263 - no longer need to validate bundle lists as SLING-2273 handles that now.

Removed:
    sling/trunk/maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/ValidateBundleListMojo.java
Modified:
    sling/trunk/maven/maven-launchpad-plugin/src/main/resources/META-INF/plexus/components.xml

Modified: sling/trunk/maven/maven-launchpad-plugin/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/maven-launchpad-plugin/src/main/resources/META-INF/plexus/components.xml?rev=1232640&r1=1232639&r2=1232640&view=diff
==============================================================================
--- sling/trunk/maven/maven-launchpad-plugin/src/main/resources/META-INF/plexus/components.xml (original)
+++ sling/trunk/maven/maven-launchpad-plugin/src/main/resources/META-INF/plexus/components.xml Tue Jan 17 23:17:17 2012
@@ -28,7 +28,6 @@
             <id>default</id>
             <!-- START SNIPPET: bundle-lifecycle -->
             <phases>
-              <validate>org.apache.sling:maven-launchpad-plugin:validate-bundle-list</validate>
               <package>org.apache.sling:maven-launchpad-plugin:attach-partial-bundle-list</package>
               <install>org.apache.maven.plugins:maven-install-plugin:install</install>
               <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>