Add maven compiler plugin
This commit is contained in:
parent
f110ffe8a9
commit
d6b9abfe05
1 changed files with 8 additions and 0 deletions
8
pom.xml
8
pom.xml
|
@ -90,6 +90,14 @@
|
|||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.gmavenplus</groupId>
|
||||
<artifactId>gmavenplus-plugin</artifactId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue