mirror of https://github.com/apache/maven.git
Move API first (as needed by other modules)
This commit is contained in:
parent
54c1b2f28a
commit
969a6ffbb2
|
@ -26,7 +26,7 @@ under the License.
|
|||
</parent>
|
||||
|
||||
<artifactId>maven-xml-impl</artifactId>
|
||||
<name>Implementation of Maven API XML</name>
|
||||
<name>Maven XML API Implementation</name>
|
||||
<description>Provides the implementation classes for the Maven API XML</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -100,11 +100,11 @@ under the License.
|
|||
</contributors>
|
||||
|
||||
<modules>
|
||||
<module>api</module>
|
||||
<module>maven-plugin-api</module>
|
||||
<module>maven-builder-support</module>
|
||||
<module>maven-model</module>
|
||||
<module>maven-model-builder</module>
|
||||
<module>api</module>
|
||||
<module>maven-di</module>
|
||||
<module>maven-xml-impl</module>
|
||||
<module>maven-core</module>
|
||||
|
|
Loading…
Reference in New Issue