Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-20 Thread David H. DeWolf
pluto 1.1 branch has made the switch and includes some custom plugins as
well. Check out:

http://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1/

On 10/19/05, Jorg Heymans [EMAIL PROTECTED] wrote:


 Pete Thomas wrote:
  I was looking for some example projects that are using M2 and have a
  reasonably comprehensive set of artifacts e.g.
 

 cocoon is migrating to m2 as well.

 Jorg


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




Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 00:11 -0400, David H. DeWolf wrote:
 pluto 1.1 branch has made the switch and includes some custom plugins as
 well. Check out:
 
 http://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1/

Is this going to be in the main line soon? BTW, I added your article to
the list: http://maven.apache.org/maven2/articles.html
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Simplex sigillum veri. (Simplicity is the seal of truth.)


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



Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-20 Thread David H. DeWolf
Yes, moving Pluto 1.1 to trunk is actually up for discussion right now on
the pluto dev list.

Thanks for the plug!

David

On 10/20/05, Jason van Zyl [EMAIL PROTECTED] wrote:

 On Thu, 2005-10-20 at 00:11 -0400, David H. DeWolf wrote:
  pluto 1.1 branch has made the switch and includes some custom plugins as
  well. Check out:
 
  http://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1/

 Is this going to be in the main line soon? BTW, I added your article to
 the list: http://maven.apache.org/maven2/articles.html
 --
 jvz.

 Jason van Zyl
 jason at maven.org http://maven.org
 http://maven.apache.org

 Simplex sigillum veri. (Simplicity is the seal of truth.)


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




any open source projects on M2 for an example ( Cargo ? )

2005-10-19 Thread Pete Thomas
I was looking for some example projects that are using M2 and have a
reasonably comprehensive set of artifacts e.g.

EAR
WARs
JARs

etc.

I read that Cargo was ported to M2 successfully in
http://www3.java.no/JavaZone/2005/presentasjoner/VincentMassol/Javazone2005-From_m1_to_m2.pdf

but when I download Cargo to look at the POM.xml etc, I see it has
project.xml. Any ideas where I can see a decent M2 build.

cheers

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



Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-19 Thread Mark Hobson
On 19/10/05, Pete Thomas [EMAIL PROTECTED] wrote:
 I was looking for some example projects that are using M2 and have a
 reasonably comprehensive set of artifacts e.g.

 EAR
 WARs
 JARs

 etc.

 I read that Cargo was ported to M2 successfully in
 http://www3.java.no/JavaZone/2005/presentasjoner/VincentMassol/Javazone2005-From_m1_to_m2.pdf

 but when I download Cargo to look at the POM.xml etc, I see it has
 project.xml. Any ideas where I can see a decent M2 build.

Are you looking at the svn trunk?  There's plenty of pom.xml's in here:

http://svn.cargo.codehaus.org/cargo/trunk/

Mark

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



Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-19 Thread Jorg Heymans

Pete Thomas wrote:
 I was looking for some example projects that are using M2 and have a
 reasonably comprehensive set of artifacts e.g.
 

cocoon is migrating to m2 as well.

Jorg


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



RE: any open source projects on M2 for an example ( Cargo ? )

2005-10-19 Thread Brian E. Fox
Cewolf.sourceforge.net...there is a jar that has assemblies and a war. 

-Original Message-
From: Pete Thomas [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 19, 2005 12:41 PM
To: users@maven.apache.org
Subject: any open source projects on M2 for an example ( Cargo ? )

I was looking for some example projects that are using M2 and have a
reasonably comprehensive set of artifacts e.g.

EAR
WARs
JARs

etc.

I read that Cargo was ported to M2 successfully in
http://www3.java.no/JavaZone/2005/presentasjoner/VincentMassol/Javazone2
005-From_m1_to_m2.pdf

but when I download Cargo to look at the POM.xml etc, I see it has
project.xml. Any ideas where I can see a decent M2 build.

cheers

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



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



Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-19 Thread Brill Pappin
I'm planning to port XTracker (http://xtracker.berlios.de) in the near
future... not sure if I should work though my bug list first or do the port
first though... don't want to do them both at the same time :)

If folks are interested I'll post here when I'm done but that'll be at least
a few weeks before I have time to get to it.

- Brill Pappin

On 10/19/05, Brian E. Fox [EMAIL PROTECTED] wrote:

 Cewolf.sourceforge.net...there is a jar that has assemblies and a war.

 -Original Message-
 From: Pete Thomas [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 19, 2005 12:41 PM
 To: users@maven.apache.org
 Subject: any open source projects on M2 for an example ( Cargo ? )

 I was looking for some example projects that are using M2 and have a
 reasonably comprehensive set of artifacts e.g.

 EAR
 WARs
 JARs

 etc.

 I read that Cargo was ported to M2 successfully in
 http://www3.java.no/JavaZone/2005/presentasjoner/VincentMassol/Javazone2
 005-From_m1_to_m2.pdf

 but when I download Cargo to look at the POM.xml etc, I see it has
 project.xml. Any ideas where I can see a decent M2 build.

 cheers

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



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




Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-19 Thread jerome lacoste
On 10/19/05, Pete Thomas [EMAIL PROTECTED] wrote:
 I was looking for some example projects that are using M2 and have a
 reasonably comprehensive set of artifacts e.g.

 EAR
 WARs
 JARs

 etc.

 I read that Cargo was ported to M2 successfully in
 http://www3.java.no/JavaZone/2005/presentasjoner/VincentMassol/Javazone2005-From_m1_to_m2.pdf

 but when I download Cargo to look at the POM.xml etc, I see it has
 project.xml. Any ideas where I can see a decent M2 build.

Vincent made the migration and last time I checked, he was still
maintaining both m1 and m2 builds.

Jerome

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