Repository: incubator-hivemall
Updated Branches:
  refs/heads/master 8feab83c6 -> 7ecc8df71


Fixed to include DISCLAIMER in jars


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/7ecc8df7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/7ecc8df7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/7ecc8df7

Branch: refs/heads/master
Commit: 7ecc8df71e77240845d0f1a38c6ce2b838d62259
Parents: 8feab83
Author: Makoto Yui <m...@apache.org>
Authored: Tue Dec 26 17:41:19 2017 +0900
Committer: Makoto Yui <m...@apache.org>
Committed: Tue Dec 26 17:41:19 2017 +0900

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/7ecc8df7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 89917b9..41fac52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -691,6 +691,25 @@
                                        
<tagNameFormat>v@{project.version}</tagNameFormat>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               
<artifactId>maven-remote-resources-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>process</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <resourceBundles>
+                                                               <!-- Will 
generate META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE -->
+                                                               
<resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:1.5-SNAPSHOT</resourceBundle>
+                                                               <!-- Will 
generate META-INF/DISCLAIMER  -->
+                                                               
<resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.2-SNAPSHOT</resourceBundle>
+                                                       </resourceBundles>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
 

Reply via email to