diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000000..9792a42368 --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +java openjdk-17 +maven 3.9.9 \ No newline at end of file diff --git a/Jenkinsfile.talend b/Jenkinsfile.talend new file mode 100644 index 0000000000..77b59f3ac5 --- /dev/null +++ b/Jenkinsfile.talend @@ -0,0 +1,4 @@ +@Library('esb') _ +Fork( + MVN_MODULES: 'org.ops4j.pax:web,:pax-web-spi,:pax-web-tomcat-common,:pax-web-jsp,:pax-web-websocket,:pax-web-runtime,:pax-web-extender-whiteboard,:pax-web-extender-war,:pax-web-jetty,:pax-web-jetty-bundle,:pax-web-tomcat,:pax-web-tomcat-websocket,:pax-web-tomcat-bundle,:pax-web-undertow,:pax-web-undertow-websocket,:pax-web-undertow-bundle,:pax-web-resources,:samples,:pax-web-itest' +) \ No newline at end of file diff --git a/pom.xml b/pom.xml index ef6a513e01..3c52e273b5 100644 --- a/pom.xml +++ b/pom.xml @@ -43,9 +43,9 @@ - scm:git:git@github.com:ops4j/org.ops4j.pax.web.git - scm:git:git@github.com:ops4j/org.ops4j.pax.web.git - https://github.com/ops4j/org.ops4j.pax.web/tree/main + scm:git:https://github.com/Talend/org.ops4j.pax.web.git + scm:git:https://github.com/Talend/org.ops4j.pax.web.git + https://github.com/Talend/org.ops4j.pax.web HEAD @@ -542,11 +542,11 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - ${plugin.sonatype.nexus-staging-maven-plugin} - + + + + + @@ -3409,6 +3409,8 @@ **/node_modules/**/* **/frontend/generated/**/* **/*.yaml + + Jenkinsfile.talend