[jboss-cvs] JBossAS SVN: r74745 - projects/security/security-jboss-sx/trunk/parent.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 17 18:35:42 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-06-17 18:35:42 -0400 (Tue, 17 Jun 2008)
New Revision: 74745

Modified:
   projects/security/security-jboss-sx/trunk/parent/pom.xml
Log:
compiler plugin

Modified: projects/security/security-jboss-sx/trunk/parent/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/parent/pom.xml	2008-06-17 22:35:08 UTC (rev 74744)
+++ projects/security/security-jboss-sx/trunk/parent/pom.xml	2008-06-17 22:35:42 UTC (rev 74745)
@@ -29,6 +29,18 @@
   
    <build>
      <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <version>2.0-beta-6</version>




More information about the jboss-cvs-commits mailing list