From 79eed12d865952a99fd35fb20138c8fcc9c5d0a3 Mon Sep 17 00:00:00 2001 From: Michael Nguyen <michael.nguyen@parivedasolutions.com> Date: Mon, 2 Dec 2019 21:53:02 -0600 Subject: [PATCH] updating pom. --- .../indexer-aws/indexer-queue-aws/pom.xml | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/provider/indexer-aws/indexer-queue-aws/pom.xml b/provider/indexer-aws/indexer-queue-aws/pom.xml index 8e5d8494e..295aa5f84 100644 --- a/provider/indexer-aws/indexer-queue-aws/pom.xml +++ b/provider/indexer-aws/indexer-queue-aws/pom.xml @@ -22,21 +22,6 @@ <version>1.0-SNAPSHOT</version> <build> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>3.2.0</version> - <configuration> - <archive> - <manifest> - <addDefaultImplementationEntries>true</addDefaultImplementationEntries> - <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> - <mainClass>org.opengroup.osdu.indexerqueue.aws.api.IndexerQueue</mainClass> - <Class-Path>.</Class-Path> - </manifest> - </archive> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> @@ -55,6 +40,11 @@ <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> + <archive> + <manifest> + <mainClass>org.opengroup.osdu.indexerqueue.aws.api.IndexerQueue</mainClass> + </manifest> + </archive> </configuration> </plugin> </plugins> -- GitLab