Advertisement
andersonalmada

Untitled

Jun 29th, 2022
1,367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.71 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2.     <modelVersion>4.0.0</modelVersion>
  3.     <groupId>br.ufc.mandacaru</groupId>
  4.     <artifactId>segundo</artifactId>
  5.     <version>0.0.1-SNAPSHOT</version>
  6.     <packaging>war</packaging>
  7.    
  8.     <build>
  9.         <plugins>
  10.             <plugin>
  11.                 <artifactId>maven-compiler-plugin</artifactId>
  12.                 <version>3.8.1</version>
  13.                 <configuration>
  14.                     <release>11</release>
  15.                 </configuration>
  16.             </plugin>
  17.             <plugin>
  18.                 <artifactId>maven-war-plugin</artifactId>
  19.                 <version>3.2.3</version>
  20.             </plugin>
  21.         </plugins>
  22.     </build>
  23. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement