From 19a5eeb1f691d82b5e2c6c6ba8bb04824a15908c Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Tue, 24 Feb 2009 17:01:13 +0000 Subject: [PATCH] [MNG-3057][MCOMPILER-94] Add configuration that would trip up POM transformation because of MCOMPILER-94, to ensure this doesn't happen. git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@747432 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/mng-3057/pom.xml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/its/core-it-suite/src/test/resources/mng-3057/pom.xml b/its/core-it-suite/src/test/resources/mng-3057/pom.xml index b355b3a3d1..97f5163a73 100644 --- a/its/core-it-suite/src/test/resources/mng-3057/pom.xml +++ b/its/core-it-suite/src/test/resources/mng-3057/pom.xml @@ -24,4 +24,25 @@ level2 + + + + + + maven-compiler-plugin + + + mcompiler-94 + + compile + + + + + + \ No newline at end of file