Skip to content

Commit

Permalink
#178 修复打zip包问题;
Browse files Browse the repository at this point in the history
  • Loading branch information
boxing.yi committed Aug 11, 2020
1 parent 2ea3022 commit 4c1ee2a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions vjtop/src/main/assembly/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
</formats>

<baseDirectory>${project.artifactId}</baseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory>/</outputDirectory>
<includes>
<include>com.vip.vjtools:vjtop:jar</include>
</includes>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
</dependencySets>
<files>
<file>
<source>src/main/assembly/vjtop.bat</source>
Expand All @@ -35,5 +26,9 @@
<destName>README.md</destName>
<lineEnding>unix</lineEnding>
</file>
<file>
<source>${project.build.directory}/vjtop.jar</source>
<outputDirectory>/</outputDirectory>
</file>
</files>
</assembly>

0 comments on commit 4c1ee2a

Please sign in to comment.