Re: [VOTE] Release Maven Project Info Reports Plugin version 2.5.1

2012-08-26 Thread Tony Chemit
On Sun, 26 Aug 2012 22:11:40 +0200 Hervé BOUTEMY wrote: > Hi, +1 (tested and works fine MPIR-248 for system scope dependencies) thanks, tony > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11142&version=18715&styleName=Html > > There are still a couple of

[VOTE] Release Maven Project Info Reports Plugin version 2.5.1

2012-08-26 Thread Hervé BOUTEMY
Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11142&version=18715&styleName=Html There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11142&status=1 Staging repo: https://repository.apache.org/con

Re: Fwd: hi all,when I checkout the source of maven-3.0.4-RC5,and then I want to compile it by "mvn install ",but failed

2012-08-26 Thread Hervé BOUTEMY
3.0.4-RC5? why the hell are you trying to compile this release candidate? Nobody tries to compile a release candidate whan the release has been done. Regards, Hervé Le dimanche 26 août 2012 18:38:52 黄国华 a écrit : > has anyone encounter the some problems with me? > -- Forwarded message -

Fwd: hi all,when I checkout the source of maven-3.0.4-RC5,and then I want to compile it by "mvn install ",but failed

2012-08-26 Thread 黄国华
has anyone encounter the some problems with me? -- Forwarded message -- From: 黄国华 Date: 2012/8/25 Subject: hi all,when I checkout the source of maven-3.0.4-RC5,and then I want to compile it by "mvn install ",but failed To: dev@maven.apache.org [INFO] Apache Maven

Re: improving incremental builds

2012-08-26 Thread Mark Struberg
Hi David! > So your idea is to find the list of changed modules and > then build that list with -amd? Yes, kind of. At the moment mvn -amd builds the dependents of the _current_ module. If you use my example and change BeanA.java, then run mvn -amd from the root module you will see that only