Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 1015489e4 -> cba9d4ecc
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/cba9d4ec Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/cba9d4ec Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/cba9d4ec Branch: refs/heads/3.1.x-fixes Commit: cba9d4eccca193d535a3fe7dcd69bc10daa2b010 Parents: 1015489 Author: Sergey Beryozkin <[email protected]> Authored: Wed Aug 23 17:29:41 2017 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Aug 23 17:31:27 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/cba9d4ec/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 ded81a2..952acd1 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 @@ -86,15 +86,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/cba9d4ec/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 5bd3db1..78ba8b2 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 @@ -57,15 +57,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>
