blob: b6a4d464a1f2ce4c5c615ef5e76b1233169cc49c [file] [log] [blame]
Alexis de Talhouëta41427f2019-02-24 13:45:00 -05001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)4d1e9652019-03-15 08:12:19 -04002<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">
Alexis de Talhouëta41427f2019-02-24 13:45:00 -05003 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.distribution</groupId>
7 <artifactId>distribution-opendaylight</artifactId>
Timoney, Dan (dt5972)707c6a12019-09-24 16:04:42 -04008 <version>0.7.0-SNAPSHOT</version>
Alexis de Talhouëta41427f2019-02-24 13:45:00 -05009 </parent>
10
11 <artifactId>distribution-opendaylight-onap</artifactId>
Alexis de Talhouëta41427f2019-02-24 13:45:00 -050012 <packaging>pom</packaging>
13
Singal, Kapil (ks220y)b6e7d962020-12-17 14:37:06 -050014 <name>ccsdk-distribution :: opendaylight :: onap</name>
Alexis de Talhouëta41427f2019-02-24 13:45:00 -050015 <description>Creates ONAP's OpenDaylight distribution</description>
16
17 <modules>
Timoney, Dan (dt5972)707c6a12019-09-24 16:04:42 -040018 <module>neon</module>
Alexis de Talhouëta41427f2019-02-24 13:45:00 -050019 </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>