Re: iterating over resources in mojo

2011-08-11 Thread Anders Hammar
I don't have the answer, but I would look in the maven-resources-plugin source to see how it is done there. /Anders On Thu, Aug 11, 2011 at 00:54, Bill Shannon bill.shan...@oracle.com wrote: I'm writing a maven plugin. (2.2.1, if it matters.) I can get all the Resource objects for a

Re: [VOTE] Release Maven Checkstyle Plugin version 2.7

2011-08-11 Thread Olivier Lamy
ping. Thanks ! 2011/8/10 Olivier Lamy ol...@apache.org: Here my +1. Thanks ! 2011/8/8 Olivier Lamy ol...@apache.org: Hi, We solved 6 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?version=16773styleName=TextprojectId=11127Create=Create Staging repo:

Re: [VOTE] Release Maven Checkstyle Plugin version 2.7

2011-08-11 Thread Emmanuel Venisse
+1 Emmanuel On Mon, Aug 8, 2011 at 8:40 PM, Olivier Lamy ol...@apache.org wrote: Hi, We solved 6 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?version=16773styleName=TextprojectId=11127Create=Create Staging repo: https://repository.apache.org/content/repositories/maven-005/

Re: [VOTE] Release Maven Checkstyle Plugin version 2.7

2011-08-11 Thread Kristian Rosenvold
+1 K Den 11.08.2011 09:29, skrev Olivier Lamy: ping. Thanks ! 2011/8/10 Olivier Lamyol...@apache.org: Here my +1. Thanks ! 2011/8/8 Olivier Lamyol...@apache.org: Hi, We solved 6 issues:

Re: [VOTE] Release Maven Checkstyle Plugin version 2.7

2011-08-11 Thread herve . boutemy
+1 Hervé - Olivier Lamy ol...@apache.org a écrit : Hi, We solved 6 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?version=16773styleName=TextprojectId=11127Create=Create Staging repo: https://repository.apache.org/content/repositories/maven-005/ Staging site:

Re: [VOTE] Release Maven Checkstyle Plugin version 2.7

2011-08-11 Thread Mark Struberg
+1 LieGrue, strub --- On Wed, 8/10/11, Olivier Lamy ol...@apache.org wrote: From: Olivier Lamy ol...@apache.org Subject: Re: [VOTE] Release Maven Checkstyle Plugin version 2.7 To: Maven Developers List dev@maven.apache.org Date: Wednesday, August 10, 2011, 3:56 PM Here my +1. Thanks !

Re: [VOTE] Release Maven Checkstyle Plugin version 2.7

2011-08-11 Thread Daniel Kulp
+1 Dan On Thursday, August 11, 2011 9:29:32 AM Olivier Lamy wrote: ping. Thanks ! 2011/8/10 Olivier Lamy ol...@apache.org: Here my +1. Thanks ! 2011/8/8 Olivier Lamy ol...@apache.org: Hi, We solved 6 issues:

Re: [VOTE] Release Maven Checkstyle Plugin version 2.7

2011-08-11 Thread Vincent Siveton
+1 tested Vincent 2011/8/8 Olivier Lamy ol...@apache.org: Hi, We solved 6 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?version=16773styleName=TextprojectId=11127Create=Create Staging repo: https://repository.apache.org/content/repositories/maven-005/ Staging site:

RE: iterating over resources in mojo

2011-08-11 Thread Robert Scholte
See http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/FileUtils.html getFiles(), getFileNames(), getFileAndDirectoryNames() -Robert Date: Thu, 11 Aug 2011 08:02:01 +0200 Subject: Re: iterating over resources in mojo From:

Re: US and UK maven central not in sync?

2011-08-11 Thread Brian Fox
Yes I meant instead of. However to close the loop on this thread, the Eclipse and M1 folders are synced over to the uk mirrors now (actually as of a few days ago) so you should be fine using repo1.maven.org again. On Mon, Aug 8, 2011 at 3:12 PM, Stuart McCulloch mccu...@gmail.com wrote: On 8 Aug

[ANN] Maven Checkstyle Plugin 2.7 Released

2011-08-11 Thread Olivier Lamy
Hi, The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.7. http://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: plugin groupIdorg.apache.maven.plugins/groupId

Re: iterating over resources in mojo

2011-08-11 Thread Bill Shannon
FileUtils.getFiles takes the includes as a comma separated list. Resource.getIncludes returns the includes as a ListString. There seems to be an impedance mismatch here. Do I need to convert the List into a comma separated String? Do I just assume there are no commas in the pattern, or is there

[jira] Subscription: Design Best Practices

2011-08-11 Thread jira
Issue Subscription Filter: Design Best Practices (24 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles https://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques