Skip to content

Commit b4f22dc

Browse files
committed
[JAVA-48021] Moved code for /maven-plugin-management from maven-simple to a new module maven-plugin-management
1 parent c83394f commit b4f22dc

File tree

8 files changed

+3
-6
lines changed

8 files changed

+3
-6
lines changed

maven-modules/maven-simple/plugin-management/pom.xml renamed to maven-modules/maven-plugin-management/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<packaging>pom</packaging>
88

99
<parent>
10-
<artifactId>maven-simple</artifactId>
1110
<groupId>com.baeldung</groupId>
12-
<version>1.0.0-SNAPSHOT</version>
11+
<artifactId>maven-modules</artifactId>
12+
<version>0.0.1-SNAPSHOT</version>
1313
</parent>
1414

1515
<modules>

maven-modules/maven-simple/plugin-management/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

maven-modules/maven-simple/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
<modules>
1818
<module>maven-profiles</module>
19-
<module>plugin-management</module>
2019
<module>maven-dependency</module>
2120
<module>parent-project</module>
2221
</modules>

maven-modules/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<module>maven-multi-source</module>
3838
<module>maven-parent-pom-resolution</module>
3939
<module>maven-plugins</module>
40+
<module>maven-plugin-management</module>
4041
<module>maven-polyglot</module>
4142
<module>maven-printing-plugins</module>
4243
<module>maven-properties</module>

0 commit comments

Comments
 (0)