You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2005/03/08 07:58:27 UTC

cvs commit: maven-components/maven-plugins/maven-pom-plugin pom.xml

brett       2005/03/07 22:58:27

  Modified:    maven-plugins/maven-pom-plugin pom.xml
  Log:
  make pom:deploy work
  
  Revision  Changes    Path
  1.4       +7 -0      maven-components/maven-plugins/maven-pom-plugin/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-pom-plugin/pom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- pom.xml	7 Mar 2005 07:23:31 -0000	1.3
  +++ pom.xml	8 Mar 2005 06:58:27 -0000	1.4
  @@ -33,5 +33,12 @@
         <artifactId>wagon-provider-api</artifactId>
         <version>1.0-alpha-2-SNAPSHOT</version>
       </dependency>
  +    <!-- Possibly temporary provider registration -->
  +    <dependency>
  +      <groupId>maven</groupId>
  +      <artifactId>wagon-ssh</artifactId>
  +      <version>1.0-alpha-2-SNAPSHOT</version>
  +      <scope>runtime</scope>
  +    </dependency>
     </dependencies>
   </project>