I am applying the patch from Bernhard Huemer for the MyFaces-1745 issue.
Once this is done, the plugin will be fixed, by not the branch.
Are there any objections to me upgrading the maven-faces-plugin
reference in the build project to use the SNAPSHOT?
DIFF:
Index: core/build/pom.xml
===================================================================
--- core/build/pom.xml (revision 585549)
+++ core/build/pom.xml (working copy)
@@ -40,7 +40,7 @@
<plugin>
<groupId>org.apache.myfaces.trinidadbuild</groupId>
<artifactId>maven-faces-plugin</artifactId>
- <version>1.2.1.1</version>
+ <version>1.2.4-SNAPSHOT</version>
<configuration>
<excludes>
<exclude>**/includes/**</exclude>
-Andrew