webtier@glassfish.java.net

small patch for stock demo's pom

From: <webtier_at_javadesktop.org>
Date: Fri, 31 Jul 2009 23:15:03 PDT

Validation of the stock demo's pom.xml indicates the following line moving patch is needed:

[code]
# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\java.net\mojarra\trunk\jsf-demo\stock
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: pom.xml
--- pom.xml Base (BASE)
+++ pom.xml Locally Modified (Based On LOCAL)
@@ -105,8 +105,8 @@
     </dependency>
   </dependencies>
   <reporting>
- <plugins>
       <excludeDefaults>true</excludeDefaults>
+ <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
[/code]
After this the demo would build. I haven't tried all demo's yet so this might be similar for some more.
[Message sent by forum member 'rimartin7' (rimartin7)]

http://forums.java.net/jive/thread.jspa?messageID=358446