mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-31 17:38:33 +00:00
Put the enterpriseDocker and communityDocker profiles back into the poms.
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -109,7 +109,7 @@
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>enterpriseDocker</id> <!-- local build only -->
|
||||
<id>enterpriseDocker</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@@ -122,20 +122,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>
|
||||
@@ -144,7 +141,7 @@
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>pushImages</id> <!-- used only in bamboo for building and pushing snapshots -->
|
||||
<id>pushImages</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
Reference in New Issue
Block a user