Remove MojoHaus license plugin 57/22557/1
authorIdan Amit <ia096e@intl.att.com>
Tue, 7 Nov 2017 16:07:30 +0000 (18:07 +0200)
committerIdan Amit <ia096e@intl.att.com>
Tue, 7 Nov 2017 16:07:30 +0000 (18:07 +0200)
Removed MojoHaus license-maven-plugin from sdc-distribution-client pom.xml

Fixed LICENSE.TXT file to match the other projects LICENSE.TXT files

Change-Id: I8a2cdada4937204e87f349852b4d023ad0df293a
Issue-Id: SDC-161
Signed-off-by: Idan Amit <ia096e@intl.att.com>
LICENSE.TXT
pom.xml

index 3d6f0e2..e425d6c 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 * ============LICENSE_START==========================================
 * ===================================================================
 * Copyright © 2017 AT&T Intellectual Property.
@@ -16,8 +16,6 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ============LICENSE_END============================================
-*
-* ECOMP and OpenECOMP are trademarks
-* and service marks of AT&T Intellectual Property.
+* ECOMP is a trademark and service mark of AT&T Intellectual Property.
 *
 */
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 3b0c875..abfad51 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <artifactId>maven-javadoc-plugin</artifactId>
                                <version>2.10.3</version>
                                <configuration/>
-                       </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>sdc-distribution-client</projectName>
-                                       <canUpdateCopyright>true</canUpdateCopyright>
-                                       <canUpdateDescription>true</canUpdateDescription>
-                                       <canUpdateLicense>true</canUpdateLicense>
-                                       <emptyLineAfterHeader>true</emptyLineAfterHeader>
-                                       <verbose>false</verbose>
-                                       <includes>
-                                               <include>**/*.java</include>
-                                       </includes>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>first</id>
-                                               <goals>
-                                                       <goal>update-file-header</goal>
-                                               </goals>
-                                               <!--phase>process-sources</phase -->
-                                       </execution>
-                               </executions>
-                       </plugin>
+                       </plugin>                       
                        <plugin>
                                <groupId>org.sonarsource.scanner.maven</groupId>
                                <artifactId>sonar-maven-plugin</artifactId>