Author: brett
Date: Wed Jul  9 05:39:36 2014
New Revision: 1609017

URL: http://svn.apache.org/r1609017
Log:
upgrade plexus metadata generator

Avoid some intermittent problems with incomplete class names being written, 
causing build failures

Modified:
    incubator/npanday/trunk/components/dotnet-assembler/pom.xml
    
incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml
    incubator/npanday/trunk/components/dotnet-executable/pom.xml
    incubator/npanday/trunk/components/dotnet-msbuild/pom.xml
    incubator/npanday/trunk/components/dotnet-nuget/pom.xml
    incubator/npanday/trunk/components/dotnet-packaging/pom.xml
    incubator/npanday/trunk/components/dotnet-plugin/pom.xml
    incubator/npanday/trunk/components/dotnet-registry/pom.xml
    incubator/npanday/trunk/components/dotnet-vendor/pom.xml
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/components/dotnet-assembler/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/pom.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/pom.xml Wed Jul  9 
05:39:36 2014
@@ -50,7 +50,7 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
       </plugin>
     </plugins>
   </build>

Modified: 
incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- 
incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml
 (original)
+++ 
incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml
 Wed Jul  9 05:39:36 2014
@@ -17,5 +17,5 @@
   ~ under the License.
   -->
 <component-set>
-    <!-- generated by plexus-maven-plugin -->
+    <!-- generated -->
 </component-set>

Modified: incubator/npanday/trunk/components/dotnet-executable/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-executable/pom.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-executable/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-executable/pom.xml Wed Jul  9 
05:39:36 2014
@@ -59,7 +59,7 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
       </plugin>
       <plugin>
         <!-- enable groovy testing -->

Modified: incubator/npanday/trunk/components/dotnet-msbuild/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-msbuild/pom.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-msbuild/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-msbuild/pom.xml Wed Jul  9 
05:39:36 2014
@@ -65,7 +65,7 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
       </plugin>
       <plugin>
         <!-- enable groovy testing -->

Modified: incubator/npanday/trunk/components/dotnet-nuget/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-nuget/pom.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-nuget/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-nuget/pom.xml Wed Jul  9 05:39:36 
2014
@@ -66,7 +66,7 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
       </plugin>
       <plugin>
         <!-- enable groovy testing -->

Modified: incubator/npanday/trunk/components/dotnet-packaging/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-packaging/pom.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-packaging/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-packaging/pom.xml Wed Jul  9 
05:39:36 2014
@@ -50,7 +50,7 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
       </plugin>
     </plugins>
   </build>

Modified: incubator/npanday/trunk/components/dotnet-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-plugin/pom.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-plugin/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-plugin/pom.xml Wed Jul  9 
05:39:36 2014
@@ -53,7 +53,7 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
       </plugin>
     </plugins>
   </build>

Modified: incubator/npanday/trunk/components/dotnet-registry/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-registry/pom.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-registry/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-registry/pom.xml Wed Jul  9 
05:39:36 2014
@@ -52,7 +52,7 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
       </plugin>
     </plugins>
   </build>

Modified: incubator/npanday/trunk/components/dotnet-vendor/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-vendor/pom.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-vendor/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-vendor/pom.xml Wed Jul  9 
05:39:36 2014
@@ -41,7 +41,7 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
       </plugin>
     </plugins>
   </build>

Modified: incubator/npanday/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1609017&r1=1609016&r2=1609017&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Jul  9 05:39:36 2014
@@ -378,33 +378,14 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-maven-plugin</artifactId>
-          <version>1.3.8</version>
-          <dependencies>
-            <dependency>
-              <groupId>com.thoughtworks.qdox</groupId>
-              <artifactId>qdox</artifactId>
-              <version>1.12</version>
-            </dependency>
-          </dependencies>
+          <artifactId>plexus-component-metadata</artifactId>
+          <version>1.5.5</version>
           <executions>
             <execution>
               <phase>process-classes</phase>
               <goals>
-                <goal>descriptor</goal>
-                <goal>merge-descriptors</goal>
+                <goal>generate-metadata</goal>
               </goals>
-              <configuration>
-                <!-- descriptor config -->
-                <outputDirectory>${project.build.directory}</outputDirectory>
-                <fileName>plexus/auto-components.xml</fileName>
-
-                <!-- merge config -->
-                <descriptors>
-                  
<descriptor>${project.build.directory}/plexus/auto-components.xml</descriptor>
-                  
<descriptor>${basedir}/src/main/resources/META-INF/plexus/components.xml</descriptor>
-                </descriptors>
-              </configuration>
             </execution>
           </executions>
         </plugin>


Reply via email to