File tree Expand file tree Collapse file tree 8 files changed +23
-8
lines changed Expand file tree Collapse file tree 8 files changed +23
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 10
10
11
11
<parent >
12
12
<groupId >com.baeldung</groupId >
13
- <artifactId >maven-simple </artifactId >
13
+ <artifactId >maven-multi-module </artifactId >
14
14
<version >1.0.0-SNAPSHOT</version >
15
15
</parent >
16
16
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
6
+ <artifactId >maven-multi-module</artifactId >
7
+ <version >1.0.0-SNAPSHOT</version >
8
+ <packaging >pom</packaging >
9
+ <name >maven-multi-module</name >
10
+
11
+ <parent >
12
+ <groupId >com.baeldung</groupId >
13
+ <artifactId >maven-modules</artifactId >
14
+ <version >0.0.1-SNAPSHOT</version >
15
+ </parent >
16
+
17
+ <modules >
18
+ <module >parent-project</module >
19
+ </modules >
20
+
21
+ </project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
<version >0.0.1-SNAPSHOT</version >
15
15
</parent >
16
16
17
- <modules >
18
- <module >parent-project</module >
19
- </modules >
20
-
21
17
</project >
Original file line number Diff line number Diff line change 35
35
<module >maven-generate-war</module >
36
36
<module >maven-integration-test</module >
37
37
<module >maven-jvm-args</module >
38
+ <module >maven-multi-module</module >
38
39
<module >maven-multi-source</module >
39
40
<module >maven-parent-pom-resolution</module >
40
41
<module >maven-plugins</module >
You can’t perform that action at this time.
0 commit comments