mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
project modernized, no longer needs to scan during every build
This commit is contained in:
17
pom.xml
17
pom.xml
@@ -140,23 +140,6 @@
|
|||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.gaul</groupId>
|
|
||||||
<artifactId>modernizer-maven-plugin</artifactId>
|
|
||||||
<version>1.1.0</version>
|
|
||||||
<configuration>
|
|
||||||
<javaVersion>${java.version}</javaVersion>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>modernizer</id>
|
|
||||||
<phase>compile</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>modernizer</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user