aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-11-07 17:52:36 +0200
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2017-11-08 06:34:25 +0000
commit3a585a2d2c1969cbe33206b97974eaf13bc33f51 (patch)
treee297c1a8483b99e200d0853cad787bb1528c4ad8 /pom.xml
parent12c3634e003a5a326e2192127e73606f71c80e84 (diff)
Remove MojoHaus license plugin
Removed MojoHaus license-maven-plugin from sdc main pom.xml Change-Id: I05425c7afbb35efa9d6a21ce28625b626c806ba6 Issue-Id: SDC-161 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/pom.xml b/pom.xml
index b633606dc8..582261bf7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,54 +306,6 @@
</execution>
</executions>
</plugin>
-
- <!-- license 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</projectName>
- <canUpdateCopyright>true</canUpdateCopyright>
- <canUpdateDescription>true</canUpdateDescription>
- <canUpdateLicense>true</canUpdateLicense>
- <emptyLineAfterHeader>true</emptyLineAfterHeader>
- <verbose>false</verbose>
- <includes>
- <include>**/*.java</include>
- <include>**/*.ts</include>
- </includes>
- <excludes>
- <exclude>**/*.d.ts</exclude>
- </excludes>
- <roots>
- <root>src</root>
- <root>app</root>
- <root>server-mock</root>
- <root>typings</root>
- </roots>
- <extraExtensions>
- <ts>java</ts>
- </extraExtensions>
- </configuration>
- <executions>
- <execution>
- <id>first</id>
- <goals>
- <goal>update-file-header</goal>
- </goals>
- <!--phase>process-sources</phase -->
- </execution>
- </executions>
- </plugin>
</plugins>
</build>