diff options
author | 2017-08-23 15:32:22 -0500 | |
---|---|---|
committer | 2017-08-23 15:35:46 -0500 | |
commit | f0f51b3047ea290e2280af64b39ca0983f3377f5 (patch) | |
tree | 9ace525c20e827509a1807757fff93773d945c85 /pom.xml | |
parent | dec71edf8dfe99bbd6239df4b71a9d0830c1710a (diff) |
Remove license plugin and files
Change-Id: I5b7a1bf89bdecf480aa6e2defed497915c77e643
Issue-ID: APPC-96
Signed-off-by: Skip Wonnell <kw5258@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 44 |
1 files changed, 0 insertions, 44 deletions
@@ -524,50 +524,6 @@ </dependency> </dependencies> </plugin> - <!-- license plugin --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>license-maven-plugin</artifactId> - <version>1.10</version> - <configuration> - <extraExtensions> - <yml>properties</yml> - <yang>java</yang> - </extraExtensions> - <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> - <processStartTag>============LICENSE_START=======================================================</processStartTag> - <processEndTag>============LICENSE_END=========================================================</processEndTag> - <sectionDelimiter>================================================================================</sectionDelimiter> - <licenseName>appc</licenseName> - <!-- This should point to the license directory of the root folder of the base appc project --> - <licenseResolver>file:${user.dir}/license-details</licenseResolver> - <inceptionYear>2017</inceptionYear> - <organizationName>AT&T Intellectual Property. All rights reserved.</organizationName> - <projectName>ONAP : APPC</projectName> - <canUpdateCopyright>true</canUpdateCopyright> - <canUpdateDescription>true</canUpdateDescription> - <canUpdateLicense>true</canUpdateLicense> - <emptyLineAfterHeader>true</emptyLineAfterHeader> - <!-- exclude json files --> - <excludes> - <exclude>**/*.json</exclude> - </excludes> - </configuration> - <executions> - <execution> - <id>first</id> - <goals> - <goal>update-file-header</goal> - </goals> - <phase>process-sources</phase> - <configuration> - <excludes> - <exclude>**/*.json</exclude> - </excludes> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> |