Advertisement
cherurg

Untitled

Aug 6th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.40 KB | None | 0 0
  1.             <plugin>
  2.                 <groupId>org.apache.maven.plugins</groupId>
  3.                 <artifactId>maven-compiler-plugin</artifactId>
  4.                 <version>2.3.2</version>
  5.                 <configuration>
  6.                     <source>1.7</source>
  7.                     <target>1.7</target>
  8.                     <optimize>true</optimize>
  9.                 </configuration>
  10.             </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement