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/24 09:46:02 UTC

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

brett       2005/03/24 00:46:02

  Modified:    maven-artifact pom.xml
  Log:
  allow file:// deployment
  
  Revision  Changes    Path
  1.12      +5 -0      maven-components/maven-artifact/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-artifact/pom.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- pom.xml	23 Mar 2005 06:52:52 -0000	1.11
  +++ pom.xml	24 Mar 2005 08:46:02 -0000	1.12
  @@ -33,4 +33,9 @@
         <scope>compile</scope>
       </dependency>
     </dependencies>
  +  <distributionManagement>
  +    <repository>
  +      <url>file://c:/home/brett/snapshot-test-repo</url>
  +    </repository>
  +  </distributionManagement>
   </model>