mirror of https://github.com/apache/jclouds.git
Switch to maven-compiler-plugin 3.1
This commit is contained in:
parent
805d45a7a9
commit
16ea4fb33f
|
@ -595,20 +595,20 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<source>${maven.compile.source}</source>
|
||||
<target>${maven.compile.target}</target>
|
||||
<showDeprecation>false</showDeprecation>
|
||||
<showWarnings>true</showWarnings>
|
||||
<compilerArguments>
|
||||
<Xlint />
|
||||
<Xlint:-deprecation />
|
||||
<Xlint:-rawtypes />
|
||||
<Xlint:-serial />
|
||||
<Xlint:-unchecked />
|
||||
</compilerArguments>
|
||||
<compilerArgs>
|
||||
<compilerArg>-Xlint</compilerArg>
|
||||
<compilerArg>-Xlint:-deprecation</compilerArg>
|
||||
<compilerArg>-Xlint:-rawtypes</compilerArg>
|
||||
<compilerArg>-Xlint:-serial</compilerArg>
|
||||
<compilerArg>-Xlint:-unchecked</compilerArg>
|
||||
</compilerArgs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue