summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authors00370346 <swarup.nayak1@huawei.com>2019-03-27 10:06:03 +0530
committers00370346 <swarup.nayak1@huawei.com>2019-03-27 10:06:03 +0530
commit0429a71c2ca41cd311473c9485fa98bbcadaa542 (patch)
tree154e705c0e5c5ee5d8d1d774b8591b18e71ded15 /pom.xml
parent82c26b5b8e7e92dfd9108684290e3a596b800e62 (diff)
Issue-ID: DCAEGEN2-1055 RestConfCollector bug fixes
Change-Id: I4623217ab69eaeecf1b5704172ad4de37e641312 Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
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>