You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2018/06/15 18:01:42 UTC

portals-pluto git commit: PLUTO-716 Release Preparation 3.0.1 (rat check exclusion of files that will appear in generated projects from maven archetypes)

Repository: portals-pluto
Updated Branches:
  refs/heads/master fc187e3d5 -> c11667421


PLUTO-716 Release Preparation 3.0.1 (rat check exclusion of files that will appear in generated projects from maven archetypes)


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/c1166742
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/c1166742
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/c1166742

Branch: refs/heads/master
Commit: c116674217d9b2e29601f9d2e104f2822980214e
Parents: fc187e3
Author: Neil Griffin <ne...@gmail.com>
Authored: Fri Jun 15 14:01:03 2018 -0400
Committer: Neil Griffin <ne...@gmail.com>
Committed: Fri Jun 15 14:01:03 2018 -0400

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/c1166742/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b8566f1..4ff57a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -586,6 +586,9 @@ TODO: Check if we need all of them. -->
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <version>0.12</version>
+          <configuration>
+            <excludes>maven-archetypes/**/archetype-resources/**/*</excludes>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>