Repository: maven-integration-testing
Updated Branches:
  refs/heads/MNG-6364 [created] 5307189f8


[MNG-6364] - Make an activation also for JDK 9
  o This will make this test pass for JDK 9.


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/5307189f
Tree: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/5307189f
Diff: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/5307189f

Branch: refs/heads/MNG-6364
Commit: 5307189f890200c8e47e9fc28e3ea2b0786c0c96
Parents: aaace66
Author: Karl Heinz Marbaise <khmarba...@apache.org>
Authored: Sun Feb 18 16:13:47 2018 +0100
Committer: Karl Heinz Marbaise <khmarba...@apache.org>
Committed: Sun Feb 18 16:13:47 2018 +0100

----------------------------------------------------------------------
 core-it-suite/src/test/resources/mng-1957/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/5307189f/core-it-suite/src/test/resources/mng-1957/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/mng-1957/pom.xml 
b/core-it-suite/src/test/resources/mng-1957/pom.xml
index bf24ede..9651c47 100644
--- a/core-it-suite/src/test/resources/mng-1957/pom.xml
+++ b/core-it-suite/src/test/resources/mng-1957/pom.xml
@@ -166,5 +166,15 @@ under the License.
         <jdkProperty6>PASSED</jdkProperty6>
       </properties>
     </profile>
+    <profile>
+      <!-- This will work for JDK 9 -->
+      <id>test-6g</id>
+      <activation>
+        <jdk>[9,10)</jdk>
+      </activation>
+      <properties>
+        <jdkProperty6>PASSED</jdkProperty6>
+      </properties>
+    </profile>
   </profiles>
 </project>

Reply via email to