aboutsummaryrefslogtreecommitdiffstats
path: root/dblib/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-15 16:21:10 -0400
committerDan Timoney <dtimoney@att.com>2017-08-15 16:21:10 -0400
commit1f2c69e5faab3b5007c45033df0097b3616f4d2f (patch)
tree04ce148e86ea806f035dcd45e47d0779dc2fae70 /dblib/pom.xml
parent28fa1c931b1cb9ce1ca50589b2a02c48d6e66fe9 (diff)
Remove license plugin
Remove license plugin from parent POMs. Change-Id: Ia626a424dbb04511d5e31483134384efbe259fe7 Issue-ID: CCSDK-31 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dblib/pom.xml')
-rwxr-xr-xdblib/pom.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/dblib/pom.xml b/dblib/pom.xml
index 81e1b801..3138f43e 100755
--- a/dblib/pom.xml
+++ b/dblib/pom.xml
@@ -19,41 +19,6 @@
<version>0.1.0-SNAPSHOT</version>
<build>
- <plugins>
- <plugin>
-
- <groupId>org.codehaus.mojo</groupId>
-
- <artifactId>license-maven-plugin</artifactId>
-
- <version>1.9</version>
-
- <configuration>
-
- <licenseName>apache_v2</licenseName>
-
- <inceptionYear>2016</inceptionYear>
-
- <organizationName>ONAP</organizationName>
-
- <projectName>onap</projectName>
-
- <roots>
-
- <root>src/main/java</root>
-
- </roots>
-
- <excludes>
-
- <exclude>*.png</exclude>
-
- </excludes>
-
- </configuration>
-
- </plugin>
- </plugins>
<pluginManagement>
<plugins>