Advertisement
tadeuespindola

suporte-aluno-natanael-bonfim-jdev-outro

Jul 7th, 2023
1,169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. <build>
  2.     <plugins>
  3.         <plugin>
  4.             <groupId>org.apache.maven.plugins</groupId>
  5.             <artifactId>maven-war-plugin</artifactId>
  6.             <version>3.3.1</version>
  7.         </plugin>
  8.         <plugin>
  9.             <groupId>org.apache.maven.plugins</groupId>
  10.             <artifactId>maven-compiler-plugin</artifactId>
  11.             <version>3.7.0</version>
  12.             <configuration>
  13.                 <source>8</source>
  14.                 <target>8</target>
  15.             </configuration>
  16.         </plugin>
  17.     </plugins>
  18. </build>
Tags: Java pom jdev maven
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement