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