Re: M2 Getting started guide

2005-11-09 Thread Stephen Cowx
To: Maven Users List Subject: M2 Getting started guide The M2 getting starting guide used to go on to explain how to set up a parent project and child projects with a simple example (parent etc) , this seems to have gone completely from the guide. I have this working myself, but was pointing others

Re: M2 Getting started guide

2005-11-09 Thread Brett Porter
. Aviran http://www.aviransplace.com -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 7:23 AM To: Maven Users List Subject: M2 Getting started guide The M2 getting starting guide used to go on to explain how to set up a parent project

Re: M2 Getting started guide

2005-11-09 Thread Stephen Cowx
Users List Subject: M2 Getting started guide The M2 getting starting guide used to go on to explain how to set up a parent project and child projects with a simple example (parent etc) , this seems to have gone completely from the guide. I have this working myself, but was pointing others

Re: M2 Getting started guide

2005-11-09 Thread Jason van Zyl
On Wed, 2005-11-09 at 08:54 +, Stephen Cowx wrote: Hi I found the Getting Started guide in SVN and looked through the commit history but I couldn't a version which had the multi project info in it. Admittedly I looked at the first and last entries and about 10 random entries in

Re: M2 Getting started guide

2005-11-09 Thread Stephen Cowx
Hi Jason I got the URL of the original guide from Brett this morning. Using that, I have set up my project as a multi module build. It is early days for me on my project so all I really needed was 1) A single point from where I can kick off a complete system wide build 2) A means of

M2 Getting started guide

2005-11-08 Thread Pete
The M2 getting starting guide used to go on to explain how to set up a parent project and child projects with a simple example (parent etc) , this seems to have gone completely from the guide. I have this working myself, but was pointing others in the this direction for information. The mini

RE: M2 Getting started guide

2005-11-08 Thread Mordo, Aviran (EXP N-NANNATEK)
Getting started guide The M2 getting starting guide used to go on to explain how to set up a parent project and child projects with a simple example (parent etc) , this seems to have gone completely from the guide. I have this working myself, but was pointing others in the this direction

RE: M2 Getting started guide

2005-11-08 Thread scowx
, and was looking for this information of how to setup multiple projects. Aviran http://www.aviransplace.com -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 7:23 AM To: Maven Users List Subject: M2 Getting started guide The M2 getting starting guide

RE: M2 Getting started guide

2005-11-08 Thread Jason van Zyl
-Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 7:23 AM To: Maven Users List Subject: M2 Getting started guide The M2 getting starting guide used to go on to explain how to set up a parent project and child projects with a simple example

Re: M2 Getting started guide

2005-11-08 Thread Brett Porter
, and was looking for this information of how to setup multiple projects. Aviran http://www.aviransplace.com -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 7:23 AM To: Maven Users List Subject: M2 Getting started guide

m2: Getting started...

2005-06-27 Thread Christian Schlaefcke
Hi Folks, I just tried the getting-started part of m2 and it seems to work. Know I wonder what I have to do to get my own projekt get organized under maven. It seems like the getting-startet part just covers how to retrieve existing projects from an existing m2 repository. I found that I

[M2] 'Getting Started' guide fails in current state

2005-04-11 Thread Aaron Bell
Hello, If you work through the current 'Getting Started' page for Maven 2, the last step (multiple modules) fails at the install goal. This is because a WAR with a non-default name cannot be installed in the repository. 1. The example given to create a WAR uses a 'plugins' element in the

Re: [M2] 'Getting Started' guide fails in current state

2005-04-11 Thread Brett Porter
On Apr 12, 2005 1:31 AM, Aaron Bell [EMAIL PROTECTED] wrote: Hello, If you work through the current 'Getting Started' page for Maven 2, the last step (multiple modules) fails at the install goal. This is because a WAR with a non-default name cannot be installed in the repository. Good