aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/pom.xml b/pom.xml
index a6f9f60..78fa308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,47 +331,6 @@
</profiles>
<build>
<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&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>
- </configuration>
- <executions>
- <execution>
- <id>first</id>
- <goals>
- <goal>update-file-header</goal>
- </goals>
- <phase>process-sources</phase>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>