diff options
author | Sreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com> | 2017-08-31 11:38:27 +0530 |
---|---|---|
committer | Sreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com> | 2017-08-31 11:38:27 +0530 |
commit | 9699babd198a0d4cd738cc5bb906be1a353cb812 (patch) | |
tree | b6f57116ce676ff54e70fb09d1ada15c7c8055d9 | |
parent | 60df3d80de5a475077f401bd886c8cc71ab183d4 (diff) |
Remove license-maven-plugin from traversal
Remove MojoHaus license-maven-plugin from traversal pom.xml
Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf8b
Issue-ID: AAI-74
Signed-off-by: Sreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com>
-rw-r--r-- | pom.xml | 46 |
1 files changed, 0 insertions, 46 deletions
@@ -295,52 +295,6 @@ </plugins> </pluginManagement> <plugins> - <!-- license plugin --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>license-maven-plugin</artifactId> - <version>1.12</version> - <configuration> - <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> - <licenseName>apache_v2</licenseName> - <inceptionYear>2017</inceptionYear> - <organizationName>AT&T Intellectual Property. All rights reserved.</organizationName> - <projectName>org.openecomp.aai</projectName> - <canUpdateCopyright>true</canUpdateCopyright> - <canUpdateDescription>true</canUpdateDescription> - <canUpdateLicense>true</canUpdateLicense> - <emptyLineAfterHeader>true</emptyLineAfterHeader> - <processStartTag>============LICENSE_START======================================================= - </processStartTag> - <processEndTag>============LICENSE_END========================================================= - </processEndTag> - <sectionDelimiter>================================================================================ - </sectionDelimiter> - <includes> - <include>**/*.java</include> - <include>**/*.ksh</include> - <include>**/*.sh</include> - <include>**/*.ftl</include> - <include>**/*.xsd</include> - <include>**/*.xjb</include> - <include>**/*.yml</include> - <include>**/*.yaml</include> - <include>**/aai*.xml</include> - <include>**/*logback*.xml</include> - <include>**/*aaiconfig*.properties</include> - <include>**/*titan*.properties</include> - </includes> - </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> <artifactId>maven-site-plugin</artifactId> |