Repository: cxf
Updated Branches:
  refs/heads/master 472c37bca -> f561543f0


Updating spring_boot demo too for it not to build the image by default


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f561543f
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f561543f
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f561543f

Branch: refs/heads/master
Commit: f561543f07ff209ffe9a7ae4e9897acdb2d88e54
Parents: 472c37b
Author: Sergey Beryozkin <sberyoz...@gmail.com>
Authored: Tue Aug 29 17:45:41 2017 +0100
Committer: Sergey Beryozkin <sberyoz...@gmail.com>
Committed: Tue Aug 29 17:45:41 2017 +0100

----------------------------------------------------------------------
 .../src/main/release/samples/jax_rs/spring_boot/pom.xml     | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/f561543f/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml 
b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
index 07ae7e2..fb2a69e 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
@@ -68,15 +68,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>

Reply via email to