Skip to content

Commit

Permalink
#290 : Minimal required Maven version reduced to 3.0.5
Browse files Browse the repository at this point in the history
* javadoc annotations has been changed to real Java annotations
* components.xml has been removed and will be created by plexus-component-metadata plugin.
* MavenSession dependencies from the plexus container and will be provided as arguments when needed
  • Loading branch information
rhuss committed Feb 14, 2016
1 parent 45fe020 commit 7c0b37d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion samples/data-jolokia-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
<alias>server</alias>
<name>${image}</name>
<run>
<net>container:data</net>
<namingStrategy>none</namingStrategy>
<volumes>
<from>
Expand All @@ -101,6 +100,12 @@
<JOLOKIA_OFF>1</JOLOKIA_OFF>
</env>
<envPropertyFile>${project.basedir}/src/main/docker/environment.properties</envPropertyFile>
<ports>
<!-- Port mappings: Container internal port (which must be exposed) will be
dynamically mapped and this (random) port will be assigned to the maven variable
${jolokia.port}. Multiple port mappings can be specified here-->
<port>${jolokia.host}:${jolokia.port}:8080</port>
</ports>
<wait>
<!-- The plugin waits until this URL is reachable via HTTP ... -->
<log>Server startup</log>
Expand Down

0 comments on commit 7c0b37d

Please sign in to comment.