File tree 7 files changed +45
-41
lines changed
product-composite-service
7 files changed +45
-41
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<parent >
8
- <groupId >com.siriusxi.ms.store</groupId >
9
- <artifactId >store-chassis</artifactId >
10
- <version >0.0.1-SNAPSHOT</version >
11
- </ parent >
12
-
13
- < artifactId >product-composite-service</ artifactId >
14
- < version >0.0.1-SNAPSHOT</ version >
15
- <name >Product Composite Service</name >
16
- <description >Product Composite Service Spring Boot based project</description >
17
- <packaging >jar</packaging >
8
+ <groupId >com.siriusxi.ms.store</groupId >
9
+ <artifactId >store-chassis</artifactId >
10
+ <version >0.0.1-SNAPSHOT</version >
11
+ < relativePath >../store-chassis</ relativePath >
12
+ </ parent >
13
+
14
+ < artifactId >product-composite-service</ artifactId >
15
+ <name >Product Composite Service</name >
16
+ <description >Product Composite Service Spring Boot based project</description >
17
+ <packaging >jar</packaging >
18
18
</project >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<parent >
8
- <groupId >com.siriusxi.ms.store</groupId >
9
- <artifactId >store-chassis</artifactId >
10
- <version >0.0.1-SNAPSHOT</version >
11
- </ parent >
12
-
13
- < artifactId >product-service</ artifactId >
14
- < version >0.0.1-SNAPSHOT</ version >
15
- <name >Product Service</name >
16
- <description >Product Service Spring Boot based project</description >
17
- <packaging >jar</packaging >
8
+ <groupId >com.siriusxi.ms.store</groupId >
9
+ <artifactId >store-chassis</artifactId >
10
+ <version >0.0.1-SNAPSHOT</version >
11
+ < relativePath >../store-chassis</ relativePath >
12
+ </ parent >
13
+
14
+ < artifactId >product-service</ artifactId >
15
+ <name >Product Service</name >
16
+ <description >Product Service Spring Boot based project</description >
17
+ <packaging >jar</packaging >
18
18
</project >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<parent >
8
- <groupId >com.siriusxi.ms.store</groupId >
9
- <artifactId >store-chassis</artifactId >
10
- <version >0.0.1-SNAPSHOT</version >
11
- </ parent >
12
-
13
- < artifactId >recommendation-service</ artifactId >
14
- < version >0.0.1-SNAPSHOT</ version >
15
- <name >Recommendation Service</name >
16
- <description >Recommendation Service Spring Boot based project</description >
17
- <packaging >jar</packaging >
8
+ <groupId >com.siriusxi.ms.store</groupId >
9
+ <artifactId >store-chassis</artifactId >
10
+ <version >0.0.1-SNAPSHOT</version >
11
+ < relativePath >../store-chassis</ relativePath >
12
+ </ parent >
13
+
14
+ < artifactId >recommendation-service</ artifactId >
15
+ <name >Recommendation Service</name >
16
+ <description >Recommendation Service Spring Boot based project</description >
17
+ <packaging >jar</packaging >
18
18
</project >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<parent >
8
- <groupId >com.siriusxi.ms.store</groupId >
9
- <artifactId >store-chassis</artifactId >
10
- <version >0.0.1-SNAPSHOT</version >
11
- </parent >
8
+ <groupId >com.siriusxi.ms.store</groupId >
9
+ <artifactId >store-chassis</artifactId >
10
+ <version >0.0.1-SNAPSHOT</version >
11
+ <relativePath >../store-chassis</relativePath >
12
+ </parent >
12
13
13
- <artifactId >review-service</artifactId >
14
- <version >0.0.1-SNAPSHOT</version >
15
- <name >Review Service</name >
16
- <description >Review Service Spring Boot based project</description >
17
- <packaging >jar</packaging >
14
+ <artifactId >review-service</artifactId >
15
+ <name >Review Service</name >
16
+ <description >Review Service Spring Boot based project</description >
17
+ <packaging >jar</packaging >
18
18
</project >
Original file line number Diff line number Diff line change 20
20
<maven .compiler.plugin.version>3.8.1</maven .compiler.plugin.version>
21
21
<maven .surefire.plugin.version>3.0.0-M4</maven .surefire.plugin.version>
22
22
<maven .failsafe.plugin.version>3.0.0-M4</maven .failsafe.plugin.version>
23
-
23
+ < maven .deploy.skip>true</ maven .deploy.skip>
24
24
</properties >
25
25
26
26
<dependencies >
Original file line number Diff line number Diff line change 36
36
<!-- Dependencies versions properties -->
37
37
<maven .plugin.dockerfile.version>1.4.13</maven .plugin.dockerfile.version>
38
38
<maven .plugin.properties.version>1.0.0</maven .plugin.properties.version>
39
-
39
+ < maven .deploy.skip>true</ maven .deploy.skip>
40
40
</properties >
41
41
42
42
<dependencies >
201
201
<exists >${basedir} /Dockerfile</exists >
202
202
</file >
203
203
</activation >
204
+ <properties >
205
+ <maven .install.skip>true</maven .install.skip>
206
+ </properties >
204
207
<build >
205
208
<plugins >
206
209
<plugin >
Original file line number Diff line number Diff line change 20
20
<maven .compiler.plugin.version>3.8.1</maven .compiler.plugin.version>
21
21
<maven .surefire.plugin.version>3.0.0-M4</maven .surefire.plugin.version>
22
22
<maven .failsafe.plugin.version>3.0.0-M4</maven .failsafe.plugin.version>
23
+ <maven .deploy.skip>true</maven .deploy.skip>
23
24
</properties >
24
25
25
26
<dependencies >
You can’t perform that action at this time.
0 commit comments