File tree 5 files changed +13
-48
lines changed
core-it-suite/src/test/resources
mng-6656-buildconsumer/expected
mng-6957-buildconsumer/expected 5 files changed +13
-48
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 =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <parent >
5
- <groupId >org.sonatype.mavenbook.multi</groupId >
6
- <artifactId >simple-parent</artifactId >
7
- <version >0.9-MNG6656-SNAPSHOT</version >
8
- </parent >
4
+ <groupId >org.sonatype.mavenbook.multi</groupId >
9
5
<artifactId >simple-weather</artifactId >
6
+ <version >0.9-MNG6656-SNAPSHOT</version >
10
7
<name >Multi Chapter Simple Weather API</name >
11
8
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <parent >
5
- <groupId >org.sonatype.mavenbook.multi</groupId >
6
- <artifactId >simple-parent</artifactId >
7
- <version >0.9-MNG6656-SNAPSHOT</version >
8
- </parent >
4
+ <groupId >org.sonatype.mavenbook.multi</groupId >
9
5
<artifactId >simple-webapp</artifactId >
6
+ <version >0.9-MNG6656-SNAPSHOT</version >
10
7
<name >Multi Chapter Simple Web Application Project</name >
11
8
<dependencies >
12
9
<dependency >
13
10
<groupId >org.sonatype.mavenbook.multi</groupId >
14
11
<artifactId >simple-weather</artifactId >
15
12
<version >0.9-MNG6656-SNAPSHOT</version >
13
+ <scope >compile</scope >
16
14
</dependency >
17
15
</dependencies >
18
- <build >
19
- <finalName >simple-webapp</finalName >
20
- <pluginManagement >
21
- <plugins >
22
- <plugin >
23
- <artifactId >maven-war-plugin</artifactId >
24
- <version >3.3.2</version >
25
- </plugin >
26
- </plugins >
27
- </pluginManagement >
28
- </build >
29
16
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <parent >
5
- <groupId >org.sonatype.mavenbook.multi</groupId >
6
- <artifactId >utils-parent</artifactId >
7
- <version >0.9-MNG6957-SNAPSHOT</version >
8
- </parent >
4
+ <groupId >org.sonatype.mavenbook.multi</groupId >
9
5
<artifactId >simple-testutils</artifactId >
6
+ <version >0.9-MNG6957-SNAPSHOT</version >
10
7
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <parent >
5
- <groupId >org.sonatype.mavenbook.multi</groupId >
6
- <artifactId >simple-parent</artifactId >
7
- <version >0.9-MNG6957-SNAPSHOT</version >
8
- </parent >
4
+ <groupId >org.sonatype.mavenbook.multi</groupId >
9
5
<artifactId >simple-weather</artifactId >
6
+ <version >0.9-MNG6957-SNAPSHOT</version >
10
7
<name >Multi Chapter Simple Weather API</name >
11
8
<dependencies >
12
9
<dependency >
16
13
<scope >test</scope >
17
14
</dependency >
18
15
</dependencies >
19
- </project >
16
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <parent >
5
- <groupId >org.sonatype.mavenbook.multi</groupId >
6
- <artifactId >simple-parent</artifactId >
7
- <version >0.9-MNG6957-SNAPSHOT</version >
8
- </parent >
4
+ <groupId >org.sonatype.mavenbook.multi</groupId >
9
5
<artifactId >simple-webapp</artifactId >
6
+ <version >0.9-MNG6957-SNAPSHOT</version >
10
7
<name >Multi Chapter Simple Web Application Project</name >
11
8
<dependencies >
12
9
<dependency >
13
10
<groupId >org.sonatype.mavenbook.multi</groupId >
14
11
<artifactId >simple-weather</artifactId >
15
12
<version >0.9-MNG6957-SNAPSHOT</version >
13
+ <scope >compile</scope >
16
14
</dependency >
17
15
</dependencies >
18
- <build >
19
- <finalName >simple-webapp</finalName >
20
- <pluginManagement >
21
- <plugins >
22
- <plugin >
23
- <artifactId >maven-war-plugin</artifactId >
24
- <version >3.3.2</version >
25
- </plugin >
26
- </plugins >
27
- </pluginManagement >
28
- </build >
29
16
</project >
You can’t perform that action at this time.
0 commit comments