[DCAE] INFO.yaml update
[dcaegen2/analytics/tca-gen2.git] / pom.xml
1 <?xml version="1.0"?>
2 <!--
3   ~ ============LICENSE_START=======================================================
4   ~  TCAgen2
5   ~ ================================================================================
6   ~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
7   ~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
8   ~ Copyright (c) 2022 Wipro Limited.
9   ~ Copyright (c) 2022 Huawei. All rights reserved.
10   ~ ================================================================================
11   ~ Licensed under the Apache License, Version 2.0 (the "License");
12   ~ you may not use this file except in compliance with the License.
13   ~ You may obtain a copy of the License at
14   ~
15   ~      http://www.apache.org/licenses/LICENSE-2.0
16   ~
17   ~ Unless required by applicable law or agreed to in writing, software
18   ~ distributed under the License is distributed on an "AS IS" BASIS,
19   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20   ~ See the License for the specific language governing permissions and
21   ~ limitations under the License.
22   ~ ============LICENSE_END=========================================================
23   ~
24   -->
25 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26     <modelVersion>4.0.0</modelVersion>
27
28     <parent>
29         <groupId>org.onap.oparent</groupId>
30         <artifactId>oparent</artifactId>
31         <version>2.0.0</version>
32     </parent>
33
34     <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
35     <artifactId>tca-gen2-parent</artifactId>
36     <version>${revision}</version>
37
38     <properties>
39         <revision>1.3.4-SNAPSHOT</revision>
40     </properties>
41
42     <name>dcaegen2-analytics-tca-gen2</name>
43     <packaging>pom</packaging>
44
45     <modules>
46         <module>eelf-logger</module>
47         <module>dcae-analytics</module>
48     </modules>
49
50     <build>
51         <plugins>
52             <plugin>
53                 <artifactId>maven-enforcer-plugin</artifactId>
54                 <executions>
55                     <execution>
56                         <id>enforce-no-snapshots</id>
57                         <phase>none</phase>
58                     </execution>
59                 </executions>
60             </plugin>
61                 <plugin>
62                     <groupId>com.spotify</groupId>
63                     <artifactId>docker-maven-plugin</artifactId>
64                     <version>1.0.0</version>
65                     <configuration>
66                         <skipDocker>true</skipDocker>
67                     </configuration>
68                 </plugin>
69         </plugins>
70     </build>
71
72 </project>