Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Nov. 22, 2013, 8:36 p.m.
FORMAT:
Text only
SIZE:
965 Bytes
Raw
Download
Tweet
HITS:
12529
Go to comments
Report
project/
|--tool1/
| |--target/
| |--tool1-jar-with-dependencies.jar
|--tool2/
| |--target/
| |--tool2-jar-with-dependencies.jar
|--tool-bundle/
| |--target/
| |--tool-bundle.zip?
<assembly ...>
<id>bin</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<moduleSets>
<moduleSet>
<useAllReactorProjects>true</useAllReactorProjects>
<includes>
<include>tool1:jar-with-dependencies</include>
<include>tool2:jar-with-dependencies</include>
</includes>
<binaries>
<outputDirectory>${artifactId}</outputDirectory>
<unpack>false</unpack>
</binaries>
</moduleSet>
</moduleSets>
</assembly>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus