Author: rwatler
Date: Fri Feb 10 13:50:32 2006
New Revision: 376869
URL: http://svn.apache.org/viewcvs?rev=376869&view=rev
Log:
Maven2 build checkpoint: add BSR maven2 repo, update parent POM refs, and add
missing deps for latest modifications
Modified:
portals/jetspeed-2/trunk/applications/j2-admin/pom.xml
portals/jetspeed-2/trunk/applications/jetspeed/pom.xml
portals/jetspeed-2/trunk/applications/rss/pom.xml
portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml
portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml
portals/jetspeed-2/trunk/pom.xml
Modified: portals/jetspeed-2/trunk/applications/j2-admin/pom.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/j2-admin/pom.xml?rev=376869&r1=376868&r2=376869&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/applications/j2-admin/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/j2-admin/pom.xml Fri Feb 10 13:50:32
2006
@@ -46,6 +46,10 @@
<!-- Build Dependencies -->
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>jetspeed-locator</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>portals-gems</artifactId>
</dependency>
<dependency>
Modified: portals/jetspeed-2/trunk/applications/jetspeed/pom.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/jetspeed/pom.xml?rev=376869&r1=376868&r2=376869&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/applications/jetspeed/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/jetspeed/pom.xml Fri Feb 10 13:50:32
2006
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<version>2.1-dev</version>
- <artifactId>rss-application</artifactId>
+ <artifactId>applications</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>war</packaging>
Modified: portals/jetspeed-2/trunk/applications/rss/pom.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/rss/pom.xml?rev=376869&r1=376868&r2=376869&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/applications/rss/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/pom.xml Fri Feb 10 13:50:32 2006
@@ -26,7 +26,7 @@
<groupId>org.apache.portals.jetspeed-2</groupId>
<version>2.1-dev</version>
- <artifactId>rss-application</artifactId>
+ <artifactId>rss-applications</artifactId>
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<version>2.1-dev</version>
Modified: portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml?rev=376869&r1=376868&r2=376869&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml Fri Feb 10
13:50:32 2006
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<version>2.1-dev</version>
- <artifactId>rss-application</artifactId>
+ <artifactId>rss-applications</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Modified: portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml?rev=376869&r1=376868&r2=376869&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml Fri Feb 10
13:50:32 2006
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.portals.jetspeed-2</groupId>
<version>2.1-dev</version>
- <artifactId>rss-application</artifactId>
+ <artifactId>rss-applications</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>war</packaging>
Modified: portals/jetspeed-2/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/pom.xml?rev=376869&r1=376868&r2=376869&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/pom.xml (original)
+++ portals/jetspeed-2/trunk/pom.xml Fri Feb 10 13:50:32 2006
@@ -178,27 +178,23 @@
<url>http://repo1.maven.org/maven2</url>
</repository>
<repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>com.bluesunrise</id>
+ <id>com.bluesunrise.m2</id>
+ <name>Maven2 BlueSunrise</name>
+ <url>http://www.bluesunrise.com/maven2</url>
+ </repository>
+ <repository>
+ <id>com.bluesunrise.m1</id>
<name>Maven1 BlueSunrise</name>
<url>http://www.bluesunrise.com/maven</url>
<layout>legacy</layout>
</repository>
<repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
<id>org.codehaus</id>
<name>Maven1 Codehaus</name>
<url>http://dist.codehaus.org</url>
<layout>legacy</layout>
</repository>
<repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
<id>org.apache</id>
<name>Maven1 Apache</name>
<url>http://cvs.apache.org/repository</url>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]