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/01/19 01:45:30 UTC

svn commit: r370334 - /myfaces/maven/trunk/master-pom/pom.xml

Author: schof
Date: Wed Jan 18 16:45:29 2006
New Revision: 370334

URL: http://svn.apache.org/viewcvs?rev=370334&view=rev
Log:
changed to scp since ssh problem seems to have been fixed

Modified:
    myfaces/maven/trunk/master-pom/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/master-pom/pom.xml?rev=370334&r1=370333&r2=370334&view=diff
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Wed Jan 18 16:45:29 2006
@@ -31,6 +31,42 @@
     <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
   </issueManagement>
 
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+<!--
+  <pluginRepositories>
+    <pluginRepository>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>atanion</id>
+      <url>http://www.atanion.com/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+-->
+  <distributionManagement>
+    <repository>
+      <id>apache-maven</id>
+      <name>Apache Maven Repository</name>
+      <url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
+    </repository>
+    <snapshotRepository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>apache-maven-snapshots</id>
+      <name>Apache Maven Snapshot Repository</name>
+      <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>apache.site</id>
+      <name>Apache Website</name>
+      <!-- NOTE: I'm using my public html dir for testing -->
+      <url>scp://minotaur.apache.org/home/bommel/public_html/projects</url>
+      <!--url>scpexe://minotaur.apache.org/www/myfaces.apache.org/projects</url-->
+    </site>
+  </distributionManagement>
+
   <mailingLists>
 
     <mailingList>
@@ -342,46 +378,5 @@
 
     </dependency>
   </dependencies>
-
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-<!--
-  <pluginRepositories>
-    <pluginRepository>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <id>atanion</id>
-      <url>http://www.atanion.com/maven2</url>
-    </pluginRepository>
-  </pluginRepositories>
--->
-  <distributionManagement>
-    <!--  NOTE: We're using scpexe protocol instead of scp because
-    jsch has an issue (already
-    reported) that makes it fail. Once it works switch back to scp protocol.
-    Maybe solved with the maven 2.0.2 release -->
-
-    <repository>
-      <id>apache-maven</id>
-      <name>Apache Maven Repository</name>
-      <url>scpexe://people.apache.org/www/www.apache.org/dist/maven-repository</url>
-    </repository>
-    <snapshotRepository>
-      <uniqueVersion>false</uniqueVersion>
-      <id>apache-maven-snapshots</id>
-      <name>Apache Maven Snapshot Repository</name>
-      <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-    </snapshotRepository>
-    <site>
-      <id>apache.site</id>
-      <name>Apache Website</name>
-      <!-- NOTE: I'm using my public html dir for testing -->
-      <url>scpexe://minotaur.apache.org/home/bommel/public_html/projects</url>
-      <!--url>scpexe://minotaur.apache.org/www/myfaces.apache.org/projects</url-->
-    </site>
-  </distributionManagement>
 
 </project>