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

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


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

commit deb9e96f29d3a322804016d4533bb76de7c40e2c
Author: David Meikle <da...@logicalspark.com>
AuthorDate: Wed Mar 7 21:15:19 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 76b0ad0..4abb226 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