Repository: maven-integration-testing
Updated Branches:
  refs/heads/master fbe579d34 -> ccd0ebb77


lock plugins versions to Core IT stubs

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

Branch: refs/heads/master
Commit: ccd0ebb77fc1f85bb1ab6676bd1eaf58f96c3c07
Parents: fbe579d
Author: Hervé Boutemy <[email protected]>
Authored: Sun Nov 23 17:46:55 2014 +0100
Committer: Hervé Boutemy <[email protected]>
Committed: Sun Nov 23 17:46:55 2014 +0100

----------------------------------------------------------------------
 .../pom-template.xml                               | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/ccd0ebb7/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml
----------------------------------------------------------------------
diff --git 
a/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml
 
b/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml
index ccd5b27..4a03a09 100644
--- 
a/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml
+++ 
b/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml
@@ -58,4 +58,21 @@ under the License.
             <artifactId>c</artifactId>
         </dependency>
     </dependencies>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <version>0.1-stub-SNAPSHOT</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-resources-plugin</artifactId>
+                    <version>0.1-stub-SNAPSHOT</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
 </project>

Reply via email to