You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/08/01 06:43:44 UTC

svn commit: r226740 - in /portals/pluto/branches/pluto-1.1: ./ pluto-container/ pluto-deploy/ pluto-descriptor-api/ pluto-descriptor-impl/ pluto-install/ pluto-portal/ pluto-site/ pluto-testsuite/

Author: ddewolf
Date: Sun Jul 31 21:43:38 2005
New Revision: 226740

URL: http://svn.apache.org/viewcvs?rev=226740&view=rev
Log:
Settingup SnapShot Repo in order for Continuum to be able to access parent pom

Modified:
    portals/pluto/branches/pluto-1.1/pluto-container/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-deploy/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-install/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-site/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-testsuite/pom.xml
    portals/pluto/branches/pluto-1.1/pom.xml

Modified: portals/pluto/branches/pluto-1.1/pluto-container/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-container/pom.xml?rev=226740&r1=226739&r2=226740&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-container/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-container/pom.xml Sun Jul 31 21:43:38 2005
@@ -77,5 +77,12 @@
       </plugin>
     </plugins>
   </build>
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <name>Snapshot Development Repository</name>
+      <url>http://daviddewolf.com/m2</url>
+    </repository>
+  </repositories>
 
 </project>

Modified: portals/pluto/branches/pluto-1.1/pluto-deploy/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-deploy/pom.xml?rev=226740&r1=226739&r2=226740&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-deploy/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-deploy/pom.xml Sun Jul 31 21:43:38 2005
@@ -76,5 +76,12 @@
       </plugin>
     </plugins>
   </build>
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <name>Snapshot Development Repository</name>
+      <url>http://daviddewolf.com/m2</url>
+    </repository>
+  </repositories>
 
 </project>

Modified: portals/pluto/branches/pluto-1.1/pluto-descriptor-api/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-descriptor-api/pom.xml?rev=226740&r1=226739&r2=226740&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-descriptor-api/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-descriptor-api/pom.xml Sun Jul 31 21:43:38 2005
@@ -30,4 +30,12 @@
       </plugin>
     </plugins>
   </build>
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <name>Snapshot Development Repository</name>
+      <url>http://daviddewolf.com/m2</url>
+    </repository>
+  </repositories>
+
 </project>

Modified: portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/pom.xml?rev=226740&r1=226739&r2=226740&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/pom.xml Sun Jul 31 21:43:38 2005
@@ -75,4 +75,12 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <name>Snapshot Development Repository</name>
+      <url>http://daviddewolf.com/m2</url>
+    </repository>
+  </repositories>
+
 </project>

Modified: portals/pluto/branches/pluto-1.1/pluto-install/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-install/pom.xml?rev=226740&r1=226739&r2=226740&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-install/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-install/pom.xml Sun Jul 31 21:43:38 2005
@@ -85,4 +85,12 @@
       </plugin>
     </plugins>
   </reporting>
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <name>Snapshot Development Repository</name>
+      <url>http://daviddewolf.com/m2</url>
+    </repository>
+  </repositories>
+
 </project>

Modified: portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml?rev=226740&r1=226739&r2=226740&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml Sun Jul 31 21:43:38 2005
@@ -93,4 +93,12 @@
     </plugins>
 
   </build>
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <name>Snapshot Development Repository</name>
+      <url>http://daviddewolf.com/m2</url>
+    </repository>
+  </repositories>
+
 </project>

Modified: portals/pluto/branches/pluto-1.1/pluto-site/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-site/pom.xml?rev=226740&r1=226739&r2=226740&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-site/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-site/pom.xml Sun Jul 31 21:43:38 2005
@@ -24,4 +24,12 @@
       </plugin>
     </plugins>
   </reporting>
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <name>Snapshot Development Repository</name>
+      <url>http://daviddewolf.com/m2</url>
+    </repository>
+  </repositories>
+
 </project>

Modified: portals/pluto/branches/pluto-1.1/pluto-testsuite/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-testsuite/pom.xml?rev=226740&r1=226739&r2=226740&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-testsuite/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-testsuite/pom.xml Sun Jul 31 21:43:38 2005
@@ -62,4 +62,12 @@
       </plugin>
     </plugins>
   </build>
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <name>Snapshot Development Repository</name>
+      <url>http://daviddewolf.com/m2</url>
+    </repository>
+  </repositories>
+
 </project>

Modified: portals/pluto/branches/pluto-1.1/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pom.xml?rev=226740&r1=226739&r2=226740&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pom.xml Sun Jul 31 21:43:38 2005
@@ -48,6 +48,21 @@
     <url>http://www.apache.org/</url>
   </organization>
 
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>scp://minotaur.apache.org/www/portals.apache.org/pluto/</url>
+    </site>
+  </distributionManagement>
+
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <name>Snapshot Development Repository</name>
+      <url>http://daviddewolf.com/m2</url>
+    </repository>
+  </repositories>
+
   <modules>
 	<module>maven-pluto-plugin</module>
 	<module>pluto-descriptor-api</module>