File tree Expand file tree Collapse file tree 5 files changed +4
-7
lines changed
src/main/java/com/baeldung Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >maven-dependency</artifactId >
7
7
<packaging >pom</packaging >
8
8
9
9
<parent >
10
10
<groupId >com.baeldung</groupId >
11
- <artifactId >maven-simple </artifactId >
11
+ <artifactId >maven-modules </artifactId >
12
12
<version >1.0.0-SNAPSHOT</version >
13
13
</parent >
14
14
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
17
17
<modules >
18
18
<module >maven-profiles</module >
19
- <module >maven-dependency</module >
20
19
<module >parent-project</module >
21
20
</modules >
22
21
Original file line number Diff line number Diff line change 30
30
<module >maven-classifier</module >
31
31
<module >maven-copy-files</module >
32
32
<module >maven-custom-plugin</module >
33
+ <module >maven-dependency</module >
33
34
<!-- <module>maven-exec-plugin</module>--> <!-- failing after upgrading to jdk17--> <!-- JAVA-42059 -->
34
35
<module >maven-generate-war</module >
35
36
<module >maven-integration-test</module >
You can’t perform that action at this time.
0 commit comments