some basic rat configuration updates
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/45a68a21 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/45a68a21 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/45a68a21 Branch: refs/heads/develop Commit: 45a68a210d5c9113406d9105a35223f3926ee7cc Parents: 8472725 Author: Sergio Fernández <[email protected]> Authored: Tue Jun 14 09:16:42 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Jun 14 09:16:42 2016 +0200 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 2 +- libraries/ostrich/pom.xml | 9 +++++++++ pom.xml | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/45a68a21/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index e02e44a..82470d6 100644 --- a/launchers/marmotta-webapp/pom.xml +++ b/launchers/marmotta-webapp/pom.xml @@ -191,8 +191,8 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> - <!-- Simple placeholder --> <exclude>src/deb/home/marmotta.txt</exclude> + <exclude>README.md</exclude> </excludes> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/marmotta/blob/45a68a21/libraries/ostrich/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/ostrich/pom.xml b/libraries/ostrich/pom.xml index 108706c..46832ff 100644 --- a/libraries/ostrich/pom.xml +++ b/libraries/ostrich/pom.xml @@ -39,6 +39,15 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>README.md</exclude> + </excludes> + </configuration> + </plugin> </plugins> </build> http://git-wip-us.apache.org/repos/asf/marmotta/blob/45a68a21/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2c59dc3..1553ed6 100644 --- a/pom.xml +++ b/pom.xml @@ -253,6 +253,7 @@ <exclude>.gitignore</exclude> <exclude>.idea/**</exclude> <exclude>atlassian-ide-plugin.xml</exclude> + <exclude>**/.dockerignore</exclude> </excludes> </configuration> </plugin>
