Skip to content

Commit e13e451

Browse files
Merge pull request #367 from Spring-Framework-Java-Apps/master
work
2 parents a39477d + adcf23a commit e13e451

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@
13341334
<executions>
13351335
<execution>
13361336
<id>unpack-dependency-classes-install</id>
1337-
<phase>package</phase>
1337+
<phase>install</phase>
13381338
<goals>
13391339
<goal>repackage</goal>
13401340
</goals>
@@ -1683,6 +1683,18 @@
16831683
</build>
16841684
</profile>
16851685

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+
16861698
<profile>
16871699
<id>uml</id>
16881700
<properties>

0 commit comments

Comments
 (0)