summaryrefslogtreecommitdiffstats
path: root/packages/pom.xml
diff options
context:
space:
mode:
authorSmokowski, Steve (ss835w) <ss835w@us.att.com>2018-08-08 10:14:37 -0400
committerSmokowski, Steve (ss835w) <ss835w@us.att.com>2018-08-08 10:14:37 -0400
commitd68387d612bc13158661587db2cfa3fb62c2f698 (patch)
treef0b1fac9a80c6574f7fc9d0549223ddbfb57cd0b /packages/pom.xml
parent67d2cf8b4327e19a1e632f8fd38a05b3184a0e7e (diff)
Remove Unused Files
Remove files that are no longer used Issue-ID: SO-815 Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Diffstat (limited to 'packages/pom.xml')
-rw-r--r--packages/pom.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/packages/pom.xml b/packages/pom.xml
index 578127d80c..79b848565d 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -20,16 +20,12 @@
<activation>
<activeByDefault>true</activeByDefault>
</activation>
- <modules>
- <module>deliveries</module>
- </modules>
</profile>
<!-- Those profile are exclusive, choose docker or with-integration-tests -->
<profile>
<id>docker</id>
- <modules>
- <module>deliveries</module>
+ <modules>
<module>docker</module>
</modules>
<properties>
@@ -37,18 +33,5 @@
<docker.skip.push>false</docker.skip.push>
</properties>
</profile>
-
- <profile>
- <id>with-integration-tests</id>
- <modules>
- <module>deliveries</module>
- <module>docker</module>
- </modules>
- <properties>
- <!-- For this profile we want to skip the docker push (if deploy goal is specified) -->
- <docker.skip.push>true</docker.skip.push>
- </properties>
- </profile>
-
</profiles>
</project>