diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2017-09-12 19:08:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-12 19:08:43 +0000 |
commit | ff326a4a26ea1e2921e7ecc491c7c6ed9de43c1d (patch) | |
tree | dfc0141e0625275fa8e3d6d4caab8f6336792ea9 /pom.xml | |
parent | 4ce1c590e31228d4341d567ccccc658cb25fce6d (diff) | |
parent | 577d98ae58514cb30c3a6b8c32960346a125c629 (diff) |
Merge "Remove the now banned license plugin"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 30 |
1 files changed, 0 insertions, 30 deletions
@@ -317,36 +317,6 @@ </executions> </plugin> - <!-- 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>${project.artifactId}</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> <artifactId>maven-site-plugin</artifactId> |