diff options
author | Olivier Lamy <olamy@apache.org> | 2012-07-02 20:25:59 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-07-02 20:25:59 +0000 |
commit | 955f9f21e828eaff40430264aad5e4a844b6d02f (patch) | |
tree | 2310677960654402c5f503ee171588cfcaed19fb /archiva-docs | |
parent | b750ac57fbd3daffcaea59d3b56566b8128c2bc9 (diff) | |
download | archiva-955f9f21e828eaff40430264aad5e4a844b6d02f.tar.gz archiva-955f9f21e828eaff40430264aad5e4a844b6d02f.zip |
fix more issues reported by rat check
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index 16eea34ef..134857ec8 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -36,6 +36,16 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>src/site/resources/css/*.css</exclude> + <exclude>src/site/resources/js/*.js</exclude> + </excludes> + </configuration> + </plugin> </plugins> </pluginManagement> <plugins> |