Hello,
When using ModuleSet -> binaries
Is there a way to get the artifact zip (instead of JAR) from the maven
repository?
The zip is deployed to the repository (Archiva) <assembly>
<formats>
<format>dir</format>
</formats>
<moduleSets>
<moduleSet>
<includes>
<include>*:artifactId</include>
</includes>
<binaries>
<unpack>false</unpack>
<outputDirectory>installation_files\module</outputDirectory>
</binaries>Thanks,
Sharon
