Skip to content

Commit f324e8d

Browse files
committed
[JAVA-48021] Moved code for /maven-dependencymanagement-vs-dependencies-tags from maven-simple to a new sub-module inside parent container maven-modules
1 parent b4f22dc commit f324e8d

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

maven-modules/maven-simple/maven-dependency/pom.xml renamed to maven-modules/maven-dependency/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns="http://maven.apache.org/POM/4.0.0"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>maven-dependency</artifactId>
77
<packaging>pom</packaging>
88

99
<parent>
1010
<groupId>com.baeldung</groupId>
11-
<artifactId>maven-simple</artifactId>
11+
<artifactId>maven-modules</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
1313
</parent>
1414

maven-modules/maven-simple/maven-dependency/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>maven-dependency</module>
2019
<module>parent-project</module>
2120
</modules>
2221

maven-modules/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<module>maven-classifier</module>
3131
<module>maven-copy-files</module>
3232
<module>maven-custom-plugin</module>
33+
<module>maven-dependency</module>
3334
<!-- <module>maven-exec-plugin</module>--> <!-- failing after upgrading to jdk17--> <!-- JAVA-42059 -->
3435
<module>maven-generate-war</module>
3536
<module>maven-integration-test</module>

0 commit comments

Comments
 (0)