diff options
author | Serban Jora <jora@research.att.com> | 2017-10-17 17:11:36 -0400 |
---|---|---|
committer | Serban Jora <jora@research.att.com> | 2017-10-17 17:36:08 -0400 |
commit | 206f12d7cad289627468833c50a1aaaf4d0ba6ca (patch) | |
tree | 2dbe309fc569a662524e33722f075fdbe49fd137 /javatoscachecker/pom.xml | |
parent | 9bd6c31452862672e57b830b62b6181b72f4b1ff (diff) |
Separate docker action to own profile
Separate docker plugin tasks to a dedicated profile
Change-Id: Ie00f20c0a115263a4b0c6f0f9d132d45794381da
Issue-Id: MODELING-26
Signed-off-by: Serban Jora <jora@research.att.com>
Diffstat (limited to 'javatoscachecker/pom.xml')
-rw-r--r-- | javatoscachecker/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/javatoscachecker/pom.xml b/javatoscachecker/pom.xml index 0c0d853..12dab08 100644 --- a/javatoscachecker/pom.xml +++ b/javatoscachecker/pom.xml @@ -119,4 +119,10 @@ </plugins> </build> + <profiles> + <profile> + <id>docker</id> + </profile> + </profiles> + </project> |