aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-11-07 18:18:04 +0200
committerIdan Amit <ia096e@intl.att.com>2017-11-07 18:18:04 +0200
commitff3eb332424ef27a2be48afaa547a6aa600a3db7 (patch)
tree60b140006f2e9dee48988e761dfb22545d402090
parentb01816e17b689d60c5b0f69c51ea20806c882ce4 (diff)
Remove MojoHaus license plugin
Removed MojoHaus license-maven-plugin from sdc-tosca pom.xml Change-Id: I7505f87b6314cfdb6c65d091170c70a490a5e166 Issue-Id: SDC-161 Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r--pom.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/pom.xml b/pom.xml
index 0c8705d..4f05c61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,39 +240,6 @@
<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-tosca</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>
<!-- Test -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>