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/15 17:58:37 UTC

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

Author: matzew
Date: Tue Aug 15 10:58:36 2006
New Revision: 431655

URL: http://svn.apache.org/viewvc?rev=431655&view=rev
Log:
no need for pluginRepo, since plugins trunk m1 too ...

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=431655&r1=431654&r2=431655&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/pom.xml (original)
+++ incubator/adffaces/trunk/trinidad/pom.xml Tue Aug 15 10:58:36 2006
@@ -269,19 +269,14 @@
       <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>
+    <repository>
     <id>apache.snapshots</id>
     <name>Apache Snapshot Repository</name>
     <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-    </pluginRepository>
-  </pluginRepositories>
-
-
+    </repository>
 
+  </repositories>
 
 <!--  I'm not having any luck getting checkstyle to actually
       pick up the checkstyle.xml from inside adf-faces-build,