[weld-commits] Weld SVN: r5339 - in archetypes/tags/1.0.0-BETA1/jsf: jee-minimal/src/main/resources/archetype-resources and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Dec 17 16:54:20 EST 2009


Author: dan.j.allen
Date: 2009-12-17 16:54:20 -0500 (Thu, 17 Dec 2009)
New Revision: 5339

Modified:
   archetypes/tags/1.0.0-BETA1/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
   archetypes/tags/1.0.0-BETA1/jsf/jee/src/main/resources/archetype-resources/pom.xml
Log:
project.buildDirectory should be project.build.directory


Modified: archetypes/tags/1.0.0-BETA1/jsf/jee/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/tags/1.0.0-BETA1/jsf/jee/src/main/resources/archetype-resources/pom.xml	2009-12-17 20:01:27 UTC (rev 5338)
+++ archetypes/tags/1.0.0-BETA1/jsf/jee/src/main/resources/archetype-resources/pom.xml	2009-12-17 21:54:20 UTC (rev 5339)
@@ -156,7 +156,7 @@
                <jbossHome>${expr_start}jboss.home${expr_end}</jbossHome>
                <serverName>${expr_start}jboss.domain${expr_end}</serverName>
                <fileNames>
-                  <fileName>${expr_start}project.buildDirectory${expr_end}/${expr_start}build.finalName${expr_end}.war</fileName>
+                  <fileName>${expr_start}project.build.directory${expr_end}/${expr_start}build.finalName${expr_end}.war</fileName>
                </fileNames> 
             </configuration>
          </plugin>

Modified: archetypes/tags/1.0.0-BETA1/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/tags/1.0.0-BETA1/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml	2009-12-17 20:01:27 UTC (rev 5338)
+++ archetypes/tags/1.0.0-BETA1/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml	2009-12-17 21:54:20 UTC (rev 5339)
@@ -151,7 +151,7 @@
                <jbossHome>${expr_start}jboss.home${expr_end}</jbossHome>
                <serverName>${expr_start}jboss.domain${expr_end}</serverName>
                <fileNames>
-                  <fileName>${expr_start}project.buildDirectory${expr_end}/${expr_start}build.finalName${expr_end}.war</fileName>
+                  <fileName>${expr_start}project.build.directory${expr_end}/${expr_start}build.finalName${expr_end}.war</fileName>
                </fileNames> 
             </configuration>
          </plugin>
@@ -161,7 +161,7 @@
             <artifactId>maven-embedded-glassfish-plugin</artifactId>
             <version>3.0</version>
             <configuration>
-               <app>${expr_start}project.buildDirectory${expr_end}/${expr_start}build.finalName${expr_end}.war</app>
+               <app>${expr_start}project.build.directory${expr_end}/${expr_start}build.finalName${expr_end}.war</app>
                <port>7070</port>
                <containerType>web</containerType>
             </configuration>



More information about the weld-commits mailing list