Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Ralph Goers
On Aug 25, 2009, at 12:53 PM, Paul Benedict wrote: The best way of getting features into Apache's source repository is to submit a patch. While true, that is a fairly hard task. First, which version would you target? Many users are still going to be on 2.0.9 while the 2.2 code base is a

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Brian Fox
I've never seen make or ant scripts that effectively crawled up a disk looking for other things to build. I don't see how maven is different. On Tue, Aug 25, 2009 at 4:27 PM, Jochen Wiedmann wrote: > > > > Arnaud HERITIER-3 wrote: >> >> What do you think about this post and comments : >> http://re

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Jason van Zyl
On 25-Aug-09, at 1:27 PM, Jochen Wiedmann wrote: Arnaud HERITIER-3 wrote: What do you think about this post and comments : http://relation.to/12116.laceOne thing that it seems to annoy them is how our reactor is working. We cannot call a build from a submodule which will automa(g)ically

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Jason van Zyl
I'm talking to the JBoss folks at JBoss World next week. On 25-Aug-09, at 9:09 AM, Arnaud HERITIER wrote: What do you think about this post and comments : http://relation.to/12116.laceOne thing that it seems to annoy them is how our reactor is working. We cannot call a build from a submodule

[ANN] Maven Resoures Plugin 2.4 Released

2009-08-25 Thread John Casey
The Maven team is pleased to announce the release of the Maven Resources Plugin, version 2.4. The Resources Plugin provides support for copying and filtering files in the standard resource locations in a Maven build (configured using the project/build/resources and project/build/testResources sec

[ANN] Maven Filtering 1.0-beta-3 Released

2009-08-25 Thread John Casey
The Maven team is pleased to announce the release of Maven Filtering, version 1.0-beta-3. Maven Filtering is an API that allows plugin developers to filter text-based resources using values supplied by a MavenProject instance, a MavenSession instance, and an arbitrary set of properties files. Fi

[RESULT] [VOTE] Maven Resources Plugin 2.4, Maven Filtering 1.0-beta-3

2009-08-25 Thread John Casey
This vote has passed with the following: +1 (binding): John, Benjamin, Olivier I'll release the artifacts, update the website(s), and send the appropriate announcements. Thanks, -john John Casey wrote: Hi, These two releases were staged together since many of the issues from the resource

Re: [VOTE] Maven Resources Plugin 2.4, Maven Filtering 1.0-beta-3

2009-08-25 Thread Olivier Lamy
send it again my +1. Because it looks to never reach ml (probably minotaur outage). 2009/8/22 Olivier Lamy : > +1 > > No stage site ? > > Thanks ! > -- > Olivier > > 2009/8/22 John Casey : >> Hi, >> >> These two releases were staged together since many of the issues from the >> resources plugin pr

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Jochen Wiedmann
Arnaud HERITIER-3 wrote: > > What do you think about this post and comments : > http://relation.to/12116.laceOne thing that it seems to annoy them is how > our reactor is working. > We cannot call a build from a submodule which will automa(g)ically call > necessary builds in others modules. >

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Arnaud HERITIER
I think it could be an interesting feature (and will help to fight against others tools siren like graddle ;-) )I agree that it is strange to see this behavior from another OSS project. But it's often done like that. I opened this issue to keep a trace of it : http://jira.codehaus.org/browse/MNG-43

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Paul Benedict
The best way of getting features into Apache's source repository is to submit a patch. On Tue, Aug 25, 2009 at 2:47 PM, Brett Porter wrote: > We could surely add that. For example: > > some-module$ mvn -amd clean install > > The -amd without -pl means use the current project and search up throug

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Brett Porter
We could surely add that. For example: some-module$ mvn -amd clean install The -amd without -pl means use the current project and search up through available parents iff the modules also match to construct the reactor instead. Perhaps if it was posted in a JIRA entry instead of a "maven do

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Arnaud HERITIER
Partially, in fact they would like to have something easier to use.Instead of using command line args from the reactor project to say what to build, they would prefer to go directly in the submodule and to launch the build. On Tue, Aug 25, 2009 at 6:37 PM, Brett Porter wrote: > As the commenters

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Brett Porter
As the commenters said, the new reactor modes in 2.1 (and the reactor plugin in 2.0) already satisfy those needs. - Brett On 25/08/2009, at 12:09 PM, Arnaud HERITIER wrote: What do you think about this post and comments : http://relation.to/12116.laceOne thing that it seems to annoy them i

Hibernate feedback about Maven usage.

2009-08-25 Thread Arnaud HERITIER
What do you think about this post and comments : http://relation.to/12116.laceOne thing that it seems to annoy them is how our reactor is working. We cannot call a build from a submodule which will automa(g)ically call necessary builds in others modules. Cheers, Arnaud # Arnaud Héritier # Softwa

Re: New release of release plugin

2009-08-25 Thread Olivier Lamy
Hi, This require a scm release first. Some releases were pending due to release sources formats issue as we have solved this, we can certainly made more releases now. I can take this point and start this (but I can give an exact date it depends on my spare time :-) ). Thanks, -- Olivier 2009/8/25

New release of release plugin

2009-08-25 Thread Julien HENRY
Hi, In my company we have pre-commit hook that expect a special comment for commit and tag. Because of MRELEASE-442 I can't use latest version of release plugin. Is it planned to do a new release as the current one was done in March? Regards, Julien