File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 1148
1148
</execution >
1149
1149
</executions >
1150
1150
</plugin >
1151
- <plugin >
1152
- <groupId >com.dkanejs.maven.plugins</groupId >
1153
- <artifactId >docker-compose-maven-plugin</artifactId >
1154
- </plugin >
1155
1151
<plugin >
1156
1152
<groupId >org.apache.maven.plugins</groupId >
1157
1153
<artifactId >maven-dependency-plugin</artifactId >
1455
1451
</properties >
1456
1452
<build >
1457
1453
<finalName >${project.artifactId} </finalName >
1458
- <defaultGoal >clean dependency:purge-local-repository install spring-boot:repackage</defaultGoal >
1454
+ <defaultGoal >clean dependency:purge-local-repository install spring-boot:repackage</defaultGoal >
1459
1455
</build >
1460
1456
</profile >
1461
1457
1458
+ <profile >
1459
+ <id >docker</id >
1460
+ <properties >
1461
+ <skipTests >false</skipTests >
1462
+ <skip .unit.tests>false</skip .unit.tests>
1463
+ <skip .integration.tests>false</skip .integration.tests>
1464
+ </properties >
1465
+ <build >
1466
+ <finalName >${project.artifactId} </finalName >
1467
+ <defaultGoal >clean dependency:purge-local-repository install spring-boot:repackage</defaultGoal >
1468
+ <plugins >
1469
+ <plugin >
1470
+ <groupId >com.dkanejs.maven.plugins</groupId >
1471
+ <artifactId >docker-compose-maven-plugin</artifactId >
1472
+ </plugin >
1473
+ </plugins >
1474
+ </build >
1475
+ </profile >
1476
+
1462
1477
<profile >
1463
1478
<id >cloud</id >
1464
1479
<properties >
You can’t perform that action at this time.
0 commit comments