This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
The following commit(s) were added to refs/heads/buildfix by this push:
new cdbe365 ugly experiment
cdbe365 is described below
commit cdbe3653c5b7ae1fa072d5646561e928ab921a69
Author: tibordigana <[email protected]>
AuthorDate: Fri Aug 16 20:13:19 2019 +0200
ugly experiment
---
Jenkinsfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 478105a..19a073c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,6 @@
* under the License.
*/
//, maven: ['3.6.x']
+def localRepo = "../.maven_repositories/${env.EXECUTOR_NUMBER}"
+println "Investigating ${localRepo}"
asfMavenTlpPlgnBuild(tmpWs: true, jdk: ['7','8','11','12','13'], archives:
['archetype-plugin-its' : 'maven-archetype-plugin/target/it/projects',
'local-repo' : 'maven-archetype-plugin/target/local-repo', 'mock-repo' :
'maven-archetype-plugin/target/mock-repo', 'archetype-repo' :
'maven-archetype-plugin/target/archetype-repo'])