mirror of https://github.com/apache/activemq.git
AMQ-7504 - Run apache-rat:check when apache-release profile is activated
This will verify licenses when doing a release
This commit is contained in:
parent
4ed2ba22a9
commit
763b3c337f
12
pom.xml
12
pom.xml
|
@ -1613,6 +1613,18 @@
|
||||||
<test>false</test>
|
<test>false</test>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.rat</groupId>
|
||||||
|
<artifactId>apache-rat-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>verify</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>check</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
Loading…
Reference in New Issue