You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2008/02/22 22:38:23 UTC

svn commit: r630330 - /myfaces/portlet-bridge/site/trunk/pom.xml

Author: sobryan
Date: Fri Feb 22 13:38:15 2008
New Revision: 630330

URL: http://svn.apache.org/viewvc?rev=630330&view=rev
Log:
Added the snapshot repository because we are currently dependent on
a snapshot of the master pom file.  Once we get everything building
and we can make a release on the master-pom file, we should be able to
remove this and use a released version.

Modified:
    myfaces/portlet-bridge/site/trunk/pom.xml

Modified: myfaces/portlet-bridge/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/site/trunk/pom.xml?rev=630330&r1=630329&r2=630330&view=diff
==============================================================================
--- myfaces/portlet-bridge/site/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/site/trunk/pom.xml Fri Feb 22 13:38:15 2008
@@ -42,6 +42,20 @@
     <version>1-SNAPSHOT</version>
   </parent>
 
+  <repositories>
+    <!-- This is needed because of the dependency on the master pom snapshot -->
+    <repository>
+      <id>apache.snapshots</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/portlet-bridge/site/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/portlet-bridge/site/trunk</developerConnection>
@@ -59,4 +73,4 @@
     <defaultGoal>site</defaultGoal>
   </build>
   
-</project>
\ No newline at end of file
+</project>