Author: owulff
Date: Tue Jun 4 15:23:19 2013
New Revision: 1489469
URL: http://svn.apache.org/r1489469
Log:
Fix for MNG-4917 when JDK 1.7 profile is activated
Modified:
cxf/fediz/trunk/pom.xml
Modified: cxf/fediz/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/pom.xml?rev=1489469&r1=1489468&r2=1489469&view=diff
==============================================================================
--- cxf/fediz/trunk/pom.xml (original)
+++ cxf/fediz/trunk/pom.xml Tue Jun 4 15:23:19 2013
@@ -686,6 +686,27 @@
<fediz.jaxb.xjc.version>${fediz.jaxb22.impl.version}</fediz.jaxb.xjc.version>
<jdk.version>1.6</jdk.version>
</properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+
<showDeprecation>${fediz.compile.show.deprecation}</showDeprecation>
+ <showWarnings>true</showWarnings>
+
<compilerArgument>${fediz.compile.flags}</compilerArgument>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<profile>
<id>fastinstall</id>