Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright © 2017-2018 AT&T Intellectual Property. |
| 4 | ~ |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 5 | ~ Modifications Copyright © 2018 IBM. |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 6 | ~ Modifications Copyright © 2019 Bell Canada. |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 7 | ~ |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 8 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | ~ you may not use this file except in compliance with the License. |
| 10 | ~ You may obtain a copy of the License at |
| 11 | ~ |
| 12 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | ~ |
| 14 | ~ Unless required by applicable law or agreed to in writing, software |
| 15 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | ~ See the License for the specific language governing permissions and |
| 18 | ~ limitations under the License. |
| 19 | --> |
Timoney, Dan (dt5972) | 45bdf84 | 2019-08-06 10:19:48 -0400 | [diff] [blame] | 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 22 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 23 | <parent> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 24 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 25 | <artifactId>parent</artifactId> |
Timoney, Dan (dt5972) | 1926b37 | 2019-09-11 10:54:30 -0400 | [diff] [blame] | 26 | <version>0.7.0-SNAPSHOT</version> |
ebo | 3d96209 | 2019-09-30 13:23:43 +0100 | [diff] [blame] | 27 | <relativePath>..</relativePath> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 28 | </parent> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 29 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 30 | <artifactId>application</artifactId> |
| 31 | <packaging>jar</packaging> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 32 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 33 | <name>Blueprints Processor Application</name> |
| 34 | <description>Blueprints Processor Application</description> |
| 35 | |
Brinda Santh | 6527962 | 2019-09-06 14:37:04 -0400 | [diff] [blame] | 36 | <properties> |
| 37 | <assembly.id>maven</assembly.id> |
| 38 | <name.space>org.onap.ccsdk.cds</name.space> |
| 39 | <serviceArtifactName>blueprintsprocessor</serviceArtifactName> |
| 40 | <image.name>onap/ccsdk-blueprintsprocessor</image.name> |
Brinda Santh | 6527962 | 2019-09-06 14:37:04 -0400 | [diff] [blame] | 41 | <docker.push.phase>deploy</docker.push.phase> |
| 42 | <docker.verbose>true</docker.verbose> |
| 43 | <ccsdk.project.version>${project.version}</ccsdk.project.version> |
| 44 | <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> |
| 45 | </properties> |
| 46 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 47 | <dependencies> |
Alexis de Talhouët | 2791db2 | 2019-06-23 15:30:36 -0400 | [diff] [blame] | 48 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 49 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 50 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | 2ecd4e7 | 2019-02-07 14:51:50 -0500 | [diff] [blame] | 51 | <artifactId>blueprint-core</artifactId> |
Steve Siani | e827a3a | 2019-07-09 15:53:57 -0400 | [diff] [blame] | 52 | <exclusions> |
| 53 | <exclusion> |
| 54 | <groupId>org.springframework.boot</groupId> |
| 55 | <artifactId>spring-boot-starter-logging</artifactId> |
| 56 | </exclusion> |
| 57 | </exclusions> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 58 | </dependency> |
| 59 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 60 | <groupId>org.springframework.boot</groupId> |
Alexis de Talhouët | e4a1f83 | 2019-03-04 21:37:27 -0500 | [diff] [blame] | 61 | <artifactId>spring-boot-starter-security</artifactId> |
Steve Siani | e827a3a | 2019-07-09 15:53:57 -0400 | [diff] [blame] | 62 | <exclusions> |
| 63 | <exclusion> |
| 64 | <groupId>org.springframework.boot</groupId> |
| 65 | <artifactId>spring-boot-starter-logging</artifactId> |
| 66 | </exclusion> |
| 67 | </exclusions> |
Alexis de Talhouët | e4a1f83 | 2019-03-04 21:37:27 -0500 | [diff] [blame] | 68 | </dependency> |
| 69 | |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 70 | <!-- North Bound --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 71 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 72 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 73 | <artifactId>designer-api</artifactId> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 77 | <artifactId>resource-api</artifactId> |
| 78 | </dependency> |
| 79 | <dependency> |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 80 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
| 81 | <artifactId>selfservice-api</artifactId> |
| 82 | </dependency> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 83 | <dependency> |
| 84 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
| 85 | <artifactId>configs-api</artifactId> |
| 86 | </dependency> |
Shaaban Ebrahim | 843d1f7 | 2019-10-24 12:37:21 +0200 | [diff] [blame^] | 87 | <dependency> |
Shaaban Ebrahim | bf30532 | 2019-09-10 18:12:32 +0200 | [diff] [blame] | 88 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
| 89 | <artifactId>health-api</artifactId> |
Shaaban Ebrahim | 843d1f7 | 2019-10-24 12:37:21 +0200 | [diff] [blame^] | 90 | <version>0.7.0-SNAPSHOT</version> |
Shaaban Ebrahim | bf30532 | 2019-09-10 18:12:32 +0200 | [diff] [blame] | 91 | </dependency> |
Shaaban Ebrahim | 843d1f7 | 2019-10-24 12:37:21 +0200 | [diff] [blame^] | 92 | <dependency> |
| 93 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
| 94 | <artifactId>health-api-common</artifactId> |
| 95 | <version>0.7.0-SNAPSHOT</version> |
| 96 | </dependency> |
Shaaban Ebrahim | bf30532 | 2019-09-10 18:12:32 +0200 | [diff] [blame] | 97 | |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 98 | <!-- Functions --> |
| 99 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 100 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Alexis de Talhouët | 7aa5df8 | 2019-02-11 17:23:48 -0500 | [diff] [blame] | 101 | <artifactId>python-executor</artifactId> |
| 102 | </dependency> |
| 103 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 104 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Serge Simard | a3d9ac8 | 2019-05-17 06:39:58 -0400 | [diff] [blame] | 105 | <artifactId>ansible-awx-executor</artifactId> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Alexis de Talhouët | c55160e | 2019-02-12 23:05:01 -0500 | [diff] [blame] | 109 | <artifactId>netconf-executor</artifactId> |
| 110 | </dependency> |
| 111 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 112 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
ottero | 9d33456 | 2019-03-11 14:03:09 +0000 | [diff] [blame] | 113 | <artifactId>restconf-executor</artifactId> |
| 114 | </dependency> |
| 115 | <dependency> |
Brinda Santh | 145662f | 2019-05-16 12:37:55 -0400 | [diff] [blame] | 116 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
| 117 | <artifactId>cli-executor</artifactId> |
| 118 | </dependency> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 119 | <dependency> |
| 120 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
| 121 | <artifactId>config-snapshots</artifactId> |
| 122 | </dependency> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 123 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 99b2042 | 2018-12-06 16:46:19 -0500 | [diff] [blame] | 124 | <groupId>com.h2database</groupId> |
| 125 | <artifactId>h2</artifactId> |
| 126 | </dependency> |
| 127 | <dependency> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 128 | <groupId>org.powermock</groupId> |
| 129 | <artifactId>powermock-api-mockito2</artifactId> |
| 130 | <scope>test</scope> |
| 131 | </dependency> |
| 132 | <dependency> |
| 133 | <groupId>org.springframework.boot</groupId> |
| 134 | <artifactId>spring-boot-starter-test</artifactId> |
| 135 | <scope>test</scope> |
| 136 | </dependency> |
| 137 | <dependency> |
| 138 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 139 | <artifactId>kotlin-test-junit</artifactId> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 140 | <scope>test</scope> |
| 141 | </dependency> |
| 142 | <dependency> |
| 143 | <groupId>io.projectreactor</groupId> |
| 144 | <artifactId>reactor-test</artifactId> |
| 145 | <scope>test</scope> |
| 146 | </dependency> |
ebo | 3d96209 | 2019-09-30 13:23:43 +0100 | [diff] [blame] | 147 | <!-- BEGIN UAT --> |
| 148 | <dependency> |
| 149 | <groupId>org.skyscreamer</groupId> |
| 150 | <artifactId>jsonassert</artifactId> |
| 151 | </dependency> |
Eliezio Oliveira | 1e7e4a5 | 2019-07-31 11:50:26 +0100 | [diff] [blame] | 152 | <dependency> |
| 153 | <groupId>org.yaml</groupId> |
| 154 | <artifactId>snakeyaml</artifactId> |
Eliezio Oliveira | 1e7e4a5 | 2019-07-31 11:50:26 +0100 | [diff] [blame] | 155 | </dependency> |
| 156 | <dependency> |
| 157 | <groupId>com.nhaarman.mockitokotlin2</groupId> |
| 158 | <artifactId>mockito-kotlin</artifactId> |
ebo | 3d96209 | 2019-09-30 13:23:43 +0100 | [diff] [blame] | 159 | <version>2.2.0</version> |
Eliezio Oliveira | 1e7e4a5 | 2019-07-31 11:50:26 +0100 | [diff] [blame] | 160 | </dependency> |
| 161 | <dependency> |
ebo | ff445e6 | 2019-08-16 13:18:47 +0000 | [diff] [blame] | 162 | <groupId>com.schibsted.spt.data</groupId> |
| 163 | <artifactId>jslt</artifactId> |
| 164 | <version>0.1.8</version> |
ebo | 3d96209 | 2019-09-30 13:23:43 +0100 | [diff] [blame] | 165 | </dependency> |
| 166 | <dependency> |
| 167 | <groupId>org.apache.httpcomponents</groupId> |
| 168 | <artifactId>httpclient</artifactId> |
| 169 | <version>${apache.httpcomponents.client.version}</version> |
| 170 | </dependency> |
| 171 | <dependency> |
| 172 | <groupId>org.apache.httpcomponents</groupId> |
| 173 | <artifactId>httpmime</artifactId> |
| 174 | <version>${apache.httpcomponents.client.version}</version> |
| 175 | </dependency> |
| 176 | <dependency> |
| 177 | <groupId>com.github.tomakehurst</groupId> |
| 178 | <artifactId>wiremock-jre8</artifactId> |
| 179 | <version>2.25.0</version> |
ebo | ff445e6 | 2019-08-16 13:18:47 +0000 | [diff] [blame] | 180 | <scope>test</scope> |
| 181 | </dependency> |
ebo | 3d96209 | 2019-09-30 13:23:43 +0100 | [diff] [blame] | 182 | <!-- END UAT --> |
ebo | ff445e6 | 2019-08-16 13:18:47 +0000 | [diff] [blame] | 183 | <dependency> |
Eliezio Oliveira | 1e7e4a5 | 2019-07-31 11:50:26 +0100 | [diff] [blame] | 184 | <groupId>ch.qos.logback</groupId> |
| 185 | <artifactId>logback-classic</artifactId> |
Eliezio Oliveira | 1e7e4a5 | 2019-07-31 11:50:26 +0100 | [diff] [blame] | 186 | </dependency> |
Shaaban Ebrahim | 843d1f7 | 2019-10-24 12:37:21 +0200 | [diff] [blame^] | 187 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 188 | </dependencies> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 189 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 190 | <build> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 191 | <resources> |
| 192 | <resource> |
| 193 | <!--config and resource files --> |
| 194 | <directory>${basedir}/etc</directory> |
| 195 | <targetPath>${basedir}/target/etc</targetPath> |
| 196 | <filtering>true</filtering> |
| 197 | <includes> |
| 198 | <include>**/*</include> |
| 199 | </includes> |
| 200 | </resource> |
| 201 | <resource> |
| 202 | <!--config and resource files --> |
| 203 | <directory>${basedir}/src/main/resources</directory> |
| 204 | <targetPath>${basedir}/target/src/main/resources</targetPath> |
| 205 | <filtering>true</filtering> |
| 206 | <includes> |
| 207 | <include>**/*</include> |
| 208 | </includes> |
| 209 | </resource> |
| 210 | <resource> |
| 211 | <directory>src/main/resources</directory> |
| 212 | <includes> |
| 213 | <include>**/*</include> |
| 214 | </includes> |
| 215 | <filtering>true</filtering> |
| 216 | </resource> |
| 217 | </resources> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 218 | <plugins> |
| 219 | <plugin> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 220 | <artifactId>maven-resources-plugin</artifactId> |
| 221 | <version>2.6</version> |
| 222 | <executions> |
| 223 | <execution> |
| 224 | <id>copy-dockerfile</id> |
| 225 | <goals> |
| 226 | <goal>copy-resources</goal> |
| 227 | </goals><!-- here the phase you need --> |
| 228 | <phase>validate</phase> |
| 229 | <configuration> |
| 230 | <outputDirectory>${basedir}/target/docker-stage</outputDirectory> |
| 231 | <resources> |
| 232 | <resource> |
| 233 | <directory>src/main/docker</directory> |
| 234 | <includes> |
| 235 | <include>*</include> |
| 236 | </includes> |
| 237 | <filtering>true</filtering> |
| 238 | </resource> |
| 239 | </resources> |
| 240 | </configuration> |
| 241 | </execution> |
| 242 | </executions> |
| 243 | </plugin> |
| 244 | <plugin> |
| 245 | <groupId>org.apache.maven.plugins</groupId> |
| 246 | <artifactId>maven-antrun-plugin</artifactId> |
| 247 | <executions> |
| 248 | <execution> |
| 249 | <id>ant-test</id> |
| 250 | <phase>package</phase> |
| 251 | <configuration> |
| 252 | <tasks> |
| 253 | <fixcrlf srcdir="${basedir}" eol="unix" includes="**/*.sh, **/*.source"/> |
| 254 | </tasks> |
| 255 | </configuration> |
| 256 | <goals> |
| 257 | <goal>run</goal> |
| 258 | </goals> |
| 259 | </execution> |
| 260 | </executions> |
| 261 | </plugin> |
Brinda Santh | 6527962 | 2019-09-06 14:37:04 -0400 | [diff] [blame] | 262 | <plugin><!--build the final artifact for docker deployment --> |
| 263 | <artifactId>maven-assembly-plugin</artifactId> |
| 264 | <version>3.1.0</version> |
| 265 | <configuration> |
| 266 | <!-- <skipAssembly>${skip.assembly}</skipAssembly> --> |
| 267 | <outputDirectory>${basedir}/target/docker-stage</outputDirectory> |
| 268 | <descriptors> |
| 269 | <descriptor>src/main/docker/distribution.xml</descriptor> |
| 270 | </descriptors> |
| 271 | <tarLongFileMode>posix</tarLongFileMode> |
| 272 | </configuration> |
| 273 | <executions> |
| 274 | <execution> |
| 275 | <id>${assembly.id}</id> |
| 276 | <phase>package</phase> |
| 277 | <goals> |
| 278 | <goal>single</goal> |
| 279 | </goals> |
| 280 | </execution> |
| 281 | </executions> |
| 282 | </plugin> |
| 283 | <plugin> |
| 284 | <groupId>org.codehaus.groovy.maven</groupId> |
| 285 | <artifactId>gmaven-plugin</artifactId> |
| 286 | <version>1.0</version> |
| 287 | <executions> |
| 288 | <execution> |
| 289 | <phase>validate</phase> |
| 290 | <goals> |
| 291 | <goal>execute</goal> |
| 292 | </goals> |
| 293 | <configuration> |
| 294 | <source>${basedir}/../../../TagVersion.groovy</source> |
| 295 | </configuration> |
| 296 | </execution> |
| 297 | </executions> |
| 298 | </plugin> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 299 | <plugin> |
| 300 | <artifactId>maven-compiler-plugin</artifactId> |
| 301 | <version>3.1</version> |
| 302 | <configuration> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 303 | <source>1.8</source> |
| 304 | <target>1.8</target> |
| 305 | </configuration> |
| 306 | </plugin> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 307 | </plugins> |
| 308 | </build> |
Brinda Santh | 6527962 | 2019-09-06 14:37:04 -0400 | [diff] [blame] | 309 | |
| 310 | <profiles> |
| 311 | <profile> |
| 312 | <id>docker</id> |
| 313 | <build> |
| 314 | <plugins> |
| 315 | <plugin> |
| 316 | <groupId>io.fabric8</groupId> |
| 317 | <artifactId>docker-maven-plugin</artifactId> |
| 318 | <version>0.26.1</version> |
| 319 | <inherited>false</inherited> |
| 320 | <configuration> |
| 321 | <images> |
| 322 | <image> |
| 323 | <name>${image.name}</name> |
| 324 | <build> |
| 325 | <cleanup>try</cleanup> |
| 326 | <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir> |
| 327 | <tags> |
| 328 | <tag>${project.docker.latestminortag.version}</tag> |
| 329 | <tag>${project.docker.latestfulltag.version}</tag> |
| 330 | <tag>${project.docker.latesttagtimestamp.version}</tag> |
| 331 | </tags> |
| 332 | </build> |
| 333 | </image> |
| 334 | </images> |
| 335 | <verbose>true</verbose> |
| 336 | </configuration> |
| 337 | <executions> |
| 338 | <execution> |
| 339 | <id>generate-images</id> |
| 340 | <phase>package</phase> |
| 341 | <goals> |
| 342 | <goal>build</goal> |
| 343 | </goals> |
| 344 | </execution> |
| 345 | <execution> |
| 346 | <id>push-images</id> |
| 347 | <phase>${docker.push.phase}</phase> |
| 348 | <goals> |
| 349 | <goal>build</goal> |
| 350 | <goal>push</goal> |
| 351 | </goals> |
| 352 | </execution> |
| 353 | </executions> |
| 354 | </plugin> |
| 355 | </plugins> |
| 356 | </build> |
| 357 | </profile> |
| 358 | </profiles> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 359 | </project> |