mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-26 17:29:12 +01:00
Enable legman, again
This commit is contained in:
36
pom.xml
36
pom.xml
@@ -402,24 +402,24 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!--<plugin>-->
|
||||
<!--<groupId>com.github.legman</groupId>-->
|
||||
<!--<artifactId>legman-maven-plugin</artifactId>-->
|
||||
<!--<version>${legman.version}</version>-->
|
||||
<!--<configuration>-->
|
||||
<!--<fail>true</fail>-->
|
||||
<!--</configuration>-->
|
||||
<!--<executions>-->
|
||||
<!--<execution>-->
|
||||
<!--<phase>process-classes</phase>-->
|
||||
<!--<goals>-->
|
||||
<!--<!– Prevent usage of guava annotations that would be silently ignored -> hard to find.-->
|
||||
<!--We use legman annotations instead, that provide additional features such as weak references. –>-->
|
||||
<!--<goal>guava-migration-check</goal>-->
|
||||
<!--</goals>-->
|
||||
<!--</execution>-->
|
||||
<!--</executions>-->
|
||||
<!--</plugin>-->
|
||||
<plugin>
|
||||
<groupId>com.github.legman</groupId>
|
||||
<artifactId>legman-maven-plugin</artifactId>
|
||||
<version>${legman.version}</version>
|
||||
<configuration>
|
||||
<fail>true</fail>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>process-classes</phase>
|
||||
<goals>
|
||||
<!-- Prevent usage of guava annotations that would be silently ignored -> hard to find.
|
||||
We use legman annotations instead, that provide additional features such as weak references. -->
|
||||
<goal>guava-migration-check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Reference in New Issue
Block a user