File tree Expand file tree Collapse file tree 5 files changed +13
-48
lines changed
core-it-suite/src/test/resources
mng-6656-buildconsumer/expected
mng-6957-buildconsumer/expected Expand file tree Collapse file tree 5 files changed +13
-48
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <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 >
95 <artifactId >simple-weather</artifactId >
6+ <version >0.9-MNG6656-SNAPSHOT</version >
107 <name >Multi Chapter Simple Weather API</name >
118</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <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 >
95 <artifactId >simple-webapp</artifactId >
6+ <version >0.9-MNG6656-SNAPSHOT</version >
107 <name >Multi Chapter Simple Web Application Project</name >
118 <dependencies >
129 <dependency >
1310 <groupId >org.sonatype.mavenbook.multi</groupId >
1411 <artifactId >simple-weather</artifactId >
1512 <version >0.9-MNG6656-SNAPSHOT</version >
13+ <scope >compile</scope >
1614 </dependency >
1715 </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 >
2916</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <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 >
95 <artifactId >simple-testutils</artifactId >
6+ <version >0.9-MNG6957-SNAPSHOT</version >
107</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <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 >
95 <artifactId >simple-weather</artifactId >
6+ <version >0.9-MNG6957-SNAPSHOT</version >
107 <name >Multi Chapter Simple Weather API</name >
118 <dependencies >
129 <dependency >
1613 <scope >test</scope >
1714 </dependency >
1815 </dependencies >
19- </project >
16+ </project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <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 >
95 <artifactId >simple-webapp</artifactId >
6+ <version >0.9-MNG6957-SNAPSHOT</version >
107 <name >Multi Chapter Simple Web Application Project</name >
118 <dependencies >
129 <dependency >
1310 <groupId >org.sonatype.mavenbook.multi</groupId >
1411 <artifactId >simple-weather</artifactId >
1512 <version >0.9-MNG6957-SNAPSHOT</version >
13+ <scope >compile</scope >
1614 </dependency >
1715 </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 >
2916</project >
You can’t perform that action at this time.
0 commit comments