This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag slingstart-maven-plugin-1.7.4 in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git
commit e312c6d43201f60a11cf8441862a085af8f272e1 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Mar 9 23:39:31 2017 +0000 exclude site markdown files from RAT git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1786258 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 9ec202f..f707dba 100644 --- a/pom.xml +++ b/pom.xml @@ -95,6 +95,15 @@ <tryUpdate>true</tryUpdate> </configuration> </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>src/site/markdown/**</exclude> + </excludes> + </configuration> + </plugin> </plugins> </build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
