This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git
commit 83fbf5a13d2520310ddc670b29113e320f6b25d3 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Oct 16 19:38:28 2015 +0000 sling-archetype-parent: exclude goal.txt from rat check git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1709069 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e3d4980..0ef077d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,6 @@ <relativePath /> </parent> - <groupId>org.apache.sling</groupId> <artifactId>sling-archetype-parent</artifactId> <packaging>pom</packaging> <version>4-SNAPSHOT</version> @@ -99,6 +98,15 @@ <postBuildHookScript>verify.groovy</postBuildHookScript> </configuration> </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>src/test/resources/projects/*/goal.txt</exclude> + </excludes> + </configuration> + </plugin> </plugins> </pluginManagement> </build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
