We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a39477d + adcf23a commit e13e451Copy full SHA for e13e451
pom.xml
@@ -1334,7 +1334,7 @@
1334
<executions>
1335
<execution>
1336
<id>unpack-dependency-classes-install</id>
1337
- <phase>package</phase>
+ <phase>install</phase>
1338
<goals>
1339
<goal>repackage</goal>
1340
</goals>
@@ -1683,6 +1683,18 @@
1683
</build>
1684
</profile>
1685
1686
+ <profile>
1687
+ <id>cloud</id>
1688
+ <properties>
1689
+ <skip.unit.tests>true</skip.unit.tests>
1690
+ <skip.integration.tests>true</skip.integration.tests>
1691
+ </properties>
1692
+ <build>
1693
+ <finalName>${project.artifactId}</finalName>
1694
+ <defaultGoal>clean dependency:list install</defaultGoal>
1695
+ </build>
1696
+ </profile>
1697
+
1698
<profile>
1699
<id>uml</id>
1700
<properties>
0 commit comments