Author: Alex.Kolonitsky
Date: 2009-08-26 08:29:52 -0400 (Wed, 26 Aug 2009)
New Revision: 15309
Modified:
root/pom.xml
root/richfaces-examples.xml
Log:
Update 4.0 ALPHA1 assembler for new structure
https://jira.jboss.org/jira/browse/RF-7745
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2009-08-26 11:20:28 UTC (rev 15308)
+++ root/pom.xml 2009-08-26 12:29:52 UTC (rev 15309)
@@ -45,6 +45,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-4</version>
<executions>
<execution>
Modified: root/richfaces-examples.xml
===================================================================
--- root/richfaces-examples.xml 2009-08-26 11:20:28 UTC (rev 15308)
+++ root/richfaces-examples.xml 2009-08-26 12:29:52 UTC (rev 15309)
@@ -23,9 +23,10 @@
<fileSets>
<fileSet>
<directory>/</directory>
- <excludes>
- <exclude>target</exclude>
- </excludes>
+ <includes>
+ <include>src/**</include>
+ <include>pom.xml</include>
+ </includes>
</fileSet>
</fileSets>
</sources>
@@ -53,8 +54,8 @@
<fileSet>
<directory>/</directory>
<includes>
- <include>**/src</include>
- <include>./pom.xml</include>
+ <include>src/**</include>
+ <include>pom.xml</include>
</includes>
</fileSet>
</fileSets>