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/03/17 06:10:06 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/deploy deployers.tgz project.xml

jvanzyl     2003/03/16 21:10:06

  Modified:    src/plugins-build/deploy project.xml
  Added:       src/plugins-build/deploy deployers.tgz
  Log:
  o resurrected the deployers but I'm keeping them bundled up in a little
    tarball until I sort out the JCE issue. BouncyCastle provides a JCE
    implementation that should work with Jsch in order to make the Java-based
    ssh deployer work.
  
    I just wanted to get them back in. I also removed any notion of Maven
    from the deployers so they can be used elsewhere. I'm going to try and
    come up with a little dynabean that will turn beans into Ant tasks as
    an example. I would like to try and encourage more of the Ant utility
    code to be turned into straight beans so the code can be reused.
  
  Revision  Changes    Path
  1.7       +7 -28     jakarta-turbine-maven/src/plugins-build/deploy/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/deploy/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	2 Mar 2003 15:53:18 -0000	1.6
  +++ project.xml	17 Mar 2003 05:10:05 -0000	1.7
  @@ -48,55 +48,34 @@
       </developer>
     </developers>
     <dependencies>
  -    <!--
  -     |
  -     | Need this so that deployers can know about Projects 
  -     | and Artifacts.
  -     |
  -     -->
  -    
  -    <!--
  -    <dependency>
  -      <id>maven</id>
  -      <version>beta-8</version>
  -      <jar>maven.jar</jar>
  -    </dependency>
  -    <dependency>
  -      <id>commons-jelly</id>
  -      <version>20030211.141339</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>commons-jelly</groupId>
  -      <artifactId>commons-jelly-tags-log</artifactId>
  -      <version>20030211.142821</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
  -    </dependency>
  -    -->
  -    
       
       <!--
  +     |
        | Deployers
  +     |
        -->
  -
  +     
       <!--
       <dependency>
         <id>jsch</id>
         <version>0.0.9</version>
       </dependency>
  +    
       <dependency>
         <id>jce</id>
         <version>1.2.2</version>
       </dependency>
  +    
       <dependency>
         <id>commons-httpclient</id>
         <version>2.0alpha1-20020829</version>
       </dependency>
  +    
       <dependency>
         <id>commons-net</id>
         <version>20030211.160026</version>
       </dependency>
       -->
  +
     </dependencies>
   </project>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/deploy/deployers.tgz
  
  	<<Binary file>>