blob: 4f6f75478ba8cce5fda74c9eab2bc3224b960d39 [file] [log] [blame]
dglFromAttd0a915d2019-02-18 18:20:55 +00001<!--* ============LICENSE_START====================================================
2 * ===========================================================================
3 * org.onap.aaf
4 * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
5 * ===========================================================================
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 * ============LICENSE_END====================================================
18 * -->
19 <project xmlns="http://maven.apache.org/POM/4.0.0"
20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
ATT default cloud user17b1b972017-08-31 21:34:47 +000022 <modelVersion>4.0.0</modelVersion>
dglFromAtt1f1ccb12019-02-21 19:21:32 +000023 <groupId>org.onap.dmaap.buscontroller</groupId>
dglFromAttd0a915d2019-02-18 18:20:55 +000024 <artifactId>parent</artifactId>
efiacorf506edc2021-03-05 14:18:39 +000025 <version>${revision}</version>
Jessica Wagantall9af84512017-09-08 14:38:04 -070026 <name>dmaap-buscontroller</name>
dglFromAttd0a915d2019-02-18 18:20:55 +000027 <packaging>pom</packaging>
28
ATT default cloud user19c51782017-09-01 22:03:23 +000029 <parent>
dglFromAtt7a3fdbe2019-05-09 19:19:54 +000030 <groupId>org.onap.oparent</groupId>
31 <artifactId>oparent</artifactId>
ajay_dp001939d91f2021-01-22 19:42:09 +053032 <version>3.2.0</version>
ATT default cloud user19c51782017-09-01 22:03:23 +000033 </parent>
ATT default cloud user17b1b972017-08-31 21:34:47 +000034
dglFromAttd0a915d2019-02-18 18:20:55 +000035 <properties>
efiacorf506edc2021-03-05 14:18:39 +000036 <revision>2.0.5-SNAPSHOT</revision>
dglFromAttd0a915d2019-02-18 18:20:55 +000037 <multiproject.basedir>${basedir}</multiproject.basedir>
efiacorf506edc2021-03-05 14:18:39 +000038 <docker.maven.plugin.version>1.0.0</docker.maven.plugin.version>
39 <skip.docker.build>false</skip.docker.build>
40 <skip.docker.tag>false</skip.docker.tag>
41 <skip.docker.push>false</skip.docker.push>
42 <docker.skip.build>false</docker.skip.build>
43 <docker.verbose>true</docker.verbose>
44 <docker.apiVersion>2.2.54</docker.apiVersion>
dglFromAttd0a915d2019-02-18 18:20:55 +000045 </properties>
dglFromAtt0113d282018-03-13 07:11:29 -040046
sandovalfr7f7da1e2019-03-04 12:17:58 -050047 <build>
48 <plugins>
49 <plugin>
sandovalfr55cba2c2019-03-14 17:07:14 -060050 <groupId>io.fabric8</groupId>
sandovalfr7f7da1e2019-03-04 12:17:58 -050051 <artifactId>docker-maven-plugin</artifactId>
efiacorf506edc2021-03-05 14:18:39 +000052 <version>0.28.0</version>
sandovalfr7f7da1e2019-03-04 12:17:58 -050053 <configuration>
efiacorf506edc2021-03-05 14:18:39 +000054 <skipBuild>${skip.docker.build}</skipBuild>
sandovalfr7f7da1e2019-03-04 12:17:58 -050055 </configuration>
56 </plugin>
57 </plugins>
58 </build>
dglFromAttf5e3ff52018-08-22 18:02:11 -040059
dglFromAttd0a915d2019-02-18 18:20:55 +000060 <modules>
61 <module>dmaap-bc</module>
62 <module>dbc-client</module>
63 </modules>
ATT default cloud user17b1b972017-08-31 21:34:47 +000064</project>