Merge pull request #15003 from GaetanoPiazzolla/java-2548-module-rename

JAVA-25848 | renaming modules
This commit is contained in:
Kasra Madadipouya 2023-10-17 00:27:01 +02:00 committed by GitHub
commit be5c6643cc
67 changed files with 30 additions and 31 deletions

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>api-service</artifactId> <artifactId>lightrun-api-service</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>api-service</name> <name>lightrun-api-service</name>
<description>Aggregator Service for LightRun Article</description> <description>Aggregator Service for LightRun Article</description>
<parent> <parent>

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>tasks-service</artifactId> <artifactId>lightrun-tasks-service</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>tasks-service</name> <name>lightrun-tasks-service</name>
<description>Tasks Service for LightRun Article</description> <description>Tasks Service for LightRun Article</description>
<parent> <parent>

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>users-service</artifactId> <artifactId>lightrun-users-service</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>users-service</name> <name>lightrun-users-service</name>
<description>Users Service for LightRun Article</description> <description>Users Service for LightRun Article</description>
<parent> <parent>

View File

@ -18,9 +18,9 @@
</parent> </parent>
<modules> <modules>
<module>tasks-service</module> <module>lightrun-tasks-service</module>
<module>users-service</module> <module>lightrun-users-service</module>
<module>api-service</module> <module>lightrun-api-service</module>
</modules> </modules>
</project> </project>

View File

@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.jacoco-coverage-aggregation</groupId> <groupId>com.baeldung.jacoco-coverage-aggregation</groupId>
<artifactId>aggregate-report</artifactId> <artifactId>jacoco-coverage-aggregate-report</artifactId>
<name>aggregate-report</name> <name>jacoco-coverage-aggregate-report</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>

View File

@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.jacoco-coverage-aggregation</groupId> <groupId>com.baeldung.jacoco-coverage-aggregation</groupId>
<artifactId>controllers</artifactId> <artifactId>jacoco-coverage-controllers-example</artifactId>
<name>controllers</name> <name>jacoco-coverage-controllers-example</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>

View File

@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.jacoco-coverage-aggregation</groupId> <groupId>com.baeldung.jacoco-coverage-aggregation</groupId>
<artifactId>services</artifactId> <artifactId>jacoco-coverage-services-example</artifactId>
<name>services</name> <name>jacoco-coverage-services-example</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>

View File

@ -17,9 +17,9 @@
</parent> </parent>
<modules> <modules>
<module>services</module> <module>jacoco-coverage-services-example</module>
<module>controllers</module> <module>jacoco-coverage-controllers-example</module>
<module>aggregate-report</module> <module>jacoco-coverage-aggregate-report</module>
</modules> </modules>
<build> <build>

View File

@ -3,12 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>module1</artifactId> <artifactId>parent-pom-module1</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
<groupId>com.baeldung.maven-parent-pom-resolution</groupId> <groupId>com.baeldung.maven-parent-pom-resolution</groupId>
<artifactId>aggregator</artifactId> <artifactId>maven-parent-pom-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<!-- The parent pom is resolved to project a's pom.xml --> <!-- The parent pom is resolved to project a's pom.xml -->
</parent> </parent>

View File

@ -3,12 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>module3</artifactId> <artifactId>parent-pom-module3</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
<groupId>com.baeldung.maven-parent-pom-resolution</groupId> <groupId>com.baeldung.maven-parent-pom-resolution</groupId>
<artifactId>aggregator</artifactId> <artifactId>maven-parent-pom-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<!-- removing relativePath won't work even if project-a is the aggregator project --> <!-- removing relativePath won't work even if project-a is the aggregator project -->
<!-- it only works in IntelliJ IDEA when project-a is registered as a Maven Project --> <!-- it only works in IntelliJ IDEA when project-a is registered as a Maven Project -->

View File

@ -3,19 +3,19 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>module2</artifactId> <artifactId>parent-pom-module2</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
<groupId>com.baeldung.maven-parent-pom-resolution</groupId> <groupId>com.baeldung.maven-parent-pom-resolution</groupId>
<artifactId>module1</artifactId> <artifactId>parent-pom-module1</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<relativePath>../module1/pom.xml</relativePath> <relativePath>../parent-pom-module1/pom.xml</relativePath>
<!-- The parent pom is resolved to project a's pom.xml --> <!-- The parent pom is resolved to project a's pom.xml -->
</parent> </parent>
<modules> <modules>
<module>module3</module> <module>parent-pom-module3</module>
</modules> </modules>
</project> </project>

View File

@ -4,19 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.maven-parent-pom-resolution</groupId> <groupId>com.baeldung.maven-parent-pom-resolution</groupId>
<artifactId>aggregator</artifactId> <artifactId>maven-parent-pom-aggregator</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>maven-parent-pom-resolution</artifactId> <artifactId>maven-parent-pom-resolution</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<!-- The parent pom is resolved to ../pom.xml -->
</parent> </parent>
<modules> <modules>
<module>module1</module> <module>parent-pom-module1</module>
<module>module2</module> <module>parent-pom-module2</module>
</modules> </modules>
</project> </project>

View File

@ -9,7 +9,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>aggregator</module> <module>maven-parent-pom-aggregator</module>
<module>disable-plugin-examples</module> <module>disable-plugin-examples</module>
</modules> </modules>