Remove license plugin 71/30071/1
authorPatrick Brady <pb071s@att.com>
Thu, 1 Feb 2018 22:46:40 +0000 (17:46 -0500)
committerPatrick Brady <pb071s@att.com>
Thu, 1 Feb 2018 22:46:46 +0000 (17:46 -0500)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index 3ebb0c5..ac72290 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     </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>