aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2017-09-12 19:08:43 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-12 19:08:43 +0000
commitff326a4a26ea1e2921e7ecc491c7c6ed9de43c1d (patch)
treedfc0141e0625275fa8e3d6d4caab8f6336792ea9
parent4ce1c590e31228d4341d567ccccc658cb25fce6d (diff)
parent577d98ae58514cb30c3a6b8c32960346a125c629 (diff)
Merge "Remove the now banned license plugin"
-rw-r--r--pom.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/pom.xml b/pom.xml
index 0edae47..82717d2 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>