aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-09-12 14:46:25 -0400
committerMichael Hwang <mhwang@research.att.com>2017-09-12 14:46:52 -0400
commit577d98ae58514cb30c3a6b8c32960346a125c629 (patch)
tree3b9b1968572a42c2ef78f58d5f1d983935d2e1bb
parentac853c1e7186b10e34e392918af31e4ac62b45c2 (diff)
Remove the now banned license plugin
Change-Id: I79514bc7eb8546e12a4d6428e61fb18fffe87c98 Issue-Id: DCAEGEN2-25 Signed-off-by: Michael Hwang <mhwang@research.att.com>
-rw-r--r--pom.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/pom.xml b/pom.xml
index 9dab8e9..2d553e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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&amp;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>