The format of the bundles are: *-source.jar - it's the java source simply archived. Start archiving from where you think src/main/java would be. Just make sure you remember your archive utility retains the paths of the file you choose. I use WinZip for this.
*-docs.jar - same above except for the javadoc site Paul On Tue, Nov 17, 2009 at 11:34 PM, Jonathan Gold <[email protected]> wrote: > Hi -- > > I'm new to Maven, and think it seems nice, but am having some problems finding > the details on what the layout is for a source bundle. I've searched the web a > good bit, and can find lots of info about the source plugin used to generate > them, but not about the expected format of a source bundle. > > The reason I need to know is that I need to use a non-Maven build system to > produce source/javadoc bundles that can be used by other Maven users (and via > things like the eclipse:eclipse plugin with -DdownloadSources=true). > > Is there somewhere I should be looking to find the canonical format I need to > produce? I'm targeting maven 2.1 users, if that helps. > > Thanks for any help! > > jon > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
