diff options
author | Michael Hwang <mhwang@research.att.com> | 2017-09-12 14:46:25 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2017-09-12 14:46:52 -0400 |
commit | 577d98ae58514cb30c3a6b8c32960346a125c629 (patch) | |
tree | 3b9b1968572a42c2ef78f58d5f1d983935d2e1bb /pom.xml | |
parent | ac853c1e7186b10e34e392918af31e4ac62b45c2 (diff) |
Remove the now banned license plugin
Change-Id: I79514bc7eb8546e12a4d6428e61fb18fffe87c98
Issue-Id: DCAEGEN2-25
Signed-off-by: Michael Hwang <mhwang@research.att.com>
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> |