diff options
author | Sreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com> | 2017-08-30 12:49:32 +0530 |
---|---|---|
committer | Sreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com> | 2017-08-30 13:01:23 +0530 |
commit | ac44e371ab582349bcd694b02b9076a8bdf75baa (patch) | |
tree | 6a9bf8c9eaf03414ac98227ba0b8a3839051dcb0 /pom.xml | |
parent | 9cf0d93a22f83744cdd77df3056a1608279bebee (diff) |
Remove MojoHaus plug-in from resources pom file
Issue-ID: AAI-74
Change-Id: I6833d63cde6c83e0497c92155db499bc684e8793
Signed-off-by: Sreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 49 |
1 files changed, 1 insertions, 48 deletions
@@ -338,54 +338,7 @@ </plugin> </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> - </plugins> + </build> </project>
\ No newline at end of file |