Remove license plugin
[ccsdk/parent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bdb6f9f..615c37b 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                </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>