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 2019/02/21 22:42:41 UTC

[maven] 01/01: [MNG-6597] add input location tracking for plugins configuration

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch MNG-6597
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 34fd0bc900a27e79bd7a90804ec0fba514dc3587
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Feb 21 23:36:27 2019 +0100

    [MNG-6597] add input location tracking for plugins configuration
    
    add also xpp3-extended-writer directly in Maven core
---
 maven-model/pom.xml | 2 ++
 pom.xml             | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/maven-model/pom.xml b/maven-model/pom.xml
index 86c11df..7539b61 100644
--- a/maven-model/pom.xml
+++ b/maven-model/pom.xml
@@ -49,6 +49,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
+        <version>1.10.0-SNAPSHOT</version>
         <configuration>
           <version>4.0.0</version>
           <models>
@@ -63,6 +64,7 @@ under the License.
               <goal>xpp3-reader</goal>
               <goal>xpp3-extended-reader</goal>
               <goal>xpp3-writer</goal>
+              <goal>xpp3-extended-writer</goal>
             </goals>
           </execution>
         </executions>
diff --git a/pom.xml b/pom.xml
index 11b3de8..83dd1e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@ under the License.
     <mockitoVersion>2.21.0</mockitoVersion>
     <plexusVersion>1.7.1</plexusVersion>
     <plexusInterpolationVersion>1.25</plexusInterpolationVersion>
-    <plexusUtilsVersion>3.1.0</plexusUtilsVersion>
+    <plexusUtilsVersion>3.2.0-SNAPSHOT</plexusUtilsVersion>
     <guiceVersion>4.2.1</guiceVersion>
     <sisuInjectVersion>0.3.3</sisuInjectVersion>
     <wagonVersion>3.3.2</wagonVersion>