diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-06-02 23:18:13 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-06-02 23:18:13 -0400 |
commit | 2dbbd78b28c4068bd1724c699af1e73e806060c2 (patch) | |
tree | dc147881387b858db9c86890e6efbb8d978c6485 /adapters/mso-catalog-db-adapter | |
parent | 21f70778390a1aa248acb97c1c9576419b642dc2 (diff) |
make sure maven plugins only run when we want
make sure maven plugins only run when we want
Issue-ID: SO-2972
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I5fe1b4836f597cf6bda5fee02ca6c234c7917f33
Diffstat (limited to 'adapters/mso-catalog-db-adapter')
-rw-r--r-- | adapters/mso-catalog-db-adapter/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/adapters/mso-catalog-db-adapter/pom.xml b/adapters/mso-catalog-db-adapter/pom.xml index 8735f98804..5b3038fac7 100644 --- a/adapters/mso-catalog-db-adapter/pom.xml +++ b/adapters/mso-catalog-db-adapter/pom.xml @@ -39,6 +39,9 @@ <executions> <execution> <id>extract-docker-file</id> + <configuration> + <skip>false</skip> + </configuration> </execution> </executions> </plugin> |