More lic header updates to various appc xml files
[appc.git] / appc-inbound / appc-interfaces-service / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : APPC
5   ================================================================================
6   Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
7   Copyright (C) 2017 Amdocs
8   ================================================================================
9   Licensed under the Apache License, Version 2.0 (the "License");
10   you may not use this file except in compliance with the License.
11   You may obtain a copy of the License at
12   
13        http://www.apache.org/licenses/LICENSE-2.0
14   
15   Unless required by applicable law or agreed to in writing, software
16   distributed under the License is distributed on an "AS IS" BASIS,
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   See the License for the specific language governing permissions and
19   limitations under the License.
20   ============LICENSE_END=========================================================
21   -->
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24     <modelVersion>4.0.0</modelVersion>
25
26     <parent>
27         <groupId>org.onap.appc</groupId>
28         <artifactId>appc-inbound</artifactId>
29         <version>1.4.0-SNAPSHOT</version>
30     </parent>
31
32     <packaging>pom</packaging>
33     <artifactId>appc-interfaces-service</artifactId>
34     <name>APPC Interface Services</name>
35     
36     <dependencyManagement>
37         <dependencies>
38             <dependency>
39                 <groupId>org.onap.appc</groupId>
40                 <artifactId>appc-interfaces-service-features</artifactId>
41                 <classifier>features</classifier>
42                 <type>xml</type>
43                 <version>${project.version}</version>
44             </dependency>
45
46             <dependency>
47                 <groupId>org.onap.appc</groupId>
48                 <artifactId>appc-interfaces-service-model</artifactId>
49                 <version>${project.version}</version>
50             </dependency>
51             <dependency>
52                 <groupId>org.onap.appc</groupId>
53                 <artifactId>appc-interfaces-service-bundle</artifactId>
54                 <version>${project.version}</version>
55                 <classifier>config</classifier>
56                 <type>xml</type>
57             </dependency>
58             <dependency>
59                 <groupId>org.onap.appc</groupId>
60                 <artifactId>appc-interfaces-service-bundle</artifactId>
61                 <version>${project.version}</version>
62             </dependency>
63             
64         </dependencies>
65     </dependencyManagement>
66
67
68     <modules>
69         <module>model</module>
70         <module>features</module>
71         <module>bundle</module>
72         <module>installer</module>
73     </modules>
74     <build>
75         <pluginManagement>
76             <plugins>
77                 <!--This plugin's configuration is used to store Eclipse m2e settings 
78                     only. It has no influence on the Maven build itself. -->
79                 <plugin>
80                     <groupId>org.eclipse.m2e</groupId>
81                     <artifactId>lifecycle-mapping</artifactId>
82                     <version>1.0.0</version>
83                     <configuration>
84                         <lifecycleMappingMetadata>
85                             <pluginExecutions>
86                                 <pluginExecution>
87                                     <pluginExecutionFilter>
88                                         <groupId>
89                                             org.codehaus.mojo
90                                         </groupId>
91                                         <artifactId>
92                                             properties-maven-plugin
93                                         </artifactId>
94                                         <versionRange>
95                                             [1.0.0,)
96                                         </versionRange>
97                                         <goals>
98                                             <goal>
99                                                 set-system-properties
100                                             </goal>
101                                         </goals>
102                                     </pluginExecutionFilter>
103                                     <action>
104                                         <ignore></ignore>
105                                     </action>
106                                 </pluginExecution>
107                             </pluginExecutions>
108                         </lifecycleMappingMetadata>
109                     </configuration>
110                 </plugin>
111             </plugins>
112         </pluginManagement>
113     </build>
114 </project>