diff options
author | talasila <talasila@research.att.com> | 2017-03-08 16:34:14 -0500 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-03-08 16:34:30 -0500 |
commit | e1487b0f7b13b1db3bde0b73c4086f9c54f8a9a1 (patch) | |
tree | 994345b79d4a7dcd9e8c400ec50d0953d73ed4de /ecomp-portal-FE/pom.xml | |
parent | ecfc5c31bc505573b9686e282b4cd087303be4ec (diff) |
sonar scan pom updates
Change-Id: I9020d59dc0ac48e6835ced166079625127136eb8
Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-portal-FE/pom.xml')
-rw-r--r-- | ecomp-portal-FE/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ecomp-portal-FE/pom.xml b/ecomp-portal-FE/pom.xml index e7f3a5d9..97283c0a 100644 --- a/ecomp-portal-FE/pom.xml +++ b/ecomp-portal-FE/pom.xml @@ -7,6 +7,14 @@ <build> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> |