aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2020-01-13 19:16:57 +0000
committerSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2020-01-13 19:16:57 +0000
commit2ab194ebd99962804cfb977d3a3b8f8d732d22f0 (patch)
tree672d7a5ad70810c521f3771f888fb1d5b682a18e /pom.xml
parentc49a641f6457b97d9f27be53cbbc53f335fe2b27 (diff)
pom changes
centralize maven compiler plugin config and organize poms Issue-ID: LOG-1193 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I8e6526f5709ea5773dd3214adddda15614daaff5
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 813fb9d..06db3b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,17 +1,20 @@
<?xml version="1.0"?>
<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>
+
<parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>2.0.0</version>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>2.0.0</version>
</parent>
+
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
- <packaging>pom</packaging>
<version>1.6.3-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
<name>logging-analytics</name>
- <url>http://maven.apache.org</url>
+
<modules>
<module>reference</module>
<module>pylog</module>