Specifying IntelliJ module name with maven-idea-plugin

2007-05-14 Thread Ronn . Chinowutthichai
Hi there, I've notice that when using maven-idea-plugin, the module name that is generated is based solely on artifact id. Is there a particular reason for this? Why wouldn't it use project name instead? The reason I'm asking this is that we have three maven projects with following structure,

Re: Specify a dynamic profile

2007-05-14 Thread Evan Worley
Thanks for the reply Deng, The thing is, we don't know what combinations we will want to run. We have over 20 modules and a developer might want to build any combination of them. We use a "precheckin" script which essentially is called such as "precheckin module1 module2 moduleN..." and we want

Re: Specify a dynamic profile

2007-05-14 Thread Maria Odea Ching
I'll go with #2, but instead of having each module in its own profile.. why don't you try grouping the modules you want to build per profile (e.g. have modules A and C in one profile), then build the project with -P? -Deng Evan Worley wrote: Hello, Does anyone know of a way to specify via th

Re: Transactional deploy for sets of modules

2007-05-14 Thread Jason van Zyl
On 14 May 07, at 5:36 PM 14 May 07, Evan Worley wrote: Hi all, Has anyone ever tried to do a transactional deploy of several modules? For example if I am deploying multiple modules modules, {A,B,C}, they are deployed one at a time, and I want them to be deployed as a transactional, all

Transactional deploy for sets of modules

2007-05-14 Thread Evan Worley
Hi all, Has anyone ever tried to do a transactional deploy of several modules? For example if I am deploying multiple modules modules, {A,B,C}, they are deployed one at a time, and I want them to be deployed as a transactional, all or nothing. This is especially a problem if you are building wi

Re: [VOTE] Release maven install plugin 2.2

2007-05-14 Thread Carlos Sanchez
I didn't thought about it but it's not needed I will for the next version On 5/14/07, Vincent Siveton <[EMAIL PROTECTED]> wrote: Hi Carlos, Why not bumping the pom to maven-plugin-testing-harness:1.0? Cheers, Vincent 2007/5/12, Carlos Sanchez <[EMAIL PROTECTED]>: > Last release was more than

Re: [VOTE] Release maven install plugin 2.2

2007-05-14 Thread Vincent Siveton
Hi Carlos, Why not bumping the pom to maven-plugin-testing-harness:1.0? Cheers, Vincent 2007/5/12, Carlos Sanchez <[EMAIL PROTECTED]>: Last release was more than a year ago and it's needed for ant plugin integration tests List of fixed issues http://jira.codehaus.org/secure/IssueNavigator.js

Specify a dynamic profile

2007-05-14 Thread Evan Worley
Hello, Does anyone know of a way to specify via the command line a set of modules to build? For example, I have a pom with modules A,B,C. Is there a way I can specify that I would like to build modules A and C only? C:\> mvn -f mypom.xml A,C // something of the sort? Two approaches I've thoug

Re: [VOTE] Release maven install plugin 2.2

2007-05-14 Thread Carlos Sanchez
done, staged at http://people.apache.org/~carlos/staging-repo/ On 5/13/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: Could you please fix the Jira project and deploy the plugin to a staging repo? This is the standard procedure. Thanks, Stéphane On 5/13/07, Carlos Sanchez <[EMAIL PROTECTED]> w

Re: Problem with site plugin and custom language mojos

2007-05-14 Thread Steven Rowe
I think I wrote too soon. The patch I referred to fixes a problem I've had with *Java* plugin site generation, and in the stack trace Jason gives below, the line number in PluginXdocGenerator.java looks earlier in the file than the area to which the patch at the linked-to issue applies. Sorry for

Re: Problem with site plugin and custom language mojos

2007-05-14 Thread Steven Rowe
See for a patch that fixes this. - Steve Jason Dillon wrote: > As many of you know I've been working on Groovy integration for Maven > 2... and I've recently (er well a few weeks ago) gotten things hooked up > to allow mojos to be implemented in Groovy. >

Re: JavaOne

2007-05-14 Thread John Casey
Brian, I can't remember how well I documented it, but take a look in components/trunk/maven-build-context. I'm already using that stuff in the new lifecycle components, to store reports as they get executed...for use in the site plugin. It's far from an ideal solution, though. I'd much prefer to

Re: JavaOne

2007-05-14 Thread Jason van Zyl
On 14 May 07, at 9:00 AM 14 May 07, Brian E. Fox wrote: Some items for the roadmap: - add Java 5 support (possibly requiring Java 5 runtime) - add global exclusions to dependency management - make plugin dependency element consistent with normal dependency element - if group is omitted from t

RE: JavaOne

2007-05-14 Thread Brian E. Fox
>Some items for the roadmap: >- add Java 5 support (possibly requiring Java 5 runtime) >- add global exclusions to dependency management >- make plugin dependency element consistent with normal dependency >element >- if group is omitted from the dependency element, assume it is that >of the cu

Re: [m2] Generating release POMs

2007-05-14 Thread Mark Hobson
On 16/01/07, Mark Hobson <[EMAIL PROTECTED]> wrote: On 15/01/07, Gabriele Contini <[EMAIL PROTECTED]> wrote: > Some time ago i opened a jira issue about this missing feature: > > http://jira.codehaus.org/browse/MRELEASE-177 > > Since this is a key feature for our company (we heavily use version >

Re: dependency version ignored

2007-05-14 Thread Wayne Fay
Remove the junit under axis2-kernel and try again. Wayne On 5/14/07, Ecker Severin <[EMAIL PROTECTED]> wrote: Hi, I've tried both, version 2.0.5 and 2.0.6, equal results. Best regards, severin -Ursprüngliche Nachricht- Von: Ralph Goers [mailto:[EMAIL PROTECTED] Gesendet: Montag, 14.

mvn repository:bundle-pack

2007-05-14 Thread Kevin Conaway
Hi All, I have a question about the maven repository plugin. On the project website, there is a goal called "bundle-pack" which should create a repository bundle for projects that don't use maven. However, it appears that this goal is not included in the current release of the plugin. Will that

Archtypeng - summary of features

2007-05-14 Thread Raphaël Piéroni
Hi, Here comes my current feature list on the archetypeng development. -1 archetype groups in archetype registry Archetype groups are the known groupIds of archetypes. THey are defined in a file (~/.m2/archetype.xml) and are used during the interactive archetype selection to prompt the us

AW: dependency version ignored

2007-05-14 Thread Ecker Severin
Hi, I've tried both, version 2.0.5 and 2.0.6, equal results. Best regards, severin -Ursprüngliche Nachricht- Von: Ralph Goers [mailto:[EMAIL PROTECTED] Gesendet: Montag, 14. Mai 2007 16:00 An: Maven Developers List Betreff: Re: dependency version ignored What version of maven are you u

Re: dependency version ignored

2007-05-14 Thread Ralph Goers
What version of maven are you using? Ecker Severin wrote: Hi, There seems to be no one who can help me in the users list so I hope that someone around here does haven an idea: My problem is as follows: I'm not sure whether I'm not using dependencies correctly or this is a bug, but the situatio

Re: [2.1.x] Plexus-Utils shaded on maven embedder causes errors on 3rd party plugins

2007-05-14 Thread Abel Muiño
I've filed an issue against the affected plug-in. Thanks for the quick response. Jason van Zyl-2 wrote: > > > On 13 May 07, at 10:57 AM 13 May 07, Abel Muiño wrote: > >> >> Since org.codehaus.plexus.utils is shaded in the maven-embedder >> (SVN rev >> 537498), 3rd party plugins depending o

dependency version ignored

2007-05-14 Thread Ecker Severin
Hi, There seems to be no one who can help me in the users list so I hope that someone around here does haven an idea: My problem is as follows: I'm not sure whether I'm not using dependencies correctly or this is a bug, but the situation is as follows: I have a junit 4.1 dependency in my project

Re: Archetype packaging

2007-05-14 Thread Raphaël Piéroni
2007/5/13, Brett Porter <[EMAIL PROTECTED]>: What will be contained in this metadata? For the plugins, it is to link a plugin prefix to a plugin artifact ID - I don't see the parallel concept in archetype. For archetypes, the group metadata is used to prompt a list of archetypes in a group fo