JAVA-7782: Align module names, folder names and artifact id (#11361)

* JAVA-7782: Align module names, folder names and artifact id

* JAVA-7782: Align module names, folder names and artifact id
This commit is contained in:
freelansam
2021-10-25 01:36:50 +05:30
committed by GitHub
parent 68967082f9
commit 38b09bf2ab
9 changed files with 9 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.baeldung</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<name>maven-resoures-plugin</name>
<name>maven-resources-plugin</name>
<parent>
<artifactId>maven-copy-files</artifactId>

View File

@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>com.baeldung</groupId>
<artifactId>maven-dependency</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -15,7 +14,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
@@ -42,4 +40,5 @@
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
</project>

View File

@@ -37,7 +37,7 @@
<module>plugin-management</module>
<module>maven-surefire-plugin</module>
<module>maven-parent-pom-resolution</module>
<module>maven-dependency-management</module>
<module>maven-dependency</module>
</modules>
</project>