Maven dependency behaviour

2009-05-23 Thread Bohtvaroh
Hi all. I have a "root" pom module with dependency and dependency management sections. This module has "A" pom module as its child in module section. Next, this "A" module has "B" jar module as its child. The "B" module inherits all dependency related setup from the "root" module (thanks to trans

Re: [ANN] Maven Archetype Plugin 2.0-alpha-1 for Maven 2 Released

2008-02-15 Thread Bohtvaroh
haus.org/mojo/trunk/mojo/mojo-archetypes/netbeans-platform-app-archetype/ > That's an archetype with module written to work with the archetype-plugin > 2.0.x > > Milos > > On Fri, Feb 15, 2008 at 11:28 AM, Bohtvaroh <[EMAIL PROTECTED]> wrote: >> >> Raphaël

Re: [ANN] Maven Archetype Plugin 2.0-alpha-1 for Maven 2 Released

2008-02-15 Thread Bohtvaroh
Raphaël Piéroni - 24/Jul/07 12:06 PM says "This issue will be fixed by NG-alpha-1" and now alpha-1 is out. This is why I asked that. I really need this feature but cannot find any examples or docs about using it. Without it maven archetyping for multimodule projects looks ugly and non trivial. --

Re: [ANN] Maven Archetype Plugin 2.0-alpha-1 for Maven 2 Released

2008-02-14 Thread Bohtvaroh
Is this http://jira.codehaus.org/browse/ARCHETYPE-23 ARCHETYPE-23 implemented in this version? If so, is there some docs about using it? Thanx. Alexander -- View this message in context: http://www.nabble.com/-ANN--Maven-Archetype-Plugin-2.0-alpha-1-for-Maven-2-Released-tp15368261s177p1549292

RE: How to disable scan for projects

2008-01-04 Thread Bohtvaroh
Brian E Fox wrote: > > Is your plugin actually modifying the poms? > Yes, it substitutes velocity-like templates ($organizationName etc...) > recursively in all files including poms. > > -Original Message- > From: Bohtvaroh [mailto:[EMAIL PROTECTED] > Sent: Th

RE: How to disable scan for projects

2008-01-03 Thread Bohtvaroh
age- > From: Bohtvaroh [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 12:07 PM > To: users@maven.apache.org > Subject: How to disable scan for projects > > > Hello. I need to discover how to disable "Scanning for projects..." when > I > invoke m

How to disable scan for projects

2008-01-03 Thread Bohtvaroh
Hello. I need to discover how to disable "Scanning for projects..." when I invoke my custom plugin. I have @requiresProject false in it source but it is not sufficient. -- View this message in context: http://www.nabble.com/How-to-disable-scan-for-projects-tp14601036s177p14601036.html Sent from

Trouble with supplying parameters to mvn archetype:create

2007-12-12 Thread Bohtvaroh
Hello. I'm having trouble with supplying parameters to mvn archetype:create... My problem is maven only accepts some predefined parameters like groupId, artifactId, etc but I want to supply my owns like -DprojectName=myProject to replace templates like ${projectName} in my archetype's pom. Is this