diff options
author | 2019-03-27 10:06:03 +0530 | |
---|---|---|
committer | 2019-03-27 10:06:03 +0530 | |
commit | 0429a71c2ca41cd311473c9485fa98bbcadaa542 (patch) | |
tree | 154e705c0e5c5ee5d8d1d774b8591b18e71ded15 /pom.xml | |
parent | 82c26b5b8e7e92dfd9108684290e3a596b800e62 (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.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |