You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/12/01 05:28:33 UTC

svn commit: r721959 - in /maven/components/trunk: build.xml pom.xml

Author: jvanzyl
Date: Sun Nov 30 20:28:32 2008
New Revision: 721959

URL: http://svn.apache.org/viewvc?rev=721959&view=rev
Log:
o use a release of plexus with the updated metadata generation tools

Modified:
    maven/components/trunk/build.xml
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=721959&r1=721958&r2=721959&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Sun Nov 30 20:28:32 2008
@@ -87,7 +87,7 @@
     
     <!-- Pull the dependencies for the MetadataGenerator CLI -->
     <artifact:dependencies pathId="pmdg.pathid" filesetId="pmdg.fileset" verbose="${verbose}">
-       <localRepository path="${maven.repo.local}"/>
+       <localRepository path="${maven.repo.local}"/>       
        <dependency groupId="org.codehaus.plexus" artifactId="plexus-component-metadata" version="${pom.properties.plexusVersion}"/>
     </artifact:dependencies>          
     
@@ -103,7 +103,8 @@
       <path refid="pom.pathid"/>
       <path refid="pmdg.pathid"/>
     </path>
-  	
+
+    <echo>Using plexus version ${pom.properties.plexusVersion}</echo> 
     <java fork="fork" classname="org.codehaus.plexus.metadata.PlexusMetadataGeneratorCli" failonerror="true">
       <classpath refid="maven.classpath"/>
       <!-- We need to generate component descriptors from the maven-artifact sources which use javadoc annotations. -->

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=721959&r1=721958&r2=721959&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sun Nov 30 20:28:32 2008
@@ -276,7 +276,7 @@
     <doxiaVersion>1.0-alpha-9</doxiaVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.1</junitVersion>
-    <plexusVersion>1.0-beta-3.0.0-SNAPSHOT</plexusVersion>
+    <plexusVersion>1.0-beta-3.0.1</plexusVersion>
     <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
     <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
     <plexusUtilsVersion>1.5.5</plexusUtilsVersion>