[richfaces-svn-commits] JBoss Rich Faces SVN: r18817 - modules/build/parent/branches/RF-9112.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Aug 19 11:11:17 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-19 11:11:17 -0400 (Thu, 19 Aug 2010)
New Revision: 18817

Modified:
   modules/build/parent/branches/RF-9112/pom.xml
Log:
RF-9112 Updated richfaces-parent

Modified: modules/build/parent/branches/RF-9112/pom.xml
===================================================================
--- modules/build/parent/branches/RF-9112/pom.xml	2010-08-19 15:07:09 UTC (rev 18816)
+++ modules/build/parent/branches/RF-9112/pom.xml	2010-08-19 15:11:17 UTC (rev 18817)
@@ -31,12 +31,12 @@
     </parent>
 
     <description>
-        The Parent for all RichFaces sub-projects. This specifies
-        build, plugin
-        and project meta-data.
+        This is the parent for all RichFaces artifacts, and contains project
+        metadata, shared/stable configuration, and other common settings that 
+        change very rarely.
     </description>
 
-    <url>http://www.jboss.org/richfaces</url>
+    <url>http://richfaces.org</url>
 
     <licenses>
         <license>
@@ -48,6 +48,7 @@
 
     <developers>
         <developer>
+            <!-- TODO populate -->
             <name>RichFaces committers</name>
         </developer>
     </developers>
@@ -59,9 +60,9 @@
 
     <properties>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        
         <!-- Override the default 2.0.9 from jboss-parent -->
         <maven.min.version>2.1.0</maven.min.version>
-        <richfaces.checkstyle.version>2-SNAPSHOT</richfaces.checkstyle.version>
     </properties>
 
     <!-- Repository management, including extra repositories if needed -->
@@ -101,44 +102,12 @@
         </pluginRepository>
     </pluginRepositories>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- Archetypes dependency -->
-            <dependency>
-                <groupId>org.apache.maven.archetype</groupId>
-                <artifactId>archetype-packaging</artifactId>
-                <version>2.0-alpha-4</version>
-            </dependency>
-
-            <!-- tests -->
-            <dependency>
-                <groupId>org.jboss.test-jsf</groupId>
-                <artifactId>htmlunit-client</artifactId>
-                <version>1.0.3</version>
-            </dependency>
-            <dependency>
-                <groupId>org.jboss.test-jsf</groupId>
-                <artifactId>jsf-mock</artifactId>
-                <version>1.0.3</version>
-            </dependency>
-            <dependency>
-                <groupId>org.jboss.test-jsf</groupId>
-                <artifactId>jsf-test-stage</artifactId>
-                <version>1.0.3</version>
-            </dependency>
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>4.7</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <!-- Build -->
     <build>
         <!--
-            Plugin config, including versions to use in the build. Note: some
-            are inherited from jboss-parent
+            The pluginManagement section of the richfaces-parent should contain
+            and stable plugin settings, and versions to be used by all part of
+            the project.
         -->
         <pluginManagement>
             <plugins>
@@ -153,11 +122,6 @@
                         <releaseProfiles>release</releaseProfiles>
                         <!-- Some modules (dist) need release items installed during prepare -->
                         <preparationGoals>clean install</preparationGoals>
-                        <!--
-                            RichFaces modules should override and set goals to
-                            run for release:perform
-                        -->
-                        <!-- <goals></goals> -->
                     </configuration>
                 </plugin>
 
@@ -347,9 +311,7 @@
     </profiles>
     
     <distributionManagement>
-        <downloadUrl>
-            http://www.jboss.org/richfaces/download
-        </downloadUrl>
+        <downloadUrl>http://www.jboss.org/richfaces/download</downloadUrl>
     </distributionManagement>
 
     <!-- SCM and distribution management -->



More information about the richfaces-svn-commits mailing list