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

Commit

Permalink
update pom for package
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jun 30, 2020
1 parent d620a64 commit 63fad9f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,24 @@

<build>
<plugins>
<!-- package plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals> <goal>single</goal> </goals>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
<!-- maven仓库相关插件 -->
<!-- (1) deploy插件 -->
<plugin>
Expand Down

0 comments on commit 63fad9f

Please sign in to comment.