From: <[EMAIL PROTECTED]>
> > 2) Repository is an over used term
> > The main project xml has a <repository> element. But this is not what
> you
> > would expect as it does not define details of the central or local
> > repositories. Instead it defines scm. PLEASE rename this element.
> Agreed, but not for the 1.0 timeframe. POM changes are out until we get
> the release done.
Actually, I would suggest that before 1.0 would be very useful to avoid too
much deprecation/backwards compatability issues later.

> > 4) Releases with jars
> > To include the jar files in the output zip files requires a change to
> maven
> > xml. This seems like a very normal kind of a requirement, but is
> difficult
> > to achieve. I suggest that the project xml needs a way to define which
> > dependencies to include in the zip.
>
> ? Can you be more specific with this one? Is this a 'dist'? If so, this
> makes some sense, e.g. <dist.bundle>true</dist.bundle> on the dependency
> properties?
>
> I'd also like the dist to include 'common' stuff that may exist, e.g.
> src/conf, src/bin etc.
It feels like the project xml should have extra elements to define the
contents of the zip.
<dist>
  <dependentJars>
    <include>*</include>
    <exclude></exclude>
or some such
Similar pattern for other resources.

Stephen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to