You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/08/07 00:42:35 UTC

svn commit: r429221 - /incubator/adffaces/trunk/trinidad/pom.xml

Author: matzew
Date: Sun Aug  6 17:42:34 2006
New Revision: 429221

URL: http://svn.apache.org/viewvc?rev=429221&view=rev
Log:
added plugin repo (p.a.o)

Modified:
    incubator/adffaces/trunk/trinidad/pom.xml

Modified: incubator/adffaces/trunk/trinidad/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/pom.xml?rev=429221&r1=429220&r2=429221&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/pom.xml (original)
+++ incubator/adffaces/trunk/trinidad/pom.xml Sun Aug  6 17:42:34 2006
@@ -254,27 +254,26 @@
       </snapshots>
       <id>java-net</id>
       <name>java.net repository</name>
-      <!-- NOTE: this URL must be HTTPS.  However, unfortunately this
-           doesn't work behind a firewall.  See:
-         http://jira.codehaus.org/browse/WAGONHTTP-6
-           ... for the source of that problem.  Users behind firewalls
-           will have to manually download the files from this repository
-           and transfer them to their local repository.
-      -->
       <url>https://maven-repository.dev.java.net/nonav/repository/</url>
       <layout>legacy</layout>
     </repository>
     <repository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
       <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
     </repository>
   </repositories>
+
+  <pluginRepositories>
+    <!-- Repository to get the jetty plugin -->
+    <pluginRepository>
+    <id>apache.snapshots</id>
+    <name>Apache Snapshot Repository</name>
+    <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+    </pluginRepository>
+  </pluginRepositories>
+
+
 
 
 <!--  I'm not having any luck getting checkstyle to actually