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 1434243 path correction
1434243 is described below
commit 143424322910b9618b02d71dc5565ab8b649aa07
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jun 13 17:28:43 2019 +0200
path correction
---
vars/asfMainNetBeansBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index e02ff7c..0400e42 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -92,7 +92,7 @@ def call(Map params = [:]) {
{
sh "mvn
org.apache.netbeans.utilities:nb-repository-plugin:1.4:download
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex
-DrepositoryUrl=https://repo.maven.apache.org/maven2"
sh 'mkdir -p testrepo/.m2'
- sh "mvn
org.apache.netbeans.utilities:nb-repository-plugin:1.4:populate
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex
-DnetbeansNbmDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/nbms
-DnetbeansInstallDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/netbeans
-DnetbeansSourcesDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/source-zips
-DnebeansJavadocDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/javadoc
-DparentGAV=org.apache [...]
+ sh "mvn
org.apache.netbeans.utilities:nb-repository-plugin:1.4:populate
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex
-DnetbeansNbmDirectory=${env.WORKSPACE}/nbbuild/nbms
-DnetbeansInstallDirectory=${env.WORKSPACE}/nbbuild/netbeans
-DnetbeansSourcesDirectory=${env.WORKSPACE}/nbbuild/build/source-zips
-DnebeansJavadocDirectory=${env.WORKSPACE}/nbbuild/build/javadoc
-DparentGAV=org.apache.netbeans:netbeans-parent:2 -DforcedVersion=dev-SNAPSHOT
-DskipI [...]
}
} else {
---------------------------------------------------------------------
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