This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push:
new 87d2fda Update asfMainNetBeansBuild.groovy
87d2fda is described below
commit 87d2fda9483395d97e2be416ea64672870981937
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Mar 24 18:33:29 2020 +0100
Update asfMainNetBeansBuild.groovy
update build with target for maven coordinate
---
vars/asfMainNetBeansBuild.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 9542f5b..d003282 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -135,7 +135,7 @@ def call(Map params = [:]) {
stage ('build javadoc') {
steps {
withAnt(installation: tooling.myAnt) {
- sh "ant download-all-extbins"
+ sh "ant getallmavencoordinates"
sh "ant build-nbms"
sh "ant build-source-zips"
sh "ant build-javadoc
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
@@ -348,7 +348,7 @@ def doParallelClusters(cconfigs) {
def localRepo = ".repository"
def netbeansbase =
"build-${clustername}-temp/nbbuild"
- sh "ant -f build-${clustername}-temp/build.xml
download-all-extbins"
+ sh "ant -f build-${clustername}-temp/build.xml
getallmavencoordinates"
withMaven(maven:tooling.myMaven,jdk:tooling.jdktool,publisherStrategy:
'EXPLICIT',mavenLocalRepo: localRepo,options:[artifactsPublisher(disabled:
true)])
{
---------------------------------------------------------------------
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