Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty-9 and aggregates

Hi,

On Fri, Jul 13, 2012 at 5:47 PM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
> I want to eliminate the building of jetty-aggregate jars in jetty-9.
>
> Here's my proposal.
>
> Leave jetty-aggregates modules in the build.
> Change all jetty-aggregate modules to be <packaging>pom</packaging>
>
> This satisfies those users that want to continue to use maven and the
> aggregate dependencies.
>
> Now to support the non-maven folks, who would download the aggregates and
> use them.
>
> We create in the jetty-distribution a contrib/build-aggregates.xml (ant
> build script) that creates all of the various aggregate flavors for them,
> from the contents of the distribution lib directory.

It is not simpler to just put them into a profile, and build them only
on release/deploy ?

Simon
-- 
http://cometd.org
http://webtide.com
Developer advice, services and support
from the Jetty & CometD experts.
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top