Advertisement
SoKnight

Untitled

Jul 3rd, 2022
1,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1.     <build>
  2.         <resources>
  3.             <resource>
  4.                 <directory>src/main/resources</directory>
  5.                 <filtering>true</filtering>
  6.             </resource>
  7.         </resources>
  8.         <plugins>
  9.             <!-- Maven compiler plugin -->
  10.             <plugin>
  11.                 <groupId>org.apache.maven.plugins</groupId>
  12.                 <artifactId>maven-compiler-plugin</artifactId>
  13.             </plugin>
  14.  
  15.             <!-- Maven JAR plugin -->
  16.             <plugin>
  17.                 <groupId>org.apache.maven.plugins</groupId>
  18.                 <artifactId>maven-jar-plugin</artifactId>
  19.             </plugin>
  20.         </plugins>
  21.     </build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement