aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com>2017-08-29 20:59:07 +0530
committerSreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com>2017-08-29 21:30:15 +0530
commit2220bc4b234ba7c4a19ef77be861052ee824e394 (patch)
treed4f71407d801afd6de3fc606f5d03b2f96ee9dc5 /pom.xml
parent8dd94f5ef470840a9f58db22c38349914ff27d5f (diff)
Remove MojoHaus Maven plug-in from pom file
Issue-ID: AAI-74 Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf5b Signed-off-by: Sreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/pom.xml b/pom.xml
index 5636144a..24c4ffca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,55 +39,6 @@
</configuration>
</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&amp;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>**/aai*.xml</include>
- <include>**/*logback*.xml</include>
- <include>**/*aaiconfig*.properties</include>
- <include>**/*titan*.properties</include>
- </includes>
- <excludes>
- <exclude>ecomp-auth/*</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.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>