You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/12/08 05:18:05 UTC

[netbeans-html4j] branch master updated: Separate javadoc:aggregate into own Maven execution

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

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new d1dcd9c  Separate javadoc:aggregate into own Maven execution
d1dcd9c is described below

commit d1dcd9c0542ac46d7764256a81057dfbe2d8805a
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Dec 8 06:17:54 2020 +0100

    Separate javadoc:aggregate into own Maven execution
---
 Jenkinsfile.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 2b5ff63..99eb8fb 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -17,4 +17,5 @@
  * under the License.
  */
 
-asfStandardBuild jdk:"jdk_11_latest",xvfb:true,cmdline:"clean install javadoc:aggregate site:jar"
+asfStandardBuild jdk:"jdk_11_latest",xvfb:true,cmdline:"clean install"
+asfStandardBuild jdk:"jdk_11_latest",xvfb:true,cmdline:"javadoc:aggregate site:jar"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists