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/22 19:53:13 UTC

[2/3] incubator-streams-examples git commit: Added requireMaven

Added requireMaven


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

Branch: refs/heads/master
Commit: cf1ac0d0ba663a925477c3a9b33bcd0912174e43
Parents: 6810060
Author: Joey Frazee <jo...@icloud.com>
Authored: Fri Oct 21 13:55:58 2016 -0500
Committer: Joey Frazee <jo...@icloud.com>
Committed: Fri Oct 21 13:55:58 2016 -0500

----------------------------------------------------------------------
 incubator-streams-master-pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/cf1ac0d0/incubator-streams-master-pom.xml
----------------------------------------------------------------------
diff --git a/incubator-streams-master-pom.xml b/incubator-streams-master-pom.xml
index 470b49c..3bf3ab8 100644
--- a/incubator-streams-master-pom.xml
+++ b/incubator-streams-master-pom.xml
@@ -129,6 +129,7 @@
 
         <!-- Build Properties -->
         <java.version>1.8</java.version>
+        <maven.version>3.0.5</maven.version>
         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -336,6 +337,10 @@
                                         <message>Java 8 or higher is required to compile this module</message>
                                         <version>[${java.version},)</version>
                                     </requireJavaVersion>
+                                    <requireMavenVersion>
+                                        <message>Maven 3.0 or higher is required to compile this module</message>
+                                        <version>[${maven.version},)</version>
+                                    </requireMavenVersion>
                                 </rules>
                             </configuration>
                         </execution>