You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/04/24 19:15:58 UTC

svn commit: r396612 - /myfaces/maven/branches/1_0_2/master-pom/pom.xml

Author: schof
Date: Mon Apr 24 10:15:26 2006
New Revision: 396612

URL: http://svn.apache.org/viewcvs?rev=396612&view=rev
Log:
now publishing to new myfaces repo, added new myfaces-repo to the list of repositories to check while building

Modified:
    myfaces/maven/branches/1_0_2/master-pom/pom.xml

Modified: myfaces/maven/branches/1_0_2/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_2/master-pom/pom.xml?rev=396612&r1=396611&r2=396612&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/master-pom/pom.xml Mon Apr 24 10:15:26 2006
@@ -392,14 +392,11 @@
       <id>apache-maven-snapshots</id>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
     </repository>
+    <repository>
+      <id>myfaces-repo</id>
+      <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
+    </repository>  
   </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <snapshots />
-      <id>atanion</id>
-      <url>http://www.atanion.com/maven2</url>
-    </pluginRepository>
-  </pluginRepositories>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -416,11 +413,18 @@
     </plugins>
   </reporting>
   <distributionManagement>
+    <!-- publish to myfaces repo and manually sync to apache one after signing artifacts
     <repository>
       <id>apache-maven</id>
       <name>Apache Maven Repository</name>
       <url>scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
     </repository>
+    -->
+    <repository>
+      <id>myfaces-repo</id>
+      <name>Apache Maven Repository</name>
+      <url>scpexe://myfaces.zones.apache.org/var/apache2/htdocs/dist/maven-repository</url>
+    </repository>    
     <snapshotRepository>
       <uniqueVersion>false</uniqueVersion>
       <id>apache-maven-snapshots</id>