[seam-commits] Seam SVN: r12837 - modules/remoting/trunk/examples/helloworld.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 26 18:46:05 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-26 18:46:04 -0400 (Wed, 26 May 2010)
New Revision: 12837

Modified:
   modules/remoting/trunk/examples/helloworld/pom.xml
Log:
1.5 is default level, global default for warName

Modified: modules/remoting/trunk/examples/helloworld/pom.xml
===================================================================
--- modules/remoting/trunk/examples/helloworld/pom.xml	2010-05-26 22:43:37 UTC (rev 12836)
+++ modules/remoting/trunk/examples/helloworld/pom.xml	2010-05-26 22:46:04 UTC (rev 12837)
@@ -47,18 +47,9 @@
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.5</source>
-               <target>1.5</target>
-            </configuration>
-         </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-war-plugin</artifactId>
-            <version>2.0</version>
             <configuration>
-               <warName>${pom.artifactId}</warName>
+               <warName>${project.build.finalName}</warName>
             </configuration>
          </plugin>
       </plugins>



More information about the seam-commits mailing list