[java-parent-project] 02/03: Do not fork Javadoc creation during Maven site generation

Ian Young ian at iay.org.uk
Wed Apr 25 06:21:34 EDT 2018


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=1c280a2932fcb1bf14ffd8ca5e3d4f6476ff5ff4

commit 1c280a2932fcb1bf14ffd8ca5e3d4f6476ff5ff4
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 893e620..f7b5c4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -790,8 +790,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