Re: Strange M2 behavior

2005-11-06 Thread Brett Porter
They are only inside JARs built with m2. - Brett On 11/6/05, Oscar Picasso <[EMAIL PROTECTED]> wrote: > -- Kenney Westerhof <[EMAIL PROTECTED]> wrote: > > > On Sat, 5 Nov 2005, Oscar Picasso wrote: > ... > > > Furthermore in any case the resulting jar contains the following: > > > META-INF/ > > >

Re: Strange M2 behavior

2005-11-05 Thread Oscar Picasso
-- Kenney Westerhof <[EMAIL PROTECTED]> wrote: > On Sat, 5 Nov 2005, Oscar Picasso wrote: ... > > Furthermore in any case the resulting jar contains the following: > > META-INF/ > > META-INF/MANIFEST.MF > > ... > > META-INF/maven/ > > META-INF/maven/org.trial/ > > META-INF/maven/org.trial/test/ >

Re: Strange M2 behavior

2005-11-05 Thread Oscar Picasso
Hi, Thanks for your input. It helped a lot. I overlooked the "Getting started guide..." maybe after reading "This guide is intended as a reference for those working with Maven for the first time..." I jumped directly to the Documentation section. Too many docs to read these days, and not enough

Re: Strange M2 behavior

2005-11-05 Thread Kenney Westerhof
On Sat, 5 Nov 2005, Oscar Picasso wrote: > Hi, > > I have happily used maven 1.0 and trying to switch to M2 mainly because I want > to work with modules. But I have some difficulties to understand how it is > supposed to work. > > I have tried the following: > > mvn archetype:create -DgroupId=org.

Re: Strange M2 behavior

2005-11-05 Thread Jason van Zyl
On Sat, 2005-11-05 at 09:07 -0800, Oscar Picasso wrote: > Hi, > > I have happily used maven 1.0 and trying to switch to M2 mainly because I want > to work with modules. But I have some difficulties to understand how it is > supposed to work. > > I have tried the following: > > mvn archetype:crea

Strange M2 behavior

2005-11-05 Thread Oscar Picasso
Hi, I have happily used maven 1.0 and trying to switch to M2 mainly because I want to work with modules. But I have some difficulties to understand how it is supposed to work. I have tried the following: mvn archetype:create -DgroupId=org.trial -DartifactId=test cd test mvn jar:jar and I get .