diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-15 16:17:50 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-15 16:17:50 -0400 |
commit | 9b76a767a1f4357d176232b28f466a17a5df67dd (patch) | |
tree | 7d24098c0808b509b567948575cb169953d09ee8 /odlparent-carbon-sr1/pom.xml | |
parent | d32ce37188fe974b813d47079b6ab5a51be460ea (diff) |
Remove license plugin
Remove license plugin from parent POMs.
Change-Id: I47463eaf9a4fcc3079d075ab279d013fa8b96730
Issue-ID: CCSDK-31
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'odlparent-carbon-sr1/pom.xml')
-rwxr-xr-x | odlparent-carbon-sr1/pom.xml | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/odlparent-carbon-sr1/pom.xml b/odlparent-carbon-sr1/pom.xml index f1f9cba4..0ccc6638 100755 --- a/odlparent-carbon-sr1/pom.xml +++ b/odlparent-carbon-sr1/pom.xml @@ -666,69 +666,6 @@ </pluginManagement> <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>ONAP Intellectual Property. All - rights - reserved.</organizationName> - - <projectName>openECOMP : SDN-C</projectName> - - <canUpdateCopyright>true</canUpdateCopyright> - - <canUpdateDescription>true</canUpdateDescription> - - <canUpdateLicense>true</canUpdateLicense> - - <emptyLineAfterHeader>true</emptyLineAfterHeader> - <excludes> - <exclude>**/*.png</exclude> - <exclude>**/*.json</exclude> - </excludes> - - </configuration> - - <executions> - - <execution> - - <id>first</id> - - <goals> - - <goal>update-file-header</goal> - - </goals> - - <phase>process-sources</phase> - - </execution> - - </executions> - - </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |