mirror of https://github.com/apache/maven.git
Make sure the rat plugin is only run once on the parent
This commit is contained in:
parent
6e8ff2d151
commit
3b98814f9e
12
its/pom.xml
12
its/pom.xml
|
@ -211,5 +211,17 @@ under the License.
|
|||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>rat-check</id>
|
||||
<inherited>false</inherited>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue