we have migrated our ant structure to maven projects and need to keep the existing distributions for legacy reasons.
So what I'm looking for is a way to easily include all source files from the multimodule project in a zip which is given to the clients - there is always the way of having an external process grepping all source-jars and pack them together - I just was wondering if such thing already exists in maven. with the javadocs its the same. They dont need to be in the same zip file Thanks for the answer -----Original Message----- From: Wendy Smoak <[email protected]> To: Maven Users List <[email protected]> Sent: Mon, Sep 27, 2010 4:12 pm Subject: Re: getting all sources of a multimodulproject On Mon, Sep 27, 2010 at 9:35 AM, <[email protected]> wrote: > What is the best/easy way to create a zip containing all sources / javadocs from all modules ? (this modules themselve can either be projects or again multimodules) ? What for? Do you want a 'source distribution' that people can download and use to build the project locally? Must the javadocs be in the same zip file? Or do you want to make the sources and javadocs available for debugging in an IDE? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
