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 jv...@apache.org on 2004/09/10 03:45:52 UTC

cvs commit: maven-components/maven-core pom.xml

jvanzyl     2004/09/09 18:45:52

  Modified:    maven-core pom.xml
  Log:
  o add the distributionManagement element so I can deploy the m2 site
  
  Revision  Changes    Path
  1.5       +6 -0      maven-components/maven-core/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/pom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pom.xml	26 Aug 2004 04:39:57 -0000	1.4
  +++ pom.xml	10 Sep 2004 01:45:52 -0000	1.5
  @@ -59,4 +59,10 @@
         <version>1.0-alpha-1-SNAPSHOT</version>
       </dependency>
     </dependencies>
  +  <distributionManagement>
  +    <site>
  +      <id>website</id>
  +      <url>scp://www.apache.org//www/maven.apache.org/m2</url>
  +    </site>
  +  </distributionManagement>
   </project>