mirror of https://github.com/apache/maven.git
Better subproject names (#1853)
No issue, just make subprojects better named.
This commit is contained in:
parent
36fbfddf90
commit
f6c5de33f9
|
@ -30,8 +30,8 @@ under the License.
|
|||
|
||||
<artifactId>maven-cli</artifactId>
|
||||
|
||||
<name>Maven CLI</name>
|
||||
<description>Maven CLI component, with CLI and logging support.</description>
|
||||
<name>Maven 4 CLI</name>
|
||||
<description>Maven 4 CLI component, with CLI and logging support.</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -30,7 +30,7 @@ under the License.
|
|||
|
||||
<artifactId>maven-core</artifactId>
|
||||
|
||||
<name>Maven Core</name>
|
||||
<name>Maven 4 Core</name>
|
||||
<description>Maven Core classes.</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -28,7 +28,7 @@ under the License.
|
|||
</parent>
|
||||
|
||||
<artifactId>maven-di</artifactId>
|
||||
<name>Maven Dependency Injection</name>
|
||||
<name>Maven 4 Dependency Injection</name>
|
||||
<description>Provides the implementation for the Dependency Injection mechanism in Maven</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -28,7 +28,7 @@ under the License.
|
|||
</parent>
|
||||
|
||||
<artifactId>maven-impl</artifactId>
|
||||
<name>Maven API Implementation</name>
|
||||
<name>Maven 4 API Implementation</name>
|
||||
<description>Provides the implementation classes for the Maven API</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -28,7 +28,7 @@ under the License.
|
|||
</parent>
|
||||
|
||||
<artifactId>maven-jline</artifactId>
|
||||
<name>Maven JLine integration</name>
|
||||
<name>Maven 4 JLine integration</name>
|
||||
<description>Provides the JLine integration in Maven</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -28,7 +28,7 @@ under the License.
|
|||
</parent>
|
||||
|
||||
<artifactId>maven-logging</artifactId>
|
||||
<name>Maven Logging</name>
|
||||
<name>Maven 4 Logging</name>
|
||||
<description>Provides the Maven Logging infrastructure</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -28,8 +28,8 @@ under the License.
|
|||
</parent>
|
||||
|
||||
<artifactId>maven-xml</artifactId>
|
||||
<name>Maven XML API Implementation</name>
|
||||
<description>Provides the implementation classes for the Maven API XML</description>
|
||||
<name>Maven 4 XML Implementation</name>
|
||||
<description>Provides the implementation classes for the Maven XML</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -28,7 +28,7 @@ under the License.
|
|||
<artifactId>maven-impl-modules</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Maven Implementation Modules</name>
|
||||
<name>Maven 4 Implementation Modules</name>
|
||||
|
||||
<modules>
|
||||
<module>maven-impl</module>
|
||||
|
|
Loading…
Reference in New Issue