diff options
author | Edwin Lawrance <Edwin.Lawrance@amdocs.com> | 2019-03-04 11:44:30 +0000 |
---|---|---|
committer | Edwin Lawrance <Edwin.Lawrance@amdocs.com> | 2019-03-04 11:44:30 +0000 |
commit | c1900e98d343b9d8acdc5928b5e45bb57c290335 (patch) | |
tree | b991aed5081b6d20f5b8c57fc155045c264ca349 | |
parent | 57ccc376054d09367dc4bf8855adea1f19a87b3f (diff) |
Update ES pom to conform to merge job requirements
Change-Id: I0b0e36503f9eab63b2e6a41acf1c58658a511fd5
Issue-ID: AAI-2203
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
-rw-r--r-- | elasticsearch-sg/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index 419684d..0c6f67b 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -78,7 +78,13 @@ <forceTags>true</forceTags> </configuration> </plugin> - + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build> |