Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Commit 63fad9f

Browse files
committed
update pom for package
1 parent d620a64 commit 63fad9f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,24 @@
8787

8888
<build>
8989
<plugins>
90+
<!-- package plugin -->
91+
<plugin>
92+
<groupId>org.apache.maven.plugins</groupId>
93+
<artifactId>maven-assembly-plugin</artifactId>
94+
<version>2.6</version>
95+
<executions>
96+
<execution>
97+
<id>make-assembly</id>
98+
<phase>package</phase>
99+
<goals> <goal>single</goal> </goals>
100+
<configuration>
101+
<descriptorRefs>
102+
<descriptorRef>jar-with-dependencies</descriptorRef>
103+
</descriptorRefs>
104+
</configuration>
105+
</execution>
106+
</executions>
107+
</plugin>
90108
<!-- maven仓库相关插件 -->
91109
<!-- (1) deploy插件 -->
92110
<plugin>

0 commit comments

Comments
 (0)