You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/10/08 06:14:53 UTC

[4/6] incubator-guacamole-client git commit: GUACAMOLE-408: revert changes to rat excludes

GUACAMOLE-408: revert changes to rat excludes

The excludes for rat should include everything in .gitignore, so
these explicit excludes are not needed.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/65c16ce9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/65c16ce9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/65c16ce9

Branch: refs/heads/master
Commit: 65c16ce90e0dd8500911435c5f0a6610370d1684
Parents: 70db9a4
Author: Carl Harris <ce...@vt.edu>
Authored: Sat Oct 7 20:31:24 2017 -0400
Committer: Carl Harris <ce...@vt.edu>
Committed: Sat Oct 7 20:31:24 2017 -0400

----------------------------------------------------------------------
 extensions/guacamole-auth-cas/pom.xml    | 1 -
 extensions/guacamole-auth-duo/pom.xml    | 1 -
 extensions/guacamole-auth-openid/pom.xml | 1 -
 guacamole/pom.xml                        | 1 -
 4 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/65c16ce9/extensions/guacamole-auth-cas/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-cas/pom.xml b/extensions/guacamole-auth-cas/pom.xml
index b517e6c..e76c50b 100644
--- a/extensions/guacamole-auth-cas/pom.xml
+++ b/extensions/guacamole-auth-cas/pom.xml
@@ -185,7 +185,6 @@
                         <exclude>**/*.json</exclude>
                         <exclude>src/licenses/**/*</exclude>
                         <exclude>src/main/resources/templates/*.html</exclude>
-                        <exclude>src/main/resources/generated/**</exclude>
                     </excludes>
                 </configuration>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/65c16ce9/extensions/guacamole-auth-duo/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-duo/pom.xml b/extensions/guacamole-auth-duo/pom.xml
index 6f7037c..104b594 100644
--- a/extensions/guacamole-auth-duo/pom.xml
+++ b/extensions/guacamole-auth-duo/pom.xml
@@ -186,7 +186,6 @@
                         <exclude>**/*.json</exclude>
                         <exclude>src/licenses/**/*</exclude>
                         <exclude>src/main/resources/templates/*.html</exclude>
-                        <exclude>src/main/resources/generated/**</exclude>
                         <exclude>src/main/resources/lib/DuoWeb/**/*</exclude>
                         <exclude>src/main/java/com/duosecurity/duoweb/**/*</exclude>
                     </excludes>

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/65c16ce9/extensions/guacamole-auth-openid/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-openid/pom.xml b/extensions/guacamole-auth-openid/pom.xml
index e5cb9b6..4076998 100644
--- a/extensions/guacamole-auth-openid/pom.xml
+++ b/extensions/guacamole-auth-openid/pom.xml
@@ -185,7 +185,6 @@
                         <exclude>**/*.json</exclude>
                         <exclude>src/licenses/**/*</exclude>
                         <exclude>src/main/resources/templates/*.html</exclude>
-                        <exclude>src/main/resources/generated/**</exclude>
                     </excludes>
                 </configuration>
 

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/65c16ce9/guacamole/pom.xml
----------------------------------------------------------------------
diff --git a/guacamole/pom.xml b/guacamole/pom.xml
index 2afb743..4784cda 100644
--- a/guacamole/pom.xml
+++ b/guacamole/pom.xml
@@ -223,7 +223,6 @@
                 <configuration>
                     <excludes>
                         <exclude>src/main/webapp/app/*/templates/*.html</exclude>
-                        <exclude>src/main/webapp/generated/**</exclude>
                         <exclude>**/*.json</exclude>
                         <exclude>src/licenses/**/*</exclude>
                     </excludes>