Re: svn commit: r410135 - in /maven/site/trunk: pom.xml src/site/apt/articles.apt

2006-05-29 Thread Dennis Lundberg
[EMAIL PROTECTED] wrote: Author: carlos Date: Mon May 29 11:18:26 2006 New Revision: 410135 URL: http://svn.apache.org/viewvc?rev=410135&view=rev Log: Added articles, book and fixed typos Modified: maven/site/trunk/pom.xml maven/site/trunk/src/site/apt/articles.apt Modified: maven/site

Re: creating a new project with the MavenEmbedder

2006-05-29 Thread Rinku
Hi Hermod, Coincidently, there was a thread on maven-users list about delegating goal to another mojo (see yesterday's posts). I have posted a similar code snippet there that uses embedder, you might want give it a try if you want to stick to released version. HTH, Rahul - Original Mess

RE: creating repository upload bundles

2006-05-29 Thread Mike Perham
Nevermind. Carlos pointed out the part of the mini guide that answers my question. -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 1:32 PM To: Maven Developers List Subject: creating repository upload bundles I keep getting requests to create fo

creating repository upload bundles

2006-05-29 Thread Mike Perham
I keep getting requests to create for upload bundles for new binaries which I want to see in the repository. Now I'm all for standardizing this process but how are we supposed to create upload bundles for projects which aren't based on Maven 2? ---

The Maven 2 POM Demystified

2006-05-29 Thread Eric Redmond
I hope you find this useful. Its not an "introduction" article. http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html Sorry to cross-post, but I'd like to add a link to http://maven.apache.org/articles.html Eric

RE: Snapshot feature broken in maven 2?

2006-05-29 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Monday, May 29, 2006 5:59 PM: > Hi! > > We use maven 2 to build a large project consisting of several > modules. Dependencies between modules are handled by the > maven dependency mechanism. During development, we want to > use the SNAPSHOT feature because we don't want

Snapshot feature broken in maven 2?

2006-05-29 Thread roger.butenuth
Hi! We use maven 2 to build a large project consisting of several modules. Dependencies between modules are handled by the maven dependency mechanism. During development, we want to use the SNAPSHOT feature because we don't want to have an inflation of version numbers. The problem: For me it

RE: creating a new project with the MavenEmbedder

2006-05-29 Thread hermod.opstvedt
Hi Ok, I'll get it from SVN and compile it. Thnx Hermod -Original Message- From: Ovidio Mallo [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 1:58 PM To: Maven Developers List Subject: Re: creating a new project with the MavenEmbedder Hi Hermod! The class compiles against the cur

Re: creating a new project with the MavenEmbedder

2006-05-29 Thread Ovidio Mallo
Hi Hermod! The class compiles against the current 2.1-SNAPSHOT version. The previous versions 2.0.3 and 2.0.4 seem to have a somewhat different API, so it will not compile with those. Prior to my original post on this subject, I was trying to get the whole thing working with the version 2.0.4, bu

RE: creating a new project with the MavenEmbedder

2006-05-29 Thread hermod.opstvedt
Hi Which version of the embedder is this? I get errors on the methods: getUserSettingsPath and getGlobalSettingsPath - No such methods in the Maven embedder (2.0.3). Hermod -Original Message- From: Ovidio Mallo [mailto:[EMAIL PROTECTED] Sent: Sunday, May 28, 2006 12:36 PM To: Maven Dev