mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Pom fixes
This commit is contained in:
24
pom.xml
24
pom.xml
@@ -107,18 +107,18 @@
|
||||
</java>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.14.1</version>
|
||||
<configuration>
|
||||
<outputDirectory>${project.build.directory}/custom</outputDirectory>
|
||||
<source>25</source>
|
||||
<target>25</target>
|
||||
<release>25</release>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
|
||||
<!-- <version>3.14.1</version>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <outputDirectory>${project.build.directory}/custom</outputDirectory>-->
|
||||
<!-- <source>25</source>-->
|
||||
<!-- <target>25</target>-->
|
||||
<!-- <release>25</release>-->
|
||||
<!-- <encoding>UTF-8</encoding>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </plugin>-->
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user