blob: 3c592c3cb2ad261fd262d5e433ee48ac58090494 [file] [log] [blame]
Alexis de Talhouƫta41427f2019-02-24 13:45:00 -05001<?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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <parent>
7 <groupId>org.onap.ccsdk.distribution</groupId>
8 <artifactId>distribution-opendaylight</artifactId>
9 <version>0.4.1-SNAPSHOT</version>
10 </parent>
11
12 <artifactId>distribution-opendaylight-onap-fluorine-parent</artifactId>
13 <version>0.4.1-SNAPSHOT</version>
14 <packaging>pom</packaging>
15 <name>ccsdk-distribution :: onap :: opendaylight :: fluorine :: parent</name>
16 <description>Creates ONAP's OpenDaylight Fluorine container</description>
17
18 <modules>
19 <module>karaf</module>
20 </modules>
21
22 <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
23 <build>
24 <plugins>
25 <plugin>
26 <groupId>org.apache.maven.plugins</groupId>
27 <artifactId>maven-deploy-plugin</artifactId>
28 <configuration>
29 <skip>true</skip>
30 </configuration>
31 </plugin>
32 <plugin>
33 <groupId>org.apache.maven.plugins</groupId>
34 <artifactId>maven-install-plugin</artifactId>
35 <configuration>
36 <skip>true</skip>
37 </configuration>
38 </plugin>
39 </plugins>
40 </build>
41</project>