On 4/7/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > How is the Maven source distribution produced? (For example, > maven-2.0.3-src.zip in /dist/maven/source on www.apache.org.)
After finding these... http://docs.codehaus.org/display/MAVEN/Maven+Release+Process http://docs.codehaus.org/display/MAVEN/2.0.3+Release+Notes I'm able to put most of the pieces together. One question remains: Where is your maven-assembly-plugin configuration coming from? Neither the maven-parent pom http://svn.apache.org/repos/asf/maven/pom/maven/pom.xml nor the pom for the maven components http://svn.apache.org/repos/asf/maven/components/trunk/pom.xml has a <plugin> section for it. I bet I'll find it in the same place as the profile activated by the 'source-assembly' property, as in: mvn assembly:assembly -Dsource-assembly=true I'm stuck trying to figure out how you're getting files in the 'top level' (i.e., pom.xml and bootstrap.bat from maven/components/trunk) into the source assembly, because I'm only getting the contents of each module specified in the assembly descriptor. Thanks, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]