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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists