Skip to content

Commit

Permalink
Polish pom to respect the compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
dongeforever committed Jan 24, 2019
1 parent 2bf0d48 commit 0b1ae56
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,16 @@
</pluginManagement>

<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<compilerVersion>${maven.compiler.source}</compilerVersion>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
Expand Down

0 comments on commit 0b1ae56

Please sign in to comment.