Fixed build warning by always generating package info for exec mojo
This commit is contained in:
@@ -198,6 +198,7 @@
|
||||
<useIncrementalCompilation>false</useIncrementalCompilation>
|
||||
<compilerArgs>
|
||||
<arg>-XDcompilePolicy=simple</arg>
|
||||
<arg>-Xpkginfo:always</arg>
|
||||
<!-- <arg>-Xplugin:ErrorProne</arg> uncomment when fixing java static analysis errors !-->
|
||||
</compilerArgs>
|
||||
<annotationProcessorPaths>
|
||||
@@ -257,6 +258,13 @@
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>1.2.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>exec</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<mainClass>rs09.Server</mainClass>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user