You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/07/19 20:19:49 UTC

[1/3] incubator-beam git commit: Add fixed Eclipse RAT excludes

Repository: incubator-beam
Updated Branches:
  refs/heads/master 69e22023f -> eb69e107d


Add fixed Eclipse RAT excludes


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/fffa7996
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/fffa7996
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/fffa7996

Branch: refs/heads/master
Commit: fffa7996318c4fc3a56b092b020c9270c15658c9
Parents: 69e2202
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue Jul 19 10:16:06 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue Jul 19 10:22:55 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/fffa7996/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7f1e0c9..2621945 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,6 +230,13 @@
                   <exclude>**/test/resources/**/*.txt</exclude>
                   <exclude>**/test/**/.placeholder</exclude>
                   <exclude>.repository/**/*</exclude>
+
+                  <!-- Default eclipse excludes neglect subprojects -->
+                  <exclude>**/.checkstyle</exclude>
+                  <exclude>**/.classpath</exclude>
+                  <exclude>**/.factorypath</exclude>
+                  <exclude>**/.project</exclude>
+                  <exclude>**/.settings/**/*</exclude>
                 </excludes>
               </configuration>
             </plugin>


[3/3] incubator-beam git commit: This closes #688

Posted by ke...@apache.org.
This closes #688


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/eb69e107
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/eb69e107
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/eb69e107

Branch: refs/heads/master
Commit: eb69e107df97a9534fb2c1620e391f00864da9df
Parents: 69e2202 1e16212
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue Jul 19 13:19:33 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue Jul 19 13:19:33 2016 -0700

----------------------------------------------------------------------
 pom.xml | 48 ++++++++++++++++++++++++++++++------------------
 1 file changed, 30 insertions(+), 18 deletions(-)
----------------------------------------------------------------------



[2/3] incubator-beam git commit: Correctly configure RAT in all profiles

Posted by ke...@apache.org.
Correctly configure RAT in all profiles


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1e162128
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1e162128
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/1e162128

Branch: refs/heads/master
Commit: 1e162128a59dc3d01c772269ff4cdd6bb3e4b377
Parents: fffa799
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue Jul 19 10:25:06 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue Jul 19 10:25:06 2016 -0700

----------------------------------------------------------------------
 pom.xml | 55 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 30 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1e162128/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2621945..e51f3e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,6 @@
             <plugin>
               <groupId>org.apache.rat</groupId>
               <artifactId>apache-rat-plugin</artifactId>
-              <version>0.11</version>
               <executions>
                 <execution>
                   <phase>verify</phase>
@@ -215,30 +214,6 @@
                   </goals>
                 </execution>
               </executions>
-              <configuration>
-                <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
-                <excludeSubProjects>false</excludeSubProjects>
-                <useDefaultExcludes>true</useDefaultExcludes>
-                <excludes>
-                  <!-- Keep exclude sync with .gitignore -->
-                  <exclude>**/target/**/*</exclude>
-                  <exclude>**/dependency-reduced-pom.xml</exclude>
-                  <exclude>.github/**/*</exclude>
-                  <exclude>**/*.iml</exclude>
-                  <exclude>**/package-list</exclude>
-                  <exclude>**/user.avsc</exclude>
-                  <exclude>**/test/resources/**/*.txt</exclude>
-                  <exclude>**/test/**/.placeholder</exclude>
-                  <exclude>.repository/**/*</exclude>
-
-                  <!-- Default eclipse excludes neglect subprojects -->
-                  <exclude>**/.checkstyle</exclude>
-                  <exclude>**/.classpath</exclude>
-                  <exclude>**/.factorypath</exclude>
-                  <exclude>**/.project</exclude>
-                  <exclude>**/.settings/**/*</exclude>
-                </excludes>
-              </configuration>
             </plugin>
           </plugins>
         </pluginManagement>
@@ -762,6 +737,36 @@
         </plugin>
 
         <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>0.11</version>
+          <configuration>
+            <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
+            <excludeSubProjects>false</excludeSubProjects>
+            <useDefaultExcludes>true</useDefaultExcludes>
+            <excludes>
+              <!-- Keep exclude sync with .gitignore -->
+              <exclude>**/target/**/*</exclude>
+              <exclude>**/dependency-reduced-pom.xml</exclude>
+              <exclude>.github/**/*</exclude>
+              <exclude>**/*.iml</exclude>
+              <exclude>**/package-list</exclude>
+              <exclude>**/user.avsc</exclude>
+              <exclude>**/test/resources/**/*.txt</exclude>
+              <exclude>**/test/**/.placeholder</exclude>
+              <exclude>.repository/**/*</exclude>
+
+              <!-- Default eclipse excludes neglect subprojects -->
+              <exclude>**/.checkstyle</exclude>
+              <exclude>**/.classpath</exclude>
+              <exclude>**/.factorypath</exclude>
+              <exclude>**/.project</exclude>
+              <exclude>**/.settings/**/*</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
           <version>2.1</version>