summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e8bcd90..5fc8f3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,13 @@ limitations under the License.
<artifactId>docker-maven-plugin</artifactId>
<version>1.1.1</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -204,7 +211,7 @@ limitations under the License.
</runs>
<cmd>/opt/app/restconfcollector/bin/docker_entry.sh</cmd>
<exposes>
- <expose>8686</expose>
+ <expose>8080</expose>
<expose>8687</expose>
</exposes>
</configuration>