diff options
author | Andrew Gauld <agauld@att.com> | 2020-01-17 21:32:54 +0000 |
---|---|---|
committer | Andrew Gauld <agauld@att.com> | 2020-01-17 21:34:31 +0000 |
commit | 86a040e87585d176dee6f215d5d46a2a74c1366e (patch) | |
tree | 762857cc4e15766b923dbda4ea21c48d87106368 /mod/genprocessor/pom.xml | |
parent | 5fda209b043e1cc1d1502cc8654bb72643868fb3 (diff) |
mod/genprocessor code coverage in SONAR
Change-Id: I51bd4efd2db17e35d1b28fed32c448fae209e3ba
Issue-ID: DCAEGEN2-1860
Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'mod/genprocessor/pom.xml')
-rw-r--r-- | mod/genprocessor/pom.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml index b28c888..6caf715 100644 --- a/mod/genprocessor/pom.xml +++ b/mod/genprocessor/pom.xml @@ -2,22 +2,22 @@ <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"> - <modelVersion>4.0.0</modelVersion> - - <groupId>org.onap.dcaegen2.platform.mod</groupId> - <artifactId>genprocessor</artifactId> - <version>1.0.0</version> - - <name>dcaegen2-platform-mod-genprocessor</name> - <!-- FIXME change it to the project's website --> - <url>http://www.example.com</url> - - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</maven.compiler.target> - </properties> - + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>2.0.0</version> + </parent> + <groupId>org.onap.dcaegen2.platform.mod</groupId> + <artifactId>genprocessor</artifactId> + <version>1.0.0</version> + <name>dcaegen2-platform-mod-genprocessor</name> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <maven.deploy.skip>true</maven.deploy.skip> + <java.version>1.8</java.version> + <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> + </properties> <dependencies> <!--NOTE: Nifi jars used here are version 1.9.2 but dcae mod is on 1.9.3 because 1.9.3 is not in Maven Central --> |