summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-15 16:21:10 -0400
committerDan Timoney <dtimoney@att.com>2017-08-15 16:21:10 -0400
commit1f2c69e5faab3b5007c45033df0097b3616f4d2f (patch)
tree04ce148e86ea806f035dcd45e47d0779dc2fae70 /pom.xml
parent28fa1c931b1cb9ce1ca50589b2a02c48d6e66fe9 (diff)
Remove license plugin
Remove license plugin from parent POMs. Change-Id: Ia626a424dbb04511d5e31483134384efbe259fe7 Issue-ID: CCSDK-31 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml59
1 files changed, 0 insertions, 59 deletions
diff --git a/pom.xml b/pom.xml
index a4b3f27c..bee5e926 100755
--- a/pom.xml
+++ b/pom.xml
@@ -94,65 +94,6 @@
<build>
<plugins>
- <!-- 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>ONAP : CCSDK</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>