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 2014/05/19 21:09:32 UTC

[03/13] git commit: set up to fail build if check-file-header doesn't pass

set up to fail build if check-file-header doesn't pass


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

Branch: refs/heads/STREAMS-74
Commit: 67920543c4e9ba9b7bdc46f9598f65f54e2ed8e6
Parents: 8089ca9
Author: sblackmon <sb...@w2odigital.com>
Authored: Mon May 19 13:56:29 2014 -0500
Committer: sblackmon <sb...@w2odigital.com>
Committed: Mon May 19 13:56:29 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/67920543/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 70a4b38..97b221d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,6 +175,8 @@
                         <inceptionYear>${project.inceptionYear}</inceptionYear>
                         <organizationName>${project.organization.name}</organizationName>
                         <licenseName>apache_v2</licenseName>
+                        <failOnMissingHeader>true</failOnMissingHeader>
+                        <dryRun>false</dryRun>
                     </configuration>
                     <executions>
                         <execution>