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 0ef2ee4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 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'
)
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
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 0ef2ee4

Please sign in to comment.