diff --git a/Jenkinsfile b/Jenkinsfile index c32272124b4..a07d65b7a28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { } post { always { - archiveArtifacts artifacts: '**/*.log, **/*.jar', allowEmptyArchive: true + archiveArtifacts artifacts: '**/*.log, **/*.jar, **/repository/target/repository-deploy.zip', allowEmptyArchive: true junit '**/target/surefire-reports/TEST-*.xml' discoverGitReferenceBuild referenceJob: 'equinox/master' recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()] diff --git a/pom.xml b/pom.xml index 227c5f2796d..4d1718a013b 100644 --- a/pom.xml +++ b/pom.xml @@ -220,6 +220,7 @@ bundles/org.eclipse.equinox.launcher.win32.win32.x86_64 bundles/org.eclipse.osgi.tests + repository diff --git a/repository/pom.xml b/repository/pom.xml new file mode 100644 index 00000000000..e0b501ae19d --- /dev/null +++ b/repository/pom.xml @@ -0,0 +1,38 @@ + + + 4.0.0 + + org.eclipse.equinox + parent + 4.29.0-SNAPSHOT + + repository + repository + + + + org.eclipse.tycho + tycho-repository-plugin + ${tycho.version} + true + + + + local + package + + package-repository + + + local + + deploy + + + + + + + +