diff options
author | Benjamin, Max <max.benjamin@att.com> | 2019-11-08 10:32:10 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2019-11-08 10:32:10 -0500 |
commit | 7e3721198f51220376a7f9b8c822a68fc057aa2d (patch) | |
tree | 0d79bd07e21214e9211fa402e1b63a3060944419 /mso-api-handlers/mso-api-handler-infra | |
parent | dd7d3c1900cfa933d6ad84348b8abb43e290150e (diff) |
removed global configuration of jar plugin
removed global configuration of jar plugin to prevent extra artifacts
Issue-ID: SO-2518
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I5b25150089f39792452cf67cac1c916ef2069bed
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index bb726e68aa..82b86f89cc 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -277,6 +277,9 @@ <executions> <execution> <id>original</id> + <configuration> + <skip>false</skip> + </configuration> </execution> </executions> </plugin> |