[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   ~ ================================================================================
10   ~ Licensed under the Apache License, Version 2.0 (the "License");
11   ~ you may not use this file except in compliance with the License.
12   ~ You may obtain a copy of the License at
13   ~
14   ~      http://www.apache.org/licenses/LICENSE-2.0
15   ~
16   ~ Unless required by applicable law or agreed to in writing, software
17   ~ distributed under the License is distributed on an "AS IS" BASIS,
18   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19   ~ See the License for the specific language governing permissions and
20   ~ limitations under the License.
21   ~ ============LICENSE_END=========================================================
22   ~
23   -->
24 <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">
25     <modelVersion>4.0.0</modelVersion>
26
27     <parent>
28         <groupId>org.onap.oparent</groupId>
29         <artifactId>oparent</artifactId>
30         <version>2.0.0</version>
31     </parent>
32
33     <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
34     <artifactId>tca-gen2-parent</artifactId>
35     <version>${revision}</version>
36
37     <properties>
38         <revision>1.3.2-SNAPSHOT</revision>
39     </properties>
40
41     <name>dcaegen2-analytics-tca-gen2</name>
42     <packaging>pom</packaging>
43
44     <modules>
45         <module>eelf-logger</module>
46         <module>dcae-analytics</module>
47     </modules>
48
49     <build>
50         <plugins>
51             <plugin>
52                 <artifactId>maven-enforcer-plugin</artifactId>
53                 <executions>
54                     <execution>
55                         <id>enforce-no-snapshots</id>
56                         <phase>none</phase>
57                     </execution>
58                 </executions>
59             </plugin>
60                 <plugin>
61                     <groupId>com.spotify</groupId>
62                     <artifactId>docker-maven-plugin</artifactId>
63                     <version>1.0.0</version>
64                     <configuration>
65                         <skipDocker>true</skipDocker>
66                     </configuration>
67                 </plugin>
68         </plugins>
69     </build>
70
71 </project>