Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes cd6f9f113 -> 0198879e7


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/0198879e
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0198879e
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0198879e

Branch: refs/heads/3.1.x-fixes
Commit: 0198879e73af6815648188318b502b47debaa76f
Parents: cd6f9f1
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:47:00 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/0198879e/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 2db4aff..d116f4b 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
@@ -67,15 +67,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