diff options
author | 2017-11-07 17:59:15 +0200 | |
---|---|---|
committer | 2017-11-07 18:01:47 +0200 | |
commit | ddfa0448cc31009a8fcad826440f130c2f5a1abf (patch) | |
tree | 09ad1ae60dce7a1c804927af77195807b1daac72 | |
parent | 8279429c5bc5b7567237da42bb2f5a9ebab8cdb9 (diff) |
Remove MojoHaus license plugin
Removed MojoHaus license-maven-plugin from jtosca pom.xml
Change-Id: I71642e618b3a413106fb20149cd510f7aef7868a
Issue-Id: SDC-161
Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r-- | pom.xml | 35 |
1 files changed, 1 insertions, 34 deletions
@@ -160,40 +160,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <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&T Intellectual Property. All rights - reserved.</organizationName> - <projectName>jtosca</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> + </plugin> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> |