You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/23 18:07:12 UTC

[1/2] incubator-streams git commit: make rat pass during release:prepare

Repository: incubator-streams
Updated Branches:
  refs/heads/master 0a93e4456 -> 094ba0e32


make rat pass during release:prepare


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

Branch: refs/heads/master
Commit: 8c745c3d33042c63022b8c664a0ff59a99212aeb
Parents: 0a93e44
Author: Steve Blackmon <sb...@apache.org>
Authored: Sun Oct 23 13:01:01 2016 -0500
Committer: Steve Blackmon <sb...@apache.org>
Committed: Sun Oct 23 13:01:01 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/8c745c3d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a32c7a..0a42dad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
                       <groupId>org.apache.rat</groupId>
                       <artifactId>apache-rat-plugin</artifactId>
                       <configuration>
-                          <excludes>
+                          <excludes combine.children="append">
                               <exclude>.travis.yml</exclude>
                               <exclude>.git</exclude>
                               <exclude>.gitignore</exclude>
@@ -245,7 +245,10 @@
                               <exclude>**/src/test/resources/**/*.csv</exclude>
                               <exclude>**/src/test/resources/**/*.tsv</exclude>
                               <exclude>**/src/test/resources/**/*.txt</exclude>
-                              <exclude>**/src/site/resources/**</exclude>
+                              <exclude>**/src/site/resources/**/*.csv</exclude>
+                              <exclude>**/src/site/resources/**/*.tsv</exclude>
+                              <exclude>**/src/site/resources/**/*.txt</exclude>
+                              <exclude>**/src/site/resources/**/*.json</exclude>
                               <exclude>**/.gitignore</exclude>
                               <exclude>**/*.properties</exclude>
                               <exclude>**/*.iml</exclude>


[2/2] incubator-streams git commit: run check before tests or site

Posted by sb...@apache.org.
run check before tests or site


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

Branch: refs/heads/master
Commit: 094ba0e32176044e88b4ae7b2d5b2832056bb189
Parents: 8c745c3
Author: Steve Blackmon <sb...@apache.org>
Authored: Sun Oct 23 13:05:11 2016 -0500
Committer: Steve Blackmon <sb...@apache.org>
Committed: Sun Oct 23 13:05:11 2016 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/094ba0e3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0a42dad..4da52ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@
                               <goals>
                                   <goal>check</goal>
                               </goals>
-                              <phase>verify</phase>
+                              <phase>validate</phase>
                           </execution>
                       </executions>
                   </plugin>