Maven: Adds comment for usage of legman-maven-plugin

This commit is contained in:
Johannes Schnatterer
2018-07-16 16:54:40 +02:00
parent 90aff6b31f
commit b2f3423de9

View File

@@ -235,6 +235,8 @@
<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>