[jboss-cvs] Repository SVN: r4466 - maven2/org/jboss/jboss-parent/4-beta-2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 9 13:03:14 EDT 2008


Author: adrian at jboss.org
Date: 2008-04-09 13:03:14 -0400 (Wed, 09 Apr 2008)
New Revision: 4466

Modified:
   maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom
   maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom.md5
   maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom.sha1
Log:
Fix the version and add the missing compiler settings

Modified: maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom
===================================================================
--- maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom	2008-04-09 16:39:47 UTC (rev 4465)
+++ maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom	2008-04-09 17:03:14 UTC (rev 4466)
@@ -16,7 +16,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss</groupId>
-  <version>4-beta-1</version>
+  <version>4-beta-2</version>
   <artifactId>jboss-parent</artifactId>
   <packaging>pom</packaging>
   <name>JBoss Parent POM</name>
@@ -137,6 +137,22 @@
         </configuration>
         <inherited>true</inherited>
       </plugin>
+      <!-- Define how we want compilation to take place.
+        -  We accept most of the defaults but say that we want the
+        -  optimization, warnings, and deprecation flags on, and define the source and target to be 1.5,
+        -  these setting will be inherited by child projects, but can be overridden as needed. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
       <!-- define that we wish to create src jars -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom.md5
===================================================================
--- maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom.md5	2008-04-09 16:39:47 UTC (rev 4465)
+++ maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom.md5	2008-04-09 17:03:14 UTC (rev 4466)
@@ -1 +1 @@
-b9976b9bf5c7b06ed95118ab35241a87
+f2fe05d16fcb716d8eaacbbe285cc4ac

Modified: maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom.sha1
===================================================================
--- maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom.sha1	2008-04-09 16:39:47 UTC (rev 4465)
+++ maven2/org/jboss/jboss-parent/4-beta-2/jboss-parent-4-beta-2.pom.sha1	2008-04-09 17:03:14 UTC (rev 4466)
@@ -1 +1 @@
-9344ede836ae2d06c4d680b2a348fb3a8ba1829e
+f2627360fe683418973ddd15ddf7cf9ebafd9632




More information about the jboss-cvs-commits mailing list