You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/02/02 20:14:54 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/plexus plugin.jelly project.xml

jvanzyl     2003/02/02 11:14:53

  Modified:    src/plugins-build/plexus plugin.jelly project.xml
  Log:
  o Place the version of plexus required for the plugin in the POM and let
    maven bring it down.
  
  Revision  Changes    Path
  1.4       +1 -5      jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly	28 Jan 2003 05:06:47 -0000	1.3
  +++ plugin.jelly	2 Feb 2003 19:14:53 -0000	1.4
  @@ -57,11 +57,7 @@
       <maven:pom 
         projectDescriptor="${maven.plexus.pom}"
         var="plexusPom"/>
  -
  -    <get 
  -      src="http://www.ibiblio.org/maven/plexus/jars/${plexusPom.artifactId}-${plexusPom.currentVersion}.jar"
  -      dest="${maven.plexus.lib}/${plexusPom.artifactId}-${plexusPom.currentVersion}.jar"/>
  -
  +      
       <!--
        |
        | Now we need to pull down Plexus' dependencies to satisfy runtime
  
  
  
  1.3       +7 -2      jakarta-turbine-maven/src/plugins-build/plexus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/plexus/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	28 Jan 2003 05:06:47 -0000	1.2
  +++ project.xml	2 Feb 2003 19:14:53 -0000	1.3
  @@ -182,7 +182,7 @@
       
       <!--
        |
  -     | The actual Plexus POM.
  +     | Plexus dependencies.
        |
        -->
       
  @@ -191,7 +191,12 @@
         <version>0.2</version>
         <type>pom</type>
       </dependency>
  -    
  +
  +    <dependency>
  +      <id>plexus</id>
  +      <version>0.2</version>
  +    </dependency>
  +
     </dependencies>