blob: baf96c39feb74106bc8c0527612f389da38a5abe [file] [log] [blame]
Timoney, Dan (dt5972)707c6a12019-09-24 16:04:42 -04001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.distribution</groupId>
7 <artifactId>distribution-odl-neon</artifactId>
8 <version>0.7.0-SNAPSHOT</version>
9 </parent>
10
11 <artifactId>distribution-opendaylight-onap-neon-parent</artifactId>
12 <version>0.7.0-SNAPSHOT</version>
13 <packaging>pom</packaging>
14 <name>ccsdk-distribution :: onap :: opendaylight :: neon :: parent</name>
15 <description>Creates ONAP's OpenDaylight Fluorine container</description>
16
17 <modules>
18 <module>karaf</module>
19 </modules>
20
21 <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
22 <build>
23 <plugins>
24 <plugin>
25 <groupId>org.apache.maven.plugins</groupId>
26 <artifactId>maven-deploy-plugin</artifactId>
27 <configuration>
28 <skip>true</skip>
29 </configuration>
30 </plugin>
31 <plugin>
32 <groupId>org.apache.maven.plugins</groupId>
33 <artifactId>maven-install-plugin</artifactId>
34 <configuration>
35 <skip>true</skip>
36 </configuration>
37 </plugin>
38 </plugins>
39 </build>
40</project>