Author: Alex.Kolonitsky
Date: 2010-05-13 07:39:11 -0400 (Thu, 13 May 2010)
New Revision: 17014
Modified:
root/examples/core-demo/trunk/pom.xml
root/examples/pom.xml
root/examples/repeater-demo/trunk/pom.xml
root/examples/richfaces-demo/trunk/pom.xml
Log:
change richfaces build structure
https://community.jboss.org/wiki/RichFaces40BuildDirectoryStructure
restructured examples
Modified: root/examples/core-demo/trunk/pom.xml
===================================================================
--- root/examples/core-demo/trunk/pom.xml 2010-05-13 09:46:05 UTC (rev 17013)
+++ root/examples/core-demo/trunk/pom.xml 2010-05-13 11:39:11 UTC (rev 17014)
@@ -25,40 +25,33 @@
<parent>
<groupId>org.richfaces.examples</groupId>
- <artifactId>examples-root</artifactId>
+ <artifactId>examples-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.examples</groupId>
- <artifactId>${example.componentName}-demo</artifactId>
+ <artifactId>core-demo</artifactId>
<packaging>war</packaging>
<name>RichFaces Examples: Core</name>
- <properties>
- <example.componentName>core</example.componentName>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>${example.componentName}</artifactId>
+ <artifactId>core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.cache</groupId>
<artifactId>jbosscache-core</artifactId>
- <version>3.1.0.GA</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.5.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: root/examples/pom.xml
===================================================================
--- root/examples/pom.xml 2010-05-13 09:46:05 UTC (rev 17013)
+++ root/examples/pom.xml 2010-05-13 11:39:11 UTC (rev 17014)
@@ -151,11 +151,10 @@
</configuration>
</plugin>
<plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ </plugin>
+ <plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
@@ -171,48 +170,13 @@
</connectors>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.3</version>
-
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>checkstyle</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-
- <executions>
- <execution>
- <id>richfaces-checkstyle-report</id>
- <configuration>
-
<configLocation>richfaces-checkstyle/richfaces-checkstyle.xml</configLocation>
-
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
- </configuration>
-
- <phase>process-sources</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.3</version>
-
- <configuration>
-
<configLocation>richfaces-checkstyle/richfaces-checkstyle.xml</configLocation>
-
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
- </configuration>
</plugin>
</plugins>
</reporting>
Modified: root/examples/repeater-demo/trunk/pom.xml
===================================================================
--- root/examples/repeater-demo/trunk/pom.xml 2010-05-13 09:46:05 UTC (rev 17013)
+++ root/examples/repeater-demo/trunk/pom.xml 2010-05-13 11:39:11 UTC (rev 17014)
@@ -25,13 +25,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>examples</artifactId>
- <groupId>org.richfaces</groupId>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>examples-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.examples</groupId>
- <artifactId>repeater</artifactId>
+ <artifactId>repeater-demo</artifactId>
<packaging>war</packaging>
<name>Richfaces Examples: Repeater</name>
Modified: root/examples/richfaces-demo/trunk/pom.xml
===================================================================
--- root/examples/richfaces-demo/trunk/pom.xml 2010-05-13 09:46:05 UTC (rev 17013)
+++ root/examples/richfaces-demo/trunk/pom.xml 2010-05-13 11:39:11 UTC (rev 17014)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
- <artifactId>examples-root</artifactId>
+ <artifactId>examples-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>