Put the enterpriseDocker and communityDocker profiles back into the poms.

This commit is contained in:
Alan Davis
2018-03-14 17:01:22 +00:00
parent 1c99882209
commit 4116551125
3 changed files with 12 additions and 21 deletions

View File

@@ -99,7 +99,7 @@
<profiles>
<profile>
<id>enterpriseDocker</id> <!-- local build only -->
<id>enterpriseDocker</id>
<build>
<plugins>
<plugin>
@@ -112,20 +112,17 @@
<name>alfresco/${artifactId}</name>
<build>
<dockerFileDir>${project.basedir}/</dockerFileDir>
<tags>
<tag>${project.version}</tag>
</tags>
</build>
</image>
</images>
</configuration>
<executions>
<execution>
<id>buildImage</id>
<phase>install</phase>
<id>build</id>
<goals>
<goal>build</goal>
</goals>
<phase>install</phase>
</execution>
</executions>
</plugin>
@@ -134,7 +131,7 @@
</profile>
<profile>
<id>pushImages</id> <!-- used only in bamboo for building and pushing snapshots -->
<id>pushImages</id>
<build>
<plugins>
<plugin>