This is an automated email from the ASF dual-hosted git repository.

dmeikle pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 42aa774  TIKA-1518: Detach docker file build from build phase in Maven 
execution
42aa774 is described below

commit 42aa774f1e1d232ee9f98b58ace9f0417231716b
Author: David Meikle <da...@logicalspark.com>
AuthorDate: Wed Mar 7 21:24:48 2018 +0000

    TIKA-1518: Detach docker file build from build phase in Maven execution
---
 tika-server/pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index d7f6689..ccfcf97 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -260,19 +260,10 @@
           </execution>
         </executions>
       </plugin>
-      <!--
       <plugin>
         <groupId>com.spotify</groupId>
         <artifactId>dockerfile-maven-plugin</artifactId>
         <version>1.3.7</version>
-        <executions>
-          <execution>
-            <id>default</id>
-            <goals>
-              <goal>build</goal>
-            </goals>
-          </execution>
-        </executions>
         <configuration>
           <repository>apache/tika-server</repository>
           <tag>${project.version}</tag>
@@ -280,7 +271,7 @@
             <JAR_FILE>tika-server-${project.version}.jar</JAR_FILE>
           </buildArgs>
         </configuration>
-      </plugin>-->
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>

-- 
To stop receiving notification emails like this one, please contact
dmei...@apache.org.

Reply via email to