Skip to content

Commit b0059c4

Browse files
committed
fix jobtype build error when using jenkins.
1 parent bf781cc commit b0059c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugins/azkaban/linkis-jobtype/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-assembly-plugin</artifactId>
101+
<version>2.3</version>
101102
<configuration>
102103
<descriptorRefs>
103104
<descriptorRef>jar-with-dependencies</descriptorRef>

plugins/azkaban/linkis-jobtype/src/main/resources/assembly.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
1818
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1919
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
20+
<id>linkis-jobtype</id>
2021
<formats>
2122
<format>zip</format>
2223
</formats>

0 commit comments

Comments
 (0)