summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-02-01 17:46:40 -0500
committerPatrick Brady <pb071s@att.com>2018-02-01 17:46:46 -0500
commit69dbbbd8ee4e30f52b103935a95cc949f2a8cc14 (patch)
tree46849076495d8be70cec81cdb0519f12a62dff42
parentd0041141ea4ace5eaf5b1e602fa2c151dc62a23b (diff)
Remove license plugin
Removing the license plugin which should have been removed before. Change-Id: Id67091ae504407e29868ceffc386cf02f32c9b2b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-562
-rw-r--r--pom.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/pom.xml b/pom.xml
index 3ebb0c5..ac72290 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,35 +86,6 @@
</execution>
</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>APPC</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>
</plugins>
</build>
<modules>