diff options
author | Steve Smokowski <ss835w@att.com> | 2020-06-03 10:08:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-03 10:08:12 +0000 |
commit | 8819fe2cfdad1b1f72bc67fd5dffd7c68ec7944b (patch) | |
tree | 449886b17079e2d35ee6dcf2550d006b6016526f /mso-api-handlers | |
parent | 66e81795eb85fae8a39b94ba83b60d62f928ef32 (diff) | |
parent | 2dbbd78b28c4068bd1724c699af1e73e806060c2 (diff) |
Merge "make sure maven plugins only run when we want"
Diffstat (limited to 'mso-api-handlers')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 7d6bbc4fc4..7e891f1e33 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -311,6 +311,9 @@ <executions> <execution> <id>extract-docker-file</id> + <configuration> + <skip>false</skip> + </configuration> </execution> </executions> </plugin> @@ -320,9 +323,7 @@ <executions> <execution> <id>original</id> - <configuration> - <skip>false</skip> - </configuration> + <phase>package</phase> </execution> </executions> </plugin> |