Skip to content

Commit

Permalink
fine tune maven build zip file name
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuang committed Apr 7, 2011
1 parent 1631899 commit eddb50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sapphire/assembly/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</file>
<file>
<source>${project.build.directory}/${artifactId}-${version}.jar</source>
<destName>${artifactId}.jar</destName>
<outputDirectory>/</outputDirectory>
</file>
</files>
Expand Down
1 change: 1 addition & 0 deletions silvertail/assembly/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</file>
<file>
<source>${project.build.directory}/${artifactId}-${version}.jar</source>
<destName>${artifactId}.jar</destName>
<outputDirectory>/</outputDirectory>
</file>
</files>
Expand Down

0 comments on commit eddb50d

Please sign in to comment.