Verifies licenses before building a package

This commit is contained in:
Lukasz Lenart
2018-01-01 10:15:03 +01:00
parent 809d8968ca
commit eabf4eda21
+1 -1
View File
@@ -386,7 +386,7 @@
<artifactId>apache-rat-plugin</artifactId>
<executions>
<execution>
<phase>verify</phase>
<phase>prepare-package</phase>
<goals>
<goal>check</goal>
</goals>