diff options
author | Steve Smokowski <ss835w@att.com> | 2019-11-14 13:54:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-14 13:54:38 +0000 |
commit | bfc61c85d6e0bce1ed665fc62575d6b124f8c0e0 (patch) | |
tree | 424bd80bd0f4ed220be9563de93c76649610db74 /mso-api-handlers | |
parent | 99d051cebfee5a59eae4dd2f1c0d1365f9f6d573 (diff) | |
parent | 7e3721198f51220376a7f9b8c822a68fc057aa2d (diff) |
Merge "removed global configuration of jar plugin"
Diffstat (limited to 'mso-api-handlers')
-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> |