Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadhusudhan authored Jan 23, 2019
1 parent 5b7f4ce commit 1584de4
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,35 +191,7 @@
</manifest>
</archive>
</configuration>
</plugin>
<!--<plugin>-->
<!--<groupId>com.spotify</groupId>-->
<!--<artifactId>docker-maven-plugin</artifactId>-->
<!--<version>1.0.0</version>-->
<!--<configuration>-->
<!--<imageName>artifactory.corp.olacabs.com:6001/jackhammer:${project.version}</imageName>-->
<!--<serverId>docker</serverId>-->
<!--&lt;!&ndash; copy the service's jar file from target into the root directory-->
<!--of the image &ndash;&gt;-->
<!--<dockerDirectory>${basedir}</dockerDirectory>-->
<!--<resources>-->
<!--<resource>-->
<!--<targetPath>/</targetPath>-->
<!--<directory>${project.build.directory}</directory>-->
<!--<include>${project.build.finalName}.jar</include>-->
<!--</resource>-->
<!--</resources>-->
<!--</configuration>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>build-image</id>-->
<!--<phase>package</phase>-->
<!--<goals>-->
<!--<goal>build</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
</plugin>
</plugins>
</build>
</project>

0 comments on commit 1584de4

Please sign in to comment.