One more attempt
This commit is contained in:
parent
28a392885e
commit
dc8708b8a8
29
pom.xml
29
pom.xml
|
@ -93,20 +93,21 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<!--<plugin>-->
|
||||
<!--<groupId>org.apache.maven.plugins</groupId>-->
|
||||
<!--<artifactId>maven-compiler-plugin</artifactId>-->
|
||||
<!--<version>3.8.0</version>-->
|
||||
<!--<configuration>-->
|
||||
<!--<source>1.8</source>-->
|
||||
<!--<target>1.8</target>-->
|
||||
<!--<forceJavacCompilerUse>false</forceJavacCompilerUse>-->
|
||||
<!--<encoding>UTF-8</encoding>-->
|
||||
<!--<fork>false</fork>-->
|
||||
<!--</configuration>-->
|
||||
<!--<dependencies>-->
|
||||
<!--</dependencies>-->
|
||||
<!--</plugin>-->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.0</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<forceJavacCompilerUse>false</forceJavacCompilerUse>
|
||||
<encoding>UTF-8</encoding>
|
||||
<fork>false</fork>
|
||||
<debug>true</debug>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
|
|
Loading…
Reference in New Issue