This is an automated email from the ASF dual-hosted git repository.
myui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git
The following commit(s) were added to refs/heads/master by this push:
new 54e06d2 workaround for maven-project-info-reports-plugin erros on
building site
54e06d2 is described below
commit 54e06d2929f50f135ed3f7322dd48da0abd5f604
Author: Makoto Yui <[email protected]>
AuthorDate: Mon Mar 18 18:37:04 2019 +0900
workaround for maven-project-info-reports-plugin erros on building site
---
pom.xml | 31 +++++++++++++++++++++++++++++++
src/site/site.xml | 2 +-
2 files changed, 32 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aea3535..b55b5f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,6 +436,37 @@
</dependencies>
</dependencyManagement>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+
<report>ci-management</report>
+ <!--
<report>dependencies</report> -->
+
<report>dependency-convergence</report>
+
<report>dependency-info</report>
+ <!--
<report>dependency-management</report> -->
+
<report>distribution-management</report>
+ <report>index</report>
+
<report>issue-management</report>
+
<report>licenses</report>
+
<report>mailing-lists</report>
+ <report>modules</report>
+ <!--
<report>plugin-management</report> -->
+ <report>plugins</report>
+ <report>scm</report>
+ <report>summary</report>
+ <report>team</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
<build>
<directory>target</directory>
<outputDirectory>target/classes</outputDirectory>
diff --git a/src/site/site.xml b/src/site/site.xml
index 5572624..52d7007 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -75,7 +75,7 @@
<menu name="Project">
<item name="Home" href="/index.html" />
<item name="Download" href="/download.html" />
- <item name="Licenses" href="/license.html" />
+ <item name="Licenses" href="/licenses.html" />
<item name="Team" href="/team-list.html" />
<item name="Powered By" href="/poweredby.html" />
<item name="Incubation Status"
href="http://incubator.apache.org/projects/hivemall.html" />