Author: jbalunas(a)redhat.com
Date: 2010-06-03 09:10:42 -0400 (Thu, 03 Jun 2010)
New Revision: 17477
Modified:
root/examples/core-demo/trunk/pom.xml
root/examples/pom.xml
Log:
Updated for release and consistency
Modified: root/examples/core-demo/trunk/pom.xml
===================================================================
--- root/examples/core-demo/trunk/pom.xml 2010-06-03 12:15:19 UTC (rev 17476)
+++ root/examples/core-demo/trunk/pom.xml 2010-06-03 13:10:42 UTC (rev 17477)
@@ -36,11 +36,14 @@
<name>RichFaces Examples: Core</name>
<properties>
+ <!-- FIXME - these should be from the parent -->
<
snapshotRepository>dav:https://repository.jboss.org/nexus/content/repo...
- <jetty.port>8080</jetty.port>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+ <jetty.port>8080</jetty.port>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
+
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
</properties>
<dependencyManagement>
@@ -48,7 +51,7 @@
<dependency>
<groupId>org.richfaces.ui.core</groupId>
<artifactId>richfaces-ui-core-bom</artifactId>
- <version>${project.version}</version>
+ <version>${org.richfaces.ui.core.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -211,6 +214,8 @@
</goals>
<phase>package</phase>
<configuration>
+ <!-- TODO - basedir might have a problem with
release realitive
+ path might be better to use
${project.build.directory} -->
<classesDirectory>${basedir}/target/sources/sources</classesDirectory>
<classifier>sources</classifier>
</configuration>
@@ -257,6 +262,7 @@
</profiles>
<repositories>
+ <!-- FIXME - should come from parent I believe -->
<repository>
<id>maven-repository2.dev.java.net</id>
<
name>Java.net Repository for Maven 2</name>
@@ -266,4 +272,10 @@
</snapshots>
</repository>
</repositories>
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/examp...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+ <
url>http://fisheye.jboss.org/browse/richfaces</url>
+ </scm>
</project>
Modified: root/examples/pom.xml
===================================================================
--- root/examples/pom.xml 2010-06-03 12:15:19 UTC (rev 17476)
+++ root/examples/pom.xml 2010-06-03 13:10:42 UTC (rev 17477)
@@ -20,9 +20,11 @@
<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">
-
<modelVersion>4.0.0</modelVersion>
+ <!-- This aggregator pom, is not released, and is only used to make it easy to
build all of the
+ examples at once from trunk. -->
+
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>