Skip to content

Commit

Permalink
using the latest version of docker-maven-plugin and arungupta/wildfly…
Browse files Browse the repository at this point in the history
…:8.2 image (interim until https://github.com/rhuss/docker-maven-plugin/issues/175 is fixed)
  • Loading branch information
arun-gupta committed May 20, 2015
1 parent 0f0cf14 commit 0ed7b3e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions microservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,27 +146,22 @@
</profile>
<profile>
<id>docker</id>
<dependencies>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.jolokia</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.11.3</version>
<version>0.11.5-M1</version>
<configuration>
<images>
<image>
<alias>user</alias>
<name>arungupta/shoppingcart-user</name>
<build>
<from>jboss/wildfly</from>
<from>arungupta/wildfly:8.2</from>
<assembly>
<descriptor>assembly.xml</descriptor>
<basedir>/</basedir>
</assembly>
<ports>
<port>8080</port>
Expand Down

0 comments on commit 0ed7b3e

Please sign in to comment.