Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] aggregate and osgi profiles

Well,

<mythbusters>well, there's your problem</mythbusters>

Maven 3.0 has many bugs still.
Upgrade to Maven 3.0.2 for starters.

For the record...
I've tested those changes with Maven 2.2.1 and Maven 3.0.2, both work as advertised. :-)

- Joakim

On Mon, Feb 14, 2011 at 9:26 PM, Greg Wilkins <gregw@xxxxxxxxxxx> wrote:
Joakime,

the problem that I was having with building jetty-hightide is that the
jetty-distribution and jetty-osgi stuff is not being built by default.
 It took me several goes around the
delete-my-repository-merry-go-round to realise that these have been
moved to profiles - which is a good enough idea to avoid the
duplication of reporting - but the on by default part of these
profiles is not working for me and I have to explicitly declare these
profiles on the command line?

I'm on Apache Maven 3.0 (r1004208; 2010-10-04 22:50:56+1100)
and I have no active profiles declared in my settings.xml

cheers


Back to the top