Hi Brett, I am fine with deprecating the repository generating feature in appassembler plugin and use the assembly instead. What is you plan to remove it completely?
I also dont see the need to generate maven 1 repo. -D On 12/22/07, Brett Porter <[EMAIL PROTECTED]> wrote: > Trygve mentioned the repo code wasn't needed in the appassembler > plugin any more. I've isolated and deprecated the repository > generation code rather than removing it at this point, though. > > Also, I'm wondering about the different types of repositories. > > The Maven assembly plugin supports generating a flat directory with > this: > <dependencySets> > <dependencySet> > <outputDirectory>lib</outputDirectory> > </dependencySet> > </dependencySets> > > and a Maven2 repository with this: > <repositories> > <repository> > <outputDirectory>repo</outputDirectory> > </repository> > </repositories> > > But the latter does not support generating a Maven1 repository. > > Is there a use case for needing this in the appassembler plugin, or is > it a future need (in which case we should probably file an issue in > the assembly plugin)? > > Cheers, > Brett > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
