You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/04/01 08:55:06 UTC

[servicecomb-pack] branch SCB-1235 created (now e2ecddf)

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a change to branch SCB-1235
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git.


      at e2ecddf  SCB-1235 Setup license plugin to clean up third party license

This branch includes the following new commits:

     new e2ecddf  SCB-1235 Setup license plugin to clean up third party license

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[servicecomb-pack] 01/01: SCB-1235 Setup license plugin to clean up third party license

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch SCB-1235
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit e2ecddf79e2aaacff4100f6d57e0224f06cac2e8
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Apr 1 16:54:31 2019 +0800

    SCB-1235 Setup license plugin to clean up third party license
---
 pom.xml | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c7c6e7a..3f64dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -599,7 +599,33 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>license-maven-plugin</artifactId>
-        <version>1.16</version>
+        <version>1.19</version>
+        <executions>
+          <execution>
+            <id>default-cli</id>
+            <configuration>
+              <!-- Accept the pom module -->
+              <acceptPomPackaging>true</acceptPomPackaging>
+              <!-- Using the template which is grouped by License file -->
+              <fileTemplate>/org/codehaus/mojo/license/third-party-file-groupByMultiLicense.ftl</fileTemplate>
+              <licenseMerges>
+                <licenseMerge>The Apache Software License, Version 2.0|The Apache License, Version 2.0</licenseMerge>
+                <licenseMerge>The Apache Software License, Version 2.0|Apache License, Version 2.0</licenseMerge>
+                <licenseMerge>The Apache Software License, Version 2.0|Apache Public License 2.0</licenseMerge>
+                <licenseMerge>The Apache Software License, Version 2.0|Apache 2</licenseMerge>
+                <licenseMerge>The Apache Software License, Version 2.0|Apache 2.0</licenseMerge>
+                <licenseMerge>The Apache Software License, Version 2.0|Apache-2.0</licenseMerge>
+                <licenseMerge>The Apache Software License, Version 2.0|Apache License 2.0</licenseMerge>
+                <licenseMerge>The Apache Software License, Version 2.0|Apache License, version 2.0</licenseMerge>
+                <licenseMerge>3-Clause BSD License|BSD 3-clause</licenseMerge>
+                <licenseMerge>3-Clause BSD License|BSD 3-Clause</licenseMerge>
+                <licenseMerge>Eclipse Public License v1.0|Eclipse Public License 1.0</licenseMerge>
+                <licenseMerge>Eclipse Public License v1.0|Eclipse Public License - v 1.0</licenseMerge>
+                <licenseMerge>The MIT License|MIT License</licenseMerge>
+              </licenseMerges>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>