Set all cross references of policy/drools-applications
[policy/drools-applications.git] / controlloop / packages / artifacts-controlloop / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3   PDP-D Application Installation Packages
4   ================================================================================
5   Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6   Modifications Copyright (C) 2020 Bell Canada.
7   Modifications Copyright (C) 2023 Nordix Foundation.
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
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24          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     <packaging>pom</packaging>
27
28     <parent>
29         <groupId>org.onap.policy.drools-applications.controlloop.packages</groupId>
30         <artifactId>drools-applications-packages</artifactId>
31         <version>2.1.3-SNAPSHOT</version>
32     </parent>
33
34     <artifactId>artifacts-controlloop</artifactId>
35
36     <name>artifacts-controlloop</name>
37     <description>Companion artifacts for a drools application to install in nexus repository</description>
38
39     <build>
40         <plugins>
41             <plugin>
42                 <artifactId>maven-assembly-plugin</artifactId>
43                 <executions>
44                     <execution>
45                         <goals>
46                             <goal>single</goal>
47                         </goals>
48                         <phase>package</phase>
49                         <configuration>
50                             <descriptors>
51                                 <descriptor>src/assembly/zip.xml</descriptor>
52                             </descriptors>
53                             <appendAssemblyId>false</appendAssemblyId>
54                         </configuration>
55                     </execution>
56                 </executions>
57             </plugin>
58         </plugins>
59     </build>
60
61     <dependencies>
62         <!-- Placed here any Control Loop Application Dependencies to be
63              installed in local nexus instance: currently none necessary -->
64     </dependencies>
65 </project>