Skip to content

Commit

Permalink
[MNG-7655] maven-plexus-utils and maven-plexus-utils-xml (xml-impl)
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 30, 2022
1 parent 6178f6e commit 5957d23
Show file tree
Hide file tree
Showing 31 changed files with 27 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
import org.apache.maven.api.annotations.ThreadSafe;

/**
* An immutable xml node.
* An immutable XML node, based on Plexus Utils mutable
* <a href="https://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.html">Xpp3Dom</a>.
*
* @since 4.0
*/
Expand Down
2 changes: 1 addition & 1 deletion maven-artifact/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ under the License.
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ under the License.
<!-- Plexus -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-embedder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven-model-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ under the License.
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<artifactId>maven-plexus-utils-xml</artifactId>
<version>4.0.0-alpha-4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-model-transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<artifactId>maven-plexus-utils-xml</artifactId>
<version>4.0.0-alpha-4-SNAPSHOT</version>
</dependency>
</dependencies>
Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions maven-xml-impl/pom.xml → maven-plexus-utils-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ under the License.
<version>4.0.0-alpha-4-SNAPSHOT</version>
</parent>

<artifactId>maven-xml-impl</artifactId>
<artifactId>maven-plexus-utils-xml</artifactId>

<name>Maven XML Implementation</name>
<name>Maven Plexus Utils XML Implementation</name>
<description>Reimplementation of Plexus Utils XML classes using Maven 4 immutable XML API</description>

<dependencies>
<dependency>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions plexus-utils/pom.xml → maven-plexus-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
</parent>

<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
<version>4.0.0-alpha-4-SNAPSHOT</version>

<dependencies>
Expand All @@ -37,7 +37,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<artifactId>maven-plexus-utils-xml</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-repository-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ under the License.
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-resolver-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-settings-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven-settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<artifactId>maven-plexus-utils-xml</artifactId>
<version>4.0.0-alpha-4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion maven-toolchain-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven-toolchain-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<artifactId>maven-plexus-utils-xml</artifactId>
<version>4.0.0-alpha-4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ under the License.
<module>maven-model-builder</module>
<module>maven-model-transform</module>
<module>api</module>
<module>maven-xml-impl</module>
<module>plexus-utils</module>
<module>maven-plexus-utils-xml</module>
<module>maven-plexus-utils</module>
<module>maven-core</module>
<module>maven-settings</module>
<module>maven-settings-builder</module>
Expand Down Expand Up @@ -205,7 +205,7 @@ under the License.
<!-- Plexus -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>maven-plexus-utils</artifactId>
<version>${plexusUtilsVersion}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 5957d23

Please sign in to comment.