Remove license plugin
authorDan Timoney <dtimoney@att.com>
Tue, 15 Aug 2017 20:21:10 +0000 (16:21 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 15 Aug 2017 20:21:10 +0000 (16:21 -0400)
Remove license plugin from parent POMs.

Change-Id: Ia626a424dbb04511d5e31483134384efbe259fe7
Issue-ID: CCSDK-31
Signed-off-by: Dan Timoney <dtimoney@att.com>
dblib/pom.xml
pom.xml

index 81e1b80..3138f43 100755 (executable)
     <version>0.1.0-SNAPSHOT</version>
 
     <build>
-    <plugins>
-                <plugin>
-
-                <groupId>org.codehaus.mojo</groupId>
-
-                <artifactId>license-maven-plugin</artifactId>
-
-                <version>1.9</version>
-
-                <configuration>
-
-                    <licenseName>apache_v2</licenseName>
-
-                    <inceptionYear>2016</inceptionYear>
-
-                    <organizationName>ONAP</organizationName>
-
-                    <projectName>onap</projectName>
-
-                    <roots>
-
-                        <root>src/main/java</root>
-
-                    </roots>
-
-                    <excludes>
-
-                        <exclude>*.png</exclude>
-
-                    </excludes>
-
-                </configuration>
-
-            </plugin>
-    </plugins>
 
         <pluginManagement>
             <plugins>
diff --git a/pom.xml b/pom.xml
index a4b3f27..bee5e92 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
 
        <build>
                <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>ONAP : CCSDK</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>
-
 
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>