Alexis de Talhouët | a41427f | 2019-02-24 13:45:00 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 4d1e965 | 2019-03-15 08:12:19 -0400 | [diff] [blame] | 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"> |
Alexis de Talhouët | a41427f | 2019-02-24 13:45:00 -0500 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.distribution</groupId> |
| 7 | <artifactId>distribution-opendaylight</artifactId> |
Timoney, Dan (dt5972) | 707c6a1 | 2019-09-24 16:04:42 -0400 | [diff] [blame] | 8 | <version>0.7.0-SNAPSHOT</version> |
Alexis de Talhouët | a41427f | 2019-02-24 13:45:00 -0500 | [diff] [blame] | 9 | </parent> |
| 10 | |
| 11 | <artifactId>distribution-opendaylight-onap</artifactId> |
Alexis de Talhouët | a41427f | 2019-02-24 13:45:00 -0500 | [diff] [blame] | 12 | <packaging>pom</packaging> |
| 13 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 14 | <name>ccsdk-distribution :: opendaylight :: onap</name> |
Alexis de Talhouët | a41427f | 2019-02-24 13:45:00 -0500 | [diff] [blame] | 15 | <description>Creates ONAP's OpenDaylight distribution</description> |
| 16 | |
| 17 | <modules> |
Timoney, Dan (dt5972) | 707c6a1 | 2019-09-24 16:04:42 -0400 | [diff] [blame] | 18 | <module>neon</module> |
Alexis de Talhouët | a41427f | 2019-02-24 13:45:00 -0500 | [diff] [blame] | 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> |