[seam-commits] Seam SVN: r12838 - modules/remoting/trunk/examples/model.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 26 18:47:02 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-26 18:47:02 -0400 (Wed, 26 May 2010)
New Revision: 12838

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

Modified: modules/remoting/trunk/examples/model/pom.xml
===================================================================
--- modules/remoting/trunk/examples/model/pom.xml	2010-05-26 22:46:04 UTC (rev 12837)
+++ modules/remoting/trunk/examples/model/pom.xml	2010-05-26 22:47:02 UTC (rev 12838)
@@ -51,21 +51,12 @@
    
    <build>
     <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>
 



More information about the seam-commits mailing list