mirror of https://github.com/apache/maven.git
[MNG-6656] rename maven-xml module to maven-model-transform
This commit is contained in:
parent
87cd4960a4
commit
22954a04ff
|
@ -72,6 +72,11 @@ under the License.
|
|||
<artifactId>maven-model-builder</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-model-transform</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
|
@ -102,11 +107,6 @@ under the License.
|
|||
<artifactId>maven-slf4j-wrapper</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-xml</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
|
|
|
@ -60,10 +60,6 @@ under the License.
|
|||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-artifact</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-xml</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
|
@ -72,6 +68,10 @@ under the License.
|
|||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-model-builder</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-model-transform</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-resolver-provider</artifactId>
|
||||
|
|
|
@ -60,7 +60,7 @@ under the License.
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-xml</artifactId>
|
||||
<artifactId>maven-model-transform</artifactId>
|
||||
</dependency>
|
||||
<!-- Testing -->
|
||||
<dependency>
|
||||
|
|
|
@ -28,8 +28,8 @@ under the License.
|
|||
<artifactId>maven</artifactId>
|
||||
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>maven-xml</artifactId>
|
||||
<name>Maven XML</name>
|
||||
<artifactId>maven-model-transform</artifactId>
|
||||
<name>Maven Model XML Transform</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
2
pom.xml
2
pom.xml
|
@ -88,6 +88,7 @@ under the License.
|
|||
<module>maven-builder-support</module>
|
||||
<module>maven-model</module>
|
||||
<module>maven-model-builder</module>
|
||||
<module>maven-model-transform</module>
|
||||
<module>maven-core</module>
|
||||
<module>maven-settings</module>
|
||||
<module>maven-settings-builder</module>
|
||||
|
@ -101,7 +102,6 @@ under the License.
|
|||
<module>apache-maven</module> <!-- rename to apache-maven/maven.pom after RAT-268 -->
|
||||
<module>maven-wrapper</module>
|
||||
<module>apache-maven/maven-wrapper.pom</module>
|
||||
<module>maven-xml</module>
|
||||
</modules>
|
||||
|
||||
<scm>
|
||||
|
|
Loading…
Reference in New Issue