diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-15 16:21:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-15 16:21:10 -0400 |
commit | 1f2c69e5faab3b5007c45033df0097b3616f4d2f (patch) | |
tree | 04ce148e86ea806f035dcd45e47d0779dc2fae70 | |
parent | 28fa1c931b1cb9ce1ca50589b2a02c48d6e66fe9 (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>
-rwxr-xr-x | dblib/pom.xml | 35 | ||||
-rwxr-xr-x | pom.xml | 59 |
2 files changed, 0 insertions, 94 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> @@ -94,65 +94,6 @@ <build> <plugins> - <!-- license plugin --> - - <plugin> - - <groupId>org.codehaus.mojo</groupId> - - <artifactId>license-maven-plugin</artifactId> - - <version>1.10</version> - - <configuration> - - <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> - - <processStartTag>============LICENSE_START=======================================================</processStartTag> - - <processEndTag>============LICENSE_END=========================================================</processEndTag> - - <sectionDelimiter>================================================================================</sectionDelimiter> - - <licenseName>apache_v2</licenseName> - - <inceptionYear>2017</inceptionYear> - - <organizationName>AT&T Intellectual Property. All rights - reserved.</organizationName> - - <projectName>ONAP : CCSDK</projectName> - - <canUpdateCopyright>true</canUpdateCopyright> - - <canUpdateDescription>true</canUpdateDescription> - - <canUpdateLicense>true</canUpdateLicense> - - <emptyLineAfterHeader>true</emptyLineAfterHeader> - - </configuration> - - <executions> - - <execution> - - <id>first</id> - - <goals> - - <goal>update-file-header</goal> - - </goals> - - <phase>process-sources</phase> - - </execution> - - </executions> - - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> |