You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/04/05 06:55:10 UTC

maven-integration-testing git commit: fixed IT: use m-compiler-p version as defined in bootstrap

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master e67ea46ea -> b1420a108


fixed IT: use m-compiler-p version as defined in bootstrap

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/b1420a10
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/b1420a10
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/b1420a10

Branch: refs/heads/master
Commit: b1420a1086161f73ec4f78702db42013658c49b7
Parents: e67ea46
Author: Herv� Boutemy <hb...@apache.org>
Authored: Wed Apr 5 08:54:10 2017 +0200
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Wed Apr 5 08:54:31 2017 +0200

----------------------------------------------------------------------
 core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b1420a10/core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml b/core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml
index 233c4cd..74bb26b 100644
--- a/core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml
@@ -38,7 +38,7 @@ under the License.
   </modules>
 
   <build>
-    <pluginManagement>
+    <pluginManagement><!-- see bootstrap for plugins versions -->
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -51,6 +51,11 @@ under the License.
           <version>2.2</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.0.2</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>flatten-maven-plugin</artifactId>
           <version>1.0.0</version>