Better subproject names (#1853)

No issue, just make subprojects better named.
This commit is contained in:
Tamas Cservenak 2024-10-25 15:40:16 +02:00 committed by GitHub
parent 36fbfddf90
commit f6c5de33f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 10 additions and 10 deletions

View File

@ -30,8 +30,8 @@ under the License.
<artifactId>maven-cli</artifactId> <artifactId>maven-cli</artifactId>
<name>Maven CLI</name> <name>Maven 4 CLI</name>
<description>Maven CLI component, with CLI and logging support.</description> <description>Maven 4 CLI component, with CLI and logging support.</description>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -30,7 +30,7 @@ under the License.
<artifactId>maven-core</artifactId> <artifactId>maven-core</artifactId>
<name>Maven Core</name> <name>Maven 4 Core</name>
<description>Maven Core classes.</description> <description>Maven Core classes.</description>
<dependencies> <dependencies>

View File

@ -28,7 +28,7 @@ under the License.
</parent> </parent>
<artifactId>maven-di</artifactId> <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> <description>Provides the implementation for the Dependency Injection mechanism in Maven</description>
<dependencies> <dependencies>

View File

@ -28,7 +28,7 @@ under the License.
</parent> </parent>
<artifactId>maven-impl</artifactId> <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> <description>Provides the implementation classes for the Maven API</description>
<properties> <properties>

View File

@ -28,7 +28,7 @@ under the License.
</parent> </parent>
<artifactId>maven-jline</artifactId> <artifactId>maven-jline</artifactId>
<name>Maven JLine integration</name> <name>Maven 4 JLine integration</name>
<description>Provides the JLine integration in Maven</description> <description>Provides the JLine integration in Maven</description>
<dependencies> <dependencies>

View File

@ -28,7 +28,7 @@ under the License.
</parent> </parent>
<artifactId>maven-logging</artifactId> <artifactId>maven-logging</artifactId>
<name>Maven Logging</name> <name>Maven 4 Logging</name>
<description>Provides the Maven Logging infrastructure</description> <description>Provides the Maven Logging infrastructure</description>
<dependencies> <dependencies>

View File

@ -28,8 +28,8 @@ under the License.
</parent> </parent>
<artifactId>maven-xml</artifactId> <artifactId>maven-xml</artifactId>
<name>Maven XML API Implementation</name> <name>Maven 4 XML Implementation</name>
<description>Provides the implementation classes for the Maven API XML</description> <description>Provides the implementation classes for the Maven XML</description>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -28,7 +28,7 @@ under the License.
<artifactId>maven-impl-modules</artifactId> <artifactId>maven-impl-modules</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Maven Implementation Modules</name> <name>Maven 4 Implementation Modules</name>
<modules> <modules>
<module>maven-impl</module> <module>maven-impl</module>