Author: khmarbaise
Date: Sun Nov 23 16:13:08 2014
New Revision: 1641211

URL: http://svn.apache.org/r1641211
Log:
Added reminder reference in pom for maven-embedder if we update to maven 3 only.

Modified:
    maven/plugins/trunk/maven-ant-plugin/pom.xml

Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/pom.xml?rev=1641211&r1=1641210&r2=1641211&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/pom.xml Sun Nov 23 16:13:08 2014
@@ -19,9 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project
-  xmlns="http://maven.apache.org/POM/4.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
@@ -136,7 +134,11 @@ under the License.
       <version>1.3</version>
       <scope>test</scope>
     </dependency>
-    <!-- Unfortunately there is no version 2.2.1 for maven-embedder. So we 
have to stuck until we go for Maven 3. only. -->
+    <!--
+      ! Unfortunately there is no version 2.2.1 for maven-embedder. 
+      ! So we have to stuck until we go for Maven 3. only. 
+      ! see http://jira.codehaus.org/browse/MANT-85
+    -->
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-embedder</artifactId>


Reply via email to