Advertisement
linux_china

maven compiler plugin

Jan 16th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.26 KB | None | 0 0
  1. <plugin>
  2.                 <artifactId>maven-compiler-plugin</artifactId>
  3.         <version>3.6.1</version>
  4.                 <configuration>
  5.                     <source>1.8</source>
  6.                     <target>1.8</target>
  7.                 </configuration>
  8.   </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement