Excluding /tests/ from clirr
This commit is contained in:
parent
4ca7673c3f
commit
4722224b45
|
@ -30,6 +30,18 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.neo4j.build.plugins</groupId>
|
||||||
|
<artifactId>clirr-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<!-- No point running clirr on test projects -->
|
||||||
|
<skip>true</skip>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
</build>
|
</build>
|
||||||
<modules>
|
<modules>
|
||||||
<module>test-webapps</module>
|
<module>test-webapps</module>
|
||||||
|
|
Loading…
Reference in New Issue