Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [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">
|
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion>
|
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 4 |
|
| 5 | <parent>
|
| 6 | <groupId>org.onap.ccsdk.parent</groupId>
|
| 7 | <artifactId>odlparent-lite</artifactId>
|
Timoney, Dan (dt5972) | 2642a03 | 2018-06-06 14:11:23 -0400 | [diff] [blame] | 8 | <version>1.1.0-SNAPSHOT</version>
|
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 9 | </parent>
|
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 10 |
|
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 11 | <groupId>org.onap.ccsdk.sli.plugins</groupId>
|
| 12 | <artifactId>properties-node</artifactId>
|
Timoney, Dan (dt5972) | 2642a03 | 2018-06-06 14:11:23 -0400 | [diff] [blame] | 13 | <version>0.3.0-SNAPSHOT</version>
|
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 14 | <packaging>pom</packaging>
|
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 15 |
|
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 16 | <name>ccsdk-sli-plugins :: properties-node</name>
|
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 17 | <description>This is an implementation of DG Execute Node that reads property file and
|
| 18 | puts the properties in the DG context</description>
|
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 19 |
|
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 20 | <modules>
|
| 21 | <module>provider</module>
|
| 22 | <module>features</module>
|
| 23 | <module>installer</module>
|
| 24 | </modules>
|
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 25 | </project>
|