Remove license plugin 51/7651/1
authorDan Timoney <dtimoney@att.com>
Tue, 15 Aug 2017 20:17:50 +0000 (16:17 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 15 Aug 2017 20:17:50 +0000 (16:17 -0400)
Remove license plugin from parent POMs.

Change-Id: I47463eaf9a4fcc3079d075ab279d013fa8b96730
Issue-ID: CCSDK-31
Signed-off-by: Dan Timoney <dtimoney@att.com>
odlparent-boron-sr3/pom.xml
odlparent-carbon-sr1/pom.xml
pom.xml

index 523100a..e7f0daf 100755 (executable)
                </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>ONAP 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>
index f1f9cba..0ccc663 100755 (executable)
         </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>ONAP 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>
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>