summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-15 16:17:50 -0400
committerDan Timoney <dtimoney@att.com>2017-08-15 16:17:50 -0400
commit9b76a767a1f4357d176232b28f466a17a5df67dd (patch)
tree7d24098c0808b509b567948575cb169953d09ee8 /pom.xml
parentd32ce37188fe974b813d47079b6ab5a51be460ea (diff)
Remove license plugin
Remove license plugin from parent POMs. Change-Id: I47463eaf9a4fcc3079d075ab279d013fa8b96730 Issue-ID: CCSDK-31 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml62
1 files changed, 0 insertions, 62 deletions
diff --git a/pom.xml b/pom.xml
index bdb6f9f0..615c37bb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -181,68 +181,6 @@
</pluginManagement>
<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>openECOMP : SDN-C</projectName>
-
- <canUpdateCopyright>true</canUpdateCopyright>
-
- <canUpdateDescription>true</canUpdateDescription>
-
- <canUpdateLicense>true</canUpdateLicense>
-
- <emptyLineAfterHeader>true</emptyLineAfterHeader>
- <excludes>
- <exclude>**/*.png</exclude>
- <exclude>**/*.json</exclude>
- </excludes>
-
- </configuration>
-
- <executions>
-
- <execution>
-
- <id>first</id>
-
- <goals>
-
- <goal>update-file-header</goal>
-
- </goals>
-
- <phase>process-sources</phase>
-
- </execution>
-
- </executions>
-
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>