We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf781cc commit b0059c4Copy full SHA for b0059c4
plugins/azkaban/linkis-jobtype/pom.xml
@@ -98,6 +98,7 @@
98
</plugin>
99
<plugin>
100
<artifactId>maven-assembly-plugin</artifactId>
101
+ <version>2.3</version>
102
<configuration>
103
<descriptorRefs>
104
<descriptorRef>jar-with-dependencies</descriptorRef>
plugins/azkaban/linkis-jobtype/src/main/resources/assembly.xml
@@ -17,6 +17,7 @@
17
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
18
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19
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>
21
<formats>
22
<format>zip</format>
23
</formats>
0 commit comments