You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sharon H <sh...@hotmail.com> on 2011/12/23 11:21:05 UTC

ModuleSet - How to get ZIP binary from the repository?

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

 		 	   		  

Re: ModuleSet - How to get ZIP binary from the repository?

Posted by Wayne Fay <wa...@gmail.com>.
> Is there a way to get the artifact zip (instead of JAR) from the maven
> repository?
> The zip is deployed to the repository (Archiva)

A jar is basically a zip with some extra metadata in it. Can you not
adjust your process to use jars?

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org