On 4/8/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > OK, it worked with m2 version 2.0.3.
Good, but there were some regressions in 2.0.3. If you have any problems with it, here's the 2.0.4 release candidate: * http://www.nabble.com/Re%3A-vote-%282%29-Maven-2.0.4-Release-p3786986.html > So, the "assembly" thing is, umm, > what? Just an arbitrary way to assemble a release that might include source > and javadoc artifacts too? The Maven documentation is not particularly > illuminating. AFAICT, the assembly plugin is just a way to gather files together in some arrangement. Maven is primarily concerned with its repository artifacts, but this should provide a way to create the source and binary distributions that we're used to. Unfortunately, I ran into problems trying to get it to create the normal 'source distribution', the best I could come up with was including the -sources jars this time around. The next version of the assembly plugin allows you to specify <module>s and it will bring in all of the source files. Maven's own source distribution was done with a snapshot of the assembly plugin: http://apache.forbigweb.com/maven/source/ Here's a link to the Struts Action assembly descriptors. Right now only 'all.xml' is in use, which you can see in assembly/pom.xml. * http://svn.apache.org/repos/asf/struts/action/trunk/assembly/src/main/assembly/ -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]