aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authorClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-20 11:42:19 +0100
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-22 10:45:51 +0100
commitf94db30218f59ce5110e890234440837027c22db (patch)
tree2d09de0bae558f0f1b9f0b39b7428ec2f492708e /cps-parent
parentb17558915a61c1a2ee4385c69755589fec7c8c94 (diff)
Move jib plugin configuration from parent
and leave profile generating container under single module responsible of such task Issue-ID: CPS-22 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: Iaf4b0d6ef8211aab0556288912a6a49bf4c98bfd
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml51
1 files changed, 0 insertions, 51 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index f427555aa..c3b61541f 100755
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -59,57 +59,6 @@
</snapshotRepository>
</distributionManagement>
- <profiles>
- <profile>
- <id>docker</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>com.google.cloud.tools</groupId>
- <artifactId>jib-maven-plugin</artifactId>
- <version>${jib-maven-plugin.version}</version>
- <configuration>
- <container>
- <mainClass>${app}</mainClass>
- <creationTime>USE_CURRENT_TIMESTAMP</creationTime>
- </container>
- <from>
- <image>${base.image}</image>
- </from>
- <to>
- <image>${repository.name}</image>
- <tags>
- <tag>${tag.version}</tag>
- </tags>
- </to>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <id>build</id>
- <goals>
- <goal>dockerBuild</goal>
- </goals>
- </execution>
- <execution>
- <phase>deploy</phase>
- <id>buildAndPush</id>
- <goals>
- <goal>build</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </profile>
- </profiles>
-
<dependencyManagement>
<dependencies>
<dependency>