Author: jbalunas(a)redhat.com
Date: 2011-02-19 08:09:37 -0500 (Sat, 19 Feb 2011)
New Revision: 21795
Modified:
trunk/examples/parent/pom.xml
trunk/examples/richfaces-showcase/readme.txt
Log:
RF-10083 Updated examples to ignore SNAPSHOT of the resource plugin
Modified: trunk/examples/parent/pom.xml
===================================================================
--- trunk/examples/parent/pom.xml 2011-02-19 01:15:30 UTC (rev 21794)
+++ trunk/examples/parent/pom.xml 2011-02-19 13:09:37 UTC (rev 21795)
@@ -137,6 +137,19 @@
</connectors>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <configuration>
+ <rules>
+ <requirePluginVersions>
+ <!-- During development SNAPSHOT versions of the CDK
plugins are used.
+ This setting ignores the no SNAPSHOT rule for the
CDK plugins -->
+
<unCheckedPluginList>org.richfaces.cdk:maven-resources-plugin</unCheckedPluginList>
+ </requirePluginVersions>
+ </rules>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
Modified: trunk/examples/richfaces-showcase/readme.txt
===================================================================
--- trunk/examples/richfaces-showcase/readme.txt 2011-02-19 01:15:30 UTC (rev 21794)
+++ trunk/examples/richfaces-showcase/readme.txt 2011-02-19 13:09:37 UTC (rev 21795)
@@ -44,9 +44,7 @@
--) Build using:
-mvn clean package -Pgae -Denforcer.skip=true
-
-note: The enforcer.skip property is only needed if building from SNAPSHOT sources
+mvn clean package -Pgae
--) Use GAE SDK and the appcfg script just as you would for any other GAE application.
Show replies by date