[java-parent-project] branch maint-7 updated: Do not fork Javadoc creation during Maven site generation
Tom Zeller
tzeller at dragonacea.biz
Fri Apr 13 10:48:11 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch maint-7
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=d239fb23bdc9430b0cf87e3ba9fdcd32d90def02
The following commit(s) were added to refs/heads/maint-7 by this push:
new d239fb2 Do not fork Javadoc creation during Maven site generation
d239fb2 is described below
commit d239fb23bdc9430b0cf87e3ba9fdcd32d90def02
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Apr 13 09:47:59 2018 -0500
Do not fork Javadoc creation during Maven site generation
https://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-nofork.html
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 35457e1..840c796 100644
--- a/pom.xml
+++ b/pom.xml
@@ -805,8 +805,8 @@
<reportSet>
<id>non-aggregate</id>
<reports>
- <report>javadoc</report>
- <report>test-javadoc</report>
+ <report>javadoc-no-fork</report>
+ <report>test-javadoc-no-fork</report>
</reports>
</reportSet>
</reportSets>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list