>
> On Mon, 2002-08-19 at 20:52, James CE Johnson wrote:
> > Jason van Zyl wrote:
> >
>
> > >
> > ><deploy:copy-deps todir="/path"/>
> > >
> >
> > Can I tell it to exclude some things. Like servlet*.jar for instance?
>
> Good idea!
Thanks.
>
> I just added an optional 'excludes' element to the <deploy:copy-deps/>
> tag which will allow you to exclude desired JARs from the copy. The list
> is a CSV list of dependency ids. Each dependency id listed will be
> excluded from the copy. So you would use it like this:
>
> <deploy:copy-deps todir="/tmp/webapp" excludes="dom4j,commons-util"/>
Cool.
What we're ultimately trying to do is create an exploded version of
a warfile in /tmp/webapp/${maven.id}.war/. JBoss/Jetty plays very
nice with that. Any chance of getting support for that out of the
box?
Circling back to the original question... Has maven.dependency.set
gone away? I finally found the various xdocs/properties.xml files
(haven't looked at all of 'em, how do I get html versions to
browse?).
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>