Repository: cxf Updated Branches: refs/heads/master ea253cc93 -> 172579c62
Making building the docker images optional in spring_boot_scan Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/172579c6 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/172579c6 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/172579c6 Branch: refs/heads/master Commit: 172579c624bc3e8306e20225dca8123055074852 Parents: ea253cc Author: Sergey Beryozkin <[email protected]> Authored: Wed Aug 23 17:29:41 2017 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Aug 23 17:29:41 2017 +0100 ---------------------------------------------------------------------- .../samples/jax_rs/spring_boot_scan/application/pom.xml | 9 --------- .../samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml | 9 --------- 2 files changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/172579c6/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml index 42e801c..0e00320 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml @@ -87,15 +87,6 @@ <groupId>com.spotify</groupId> <artifactId>dockerfile-maven-plugin</artifactId> <version>1.3.4</version> - <executions> - <execution> - <id>default</id> - <goals> - <goal>build</goal> - <goal>push</goal> - </goals> - </execution> - </executions> <configuration> <repository>${user.name}/apachecxf</repository> <tag>${project.artifactId}</tag> http://git-wip-us.apache.org/repos/asf/cxf/blob/172579c6/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml index e0b7dc5..1590af8 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml @@ -58,15 +58,6 @@ <groupId>com.spotify</groupId> <artifactId>dockerfile-maven-plugin</artifactId> <version>1.3.4</version> - <executions> - <execution> - <id>default</id> - <goals> - <goal>build</goal> - <goal>push</goal> - </goals> - </execution> - </executions> <configuration> <repository>${user.name}/apachecxf</repository> <tag>${project.artifactId}</tag>
