diff options
author | Patrick Brady <pb071s@att.com> | 2018-02-01 17:46:40 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-01 17:46:46 -0500 |
commit | 69dbbbd8ee4e30f52b103935a95cc949f2a8cc14 (patch) | |
tree | 46849076495d8be70cec81cdb0519f12a62dff42 | |
parent | d0041141ea4ace5eaf5b1e602fa2c151dc62a23b (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.xml | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -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&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> |