Author: alexsmirnov
Date: 2010-05-03 17:50:30 -0400 (Mon, 03 May 2010)
New Revision: 16877
Added:
root/cdk/trunk/parent/
Removed:
root/cdk/trunk/root/
Modified:
root/cdk/trunk/archetypes/pom.xml
root/cdk/trunk/bom/pom.xml
root/cdk/trunk/parent/pom.xml
root/cdk/trunk/plugins/pom.xml
root/cdk/trunk/pom.xml
Log:
rename root to parent, fix deployment configuration
Modified: root/cdk/trunk/archetypes/pom.xml
===================================================================
--- root/cdk/trunk/archetypes/pom.xml 2010-05-03 18:32:44 UTC (rev 16876)
+++ root/cdk/trunk/archetypes/pom.xml 2010-05-03 21:50:30 UTC (rev 16877)
@@ -5,9 +5,10 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.richfaces</groupId>
- <artifactId>cdk</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>parent</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -21,4 +22,4 @@
<module>ui-multimodule</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: root/cdk/trunk/bom/pom.xml
===================================================================
--- root/cdk/trunk/bom/pom.xml 2010-05-03 18:32:44 UTC (rev 16876)
+++ root/cdk/trunk/bom/pom.xml 2010-05-03 21:50:30 UTC (rev 16877)
@@ -23,6 +23,25 @@
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
<
url>http://fisheye.jboss.org/browse/Richfaces/cdk/trunk/bom</url>
</scm>
+ <distributionManagement>
+ <downloadUrl>
+
http://labs.jboss.com/portal/jbossrichfaces/downloads
+ </downloadUrl>
+ <repository>
+
<id>repository.jboss.org</id>
+
<uniqueVersion>false</uniqueVersion>
+
<url>${releaseRepository}</url>
+
</repository>
+
<snapshotRepository>
+
<id>snapshots.jboss.org</id>
+
<uniqueVersion>true</uniqueVersion>
+
<url>${snapshotRepository}</url>
+
</snapshotRepository>
+
<!--site>
+
<url>file:target/site2</url>
+
</site-->
+ </distributionManagement>
+
<build>
<!-- Define CDK plugin that is used by JSF component projects -->
<pluginManagement>
Copied: root/cdk/trunk/parent (from rev 16873, root/cdk/trunk/root)
Modified: root/cdk/trunk/parent/pom.xml
===================================================================
--- root/cdk/trunk/root/pom.xml 2010-05-03 16:45:09 UTC (rev 16873)
+++ root/cdk/trunk/parent/pom.xml 2010-05-03 21:50:30 UTC (rev 16877)
@@ -13,8 +13,8 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>cdk</artifactId>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
@@ -28,28 +28,6 @@
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
<
url>http://fisheye.jboss.org/browse/Richfaces/cdk/trunk/root</url>
</scm>
- <!--
- TODO move distribution management and repositories to the root pom
- -->
- <distributionManagement>
- <downloadUrl>
-
http://labs.jboss.com/portal/jbossrichfaces/downloads
- </downloadUrl>
- <repository>
- <id>repository.jboss.org</id>
- <uniqueVersion>false</uniqueVersion>
- <url>${releaseRepository}</url>
- </repository>
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <uniqueVersion>true</uniqueVersion>
- <url>${snapshotRepository}</url>
- </snapshotRepository>
- <!--site>
- <url>file:target/site2</url>
- </site-->
- </distributionManagement>
-
<repositories>
<repository>
<releases>
@@ -208,4 +186,4 @@
</plugin>
</plugins>
</reporting>
-</project>
\ No newline at end of file
+</project>
Modified: root/cdk/trunk/plugins/pom.xml
===================================================================
--- root/cdk/trunk/plugins/pom.xml 2010-05-03 18:32:44 UTC (rev 16876)
+++ root/cdk/trunk/plugins/pom.xml 2010-05-03 21:50:30 UTC (rev 16877)
@@ -2,10 +2,10 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.richfaces</groupId>
- <artifactId>cdk</artifactId>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <relativePath>../root</relativePath>
+ <relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -36,4 +36,4 @@
<module>maven-cdk-plugin</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: root/cdk/trunk/pom.xml
===================================================================
--- root/cdk/trunk/pom.xml 2010-05-03 18:32:44 UTC (rev 16876)
+++ root/cdk/trunk/pom.xml 2010-05-03 21:50:30 UTC (rev 16877)
@@ -16,7 +16,7 @@
<modules>
<module>bom</module>
- <module>root</module>
+ <module>parent</module>
<module>plugins</module>
<module>archetypes</module>
</modules>