Re: Please update assembly plugin docs

2006-04-07 Thread Wendy Smoak
On 4/7/06, Brett Porter <[EMAIL PROTECTED]> wrote: > That's because, for some reason, we now have two models in there. I have > no idea. Thanks for your help. :) I opened http://jira.codehaus.org/browse/MASSEMBLY-79 for it. -- Wendy --

Re: Please update assembly plugin docs

2006-04-07 Thread dan tran
Brett, the second model file is to support subassembly/component -D On 4/7/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > That's because, for some reason, we now have two models in there. I have > no idea. > > - Brett > > Wendy Smoak wrote: > > On 4/7/06, Brett Porter <[EMAIL PROTECTED]> wrote

Re: Please update assembly plugin docs

2006-04-07 Thread Brett Porter
That's because, for some reason, we now have two models in there. I have no idea. - Brett Wendy Smoak wrote: > On 4/7/06, Brett Porter <[EMAIL PROTECTED]> wrote: > >> mvn modello:xdoc site >> >> As of the 2.0.3 release, that should be automatically bound? > > Thanks. It's not working automatic

Re: Please update assembly plugin docs

2006-04-07 Thread Wendy Smoak
On 4/7/06, Brett Porter <[EMAIL PROTECTED]> wrote: > mvn modello:xdoc site > > As of the 2.0.3 release, that should be automatically bound? Thanks. It's not working automatically: ~/svn/maven/plugins/maven-assembly-plugin $ mvn --version Maven version: 2.0.4-SNAPSHOT $ mvn clean site -U ... $

Re: Please update assembly plugin docs

2006-04-07 Thread Brett Porter
mvn modello:xdoc site As of the 2.0.3 release, that should be automatically bound? - Brett Wendy Smoak wrote: > On 4/7/06, Brett Porter <[EMAIL PROTECTED]> wrote: > >> That's for 2.1-SNAPSHOT - yes, you can use multiple descriptors. > > Thanks. How do I get assembly.html generated locally? m

Re: Please update assembly plugin docs

2006-04-07 Thread Wendy Smoak
On 4/7/06, Brett Porter <[EMAIL PROTECTED]> wrote: > That's for 2.1-SNAPSHOT - yes, you can use multiple descriptors. Thanks. How do I get assembly.html generated locally? mvn site doesn't do it. -- Wendy - To unsubscribe, e-

Re: Please update assembly plugin docs

2006-04-07 Thread Brett Porter
That's for 2.1-SNAPSHOT - yes, you can use multiple descriptors. - Brett Wendy Smoak wrote: > The assembly plugin docs are dated October 16th. It looks like > version 2.0.1 was uploaded to ibiblio on January 25th. Can you please > update the site? > > * http://maven.apache.org/plugins/maven-a

Please update assembly plugin docs

2006-04-07 Thread Wendy Smoak
The assembly plugin docs are dated October 16th. It looks like version 2.0.1 was uploaded to ibiblio on January 25th. Can you please update the site? * http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html And... I tried building (mvn site) the maven-assembly-plugin docs locally.