This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.repl-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-repl.git
commit e872b9b62b55c7841c63bb0ba7591b5cf2119acb Author: Radu Cotescu <[email protected]> AuthorDate: Mon Mar 16 17:13:27 2015 +0000 @trivial: added license headers to pass RAT check git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/repl@1667070 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index acb845a..608e25a 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>15</version> + <version>22</version> <relativePath/> </parent> <modelVersion>4.0.0</modelVersion> @@ -46,6 +46,22 @@ </properties> <build> + <pluginManagement> + <plugins> + <plugin> + <!-- Extend RAT configuration from parent pom --> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes combine.children="append"> + <exclude>src/main/resources/SLING-INF/**/*.json</exclude> + <exclude>src/main/resources/SLING-INF/**/*.svg</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </pluginManagement> + <plugins> <plugin> <groupId>org.apache.felix</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
