Skip to content

Commit

Permalink
fix(DPE-444): setup build
Browse files Browse the repository at this point in the history
  • Loading branch information
f2par0 committed Nov 25, 2024
1 parent ee48faa commit d564ae5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java openjdk-17
maven 3.9.9
4 changes: 4 additions & 0 deletions Jenkinsfile.talend
Original file line number Diff line number Diff line change
@@ -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'
)
18 changes: 10 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
</issueManagement>

<scm>
<connection>scm:git:git@github.com:ops4j/org.ops4j.pax.web.git</connection>
<developerConnection>scm:git:git@github.com:ops4j/org.ops4j.pax.web.git</developerConnection>
<url>https://github.com/ops4j/org.ops4j.pax.web/tree/main</url>
<connection>scm:git:https://github.com/Talend/org.ops4j.pax.web.git</connection>
<developerConnection>scm:git:https://github.com/Talend/org.ops4j.pax.web.git</developerConnection>
<url>https://github.com/Talend/org.ops4j.pax.web</url>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -542,11 +542,11 @@

<!-- Other plugins -->

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${plugin.sonatype.nexus-staging-maven-plugin}</version>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.sonatype.plugins</groupId>-->
<!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
<!-- <version>${plugin.sonatype.nexus-staging-maven-plugin}</version>-->
<!-- </plugin>-->
<!-- <plugin>-->
<!-- <groupId>io.gatling</groupId>-->
<!-- <artifactId>gatling-maven-plugin</artifactId>-->
Expand Down Expand Up @@ -3409,6 +3409,8 @@
<exclude>**/node_modules/**/*</exclude>
<exclude>**/frontend/generated/**/*</exclude>
<exclude>**/*.yaml</exclude>
<!-- build file -->
<exclude>Jenkinsfile.talend</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit d564ae5

Please sign in to comment.