Advertisement
tadeuespindola

edersom-pom-cdi

Dec 26th, 2022
927
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | Help | 0 0
  1. <build>
  2.     <plugins>
  3.         <plugin>
  4.             <groupId>org.apache.maven.plugins</groupId>
  5.             <artifactId>maven-compiler-plugin</artifactId>
  6.             <version>3.7.0</version>
  7.             <configuration>
  8.                 <source>8</source>
  9.                 <target>8</target>
  10.             </configuration>
  11.         </plugin>
  12.     </plugins>
  13. </build>
Tags: Java pom maven
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement