How to get all artifacts in reactor?

2009-07-14 Thread Marat Radchenko
Hello, Maven developers. I'm hacking on one Maven plugin and need to get artifacts that are currently present in reactor. Is there any way to get them? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional

[ANN] Maven Checkstyle Plugin 2.3 Released

2009-07-14 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.3 The Checkstyle plugin generates report regarding the code style used by the developers. Important note: This version of the plugin uses Checkstyle 4.4. Version 2.3 will be the last version of Maven

[ANN] Maven Site Plugin 2.0.1 Released

2009-07-14 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Site Plugin, version 2.0.1 The Site Plugin is used to generate a site for the project. http://maven.apache.org/plugins/maven-site-plugin/ You should specify the version in your project's plugin configuration: plugin

[ANN] Maven EJB Plugin 2.2 Released

2009-07-14 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven EJB Plugin, version 2.2 This plugin generates J2EE Enterprise Javabean (EJB) file as well as the associated client jar. http://maven.apache.org/plugins/maven-ejb-plugin/ You should specify the version in your project's plugin

[ANN] Maven Stage Plugin 1.0-alpha-2 Released

2009-07-14 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Stage Plugin, version 1.0-alpha-2 The Maven Stage Plugin copies artifacts from one repository to another. Its main use is for copying artifacts from a staging repository to the real repository.

Maven Ant Task Dependency Documentation Suggestion

2009-07-14 Thread Daniel Roop
Wanted to make a suggestion to update the documentation for the dependency element on http://maven.apache.org/ant-tasks/reference.html#dependencies. It does not list classifier as a valid parameter. I spent a couple hours looking for an alternate way of supplying classifier, and then took about

Re: How to get all artifacts in reactor?

2009-07-14 Thread Benjamin Bentmann
Marat Radchenko wrote: I'm hacking on one Maven plugin and need to get artifacts that are currently present in reactor. Is there any way to get them? You could use ${reactorProjects} to get a ListMavenProject from the reactor injected into your mojo. Iterating over the projects and calling

Releasing MPIR 2.1.2 and dependent projects

2009-07-14 Thread Dennis Lundberg
Hi I'm looking into releasing MPIR 2.1.2, as it was requested by a user and all issues for that version are solved. The current trunk however is dependent on the shared component maven-reporting-impl-2.0.4.2-SNAPSHOT, so I'll have to release that as well. I haven't worked on that component

Re: Releasing MPIR 2.1.2 and dependent projects

2009-07-14 Thread Dennis Lundberg
I forgot to say that I intend to release maven-reporting-impl as version 2.0.5, to get back to our normal form of version numbers. The current trunk version is 2.1-SNAPSHOT. Dennis Lundberg wrote: Hi I'm looking into releasing MPIR 2.1.2, as it was requested by a user and all issues for that

Re: Releasing MPIR 2.1.2 and dependent projects

2009-07-14 Thread Dennis Lundberg
Scratch that, I see the versioning scheme now. It will be 2.0.4.2 because it has Maven 2.0.4 as a prerequisite. Dennis Lundberg wrote: I forgot to say that I intend to release maven-reporting-impl as version 2.0.5, to get back to our normal form of version numbers. The current trunk version is

Re: How to get all artifacts in reactor?

2009-07-14 Thread Marat Radchenko
2009/7/14, Benjamin Bentmann benjamin.bentm...@udo.edu: snip You could use ${reactorProjects} snip Oh! That's the magic thing i was searching for. Thanks! - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For

Re: Releasing MPIR 2.1.2 and dependent projects

2009-07-14 Thread Hervé BOUTEMY
Hi Dennis, +1 for a release thank you Hervé Le mardi 14 juillet 2009, Dennis Lundberg a écrit : Hi I'm looking into releasing MPIR 2.1.2, as it was requested by a user and all issues for that version are solved. The current trunk however is dependent on the shared component

Re: Maven Ant Task Dependency Documentation Suggestion

2009-07-14 Thread Paul Gier
Daniel Roop wrote: Wanted to make a suggestion to update the documentation for the dependency element on http://maven.apache.org/ant-tasks/reference.html#dependencies. It does not list classifier as a valid parameter. I spent a couple hours looking for an alternate way of supplying classifier,

Julia Antonova/Tumlare is out of office.

2009-07-14 Thread Julia Antonova
I will be out of the office starting 15.07.2009 and will not return until 30.07.2009. I have no acces to my mailbox, I will reply to your message upon return. For urgent issues please contact my colleagues: Elena Tonoyan / Administration - elen...@tumlare.com

Hosting (and synching) a maven mirror

2009-07-14 Thread Geoff Clitheroe
Hi, I'm interested in hosting a maven mirror in New Zealand. As far as I know there is not one available in this region. Any comments on this being a good idea? If so what is the preferred method (and source) for creating a mirror and keeping it in sync? I work for http://www.gns.cri.nz and

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Tim O'Brien
FYI, running another mirror is a noble goal, and I'm sure there is a lot of good that could come of finding innovative ways to index, but I did want to let you know that there is already a searchable index that provides a number of tools a way to search by class name, GAV coordinates, etc. Maybe

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Geoff Clitheroe
Hi Tim, On Wed, Jul 15, 2009 at 9:23 AM, Tim O'Brientobr...@discursive.com wrote: FYI, running another mirror is a noble goal, and I'm sure there is a lot of good that could come of finding innovative ways to index, but I did want to let you know that there is already a searchable index that

Re: Julia Antonova/Tumlare is out of office.

2009-07-14 Thread Paul Benedict
History in the making.. again. On Tue, Jul 14, 2009 at 3:11 PM, Julia Antonovajuli...@tumlare.com wrote: I will be out of the office starting  15.07.2009 and will not return until 30.07.2009. I have no acces to my mailbox, I will reply to your message upon return. For urgent issues please

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Brian Fox
On Tue, Jul 14, 2009 at 5:33 PM, Geoff Clitheroeg.clithe...@gmail.com wrote: Hi Tim, On Wed, Jul 15, 2009 at 9:23 AM, Tim O'Brientobr...@discursive.com wrote: FYI, running another mirror is a noble goal, and I'm sure there is a lot of good that could come of finding innovative ways to index,

Re: Releasing MPIR 2.1.2 and dependent projects

2009-07-14 Thread Brett Porter
On 15/07/2009, at 4:31 AM, Dennis Lundberg wrote: Scratch that, I see the versioning scheme now. It will be 2.0.4.2 because it has Maven 2.0.4 as a prerequisite. Since it is more closely tied to Doxia than to Maven (the reporting API is unlikely to change in 2.x), does it make sense to

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Geoff Clitheroe
Hi Brian, This is a good idea. Email / subscribe the repo-maintain...@maven.apache.org list and we can work out the mirror process there. Thanks, I will do. FWIW I followed the info a the end of this page http://maven.apache.org/guides/mini/guide-mirror-settings.html and contacted this

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Brian Fox
On Tue, Jul 14, 2009 at 9:29 PM, Geoff Clitheroeg.clithe...@gmail.com wrote: Hi Brian, This is a good idea. Email / subscribe the repo-maintain...@maven.apache.org list and we can work out the mirror process there. Thanks, I will do.  FWIW I followed the info a the end of this page

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Geoff Clitheroe
Am I missing something?  I'm talking about being able to search for a class name and find which jars contain it.  I tried the search at http://repository.sonatype.org  I searched for 'hibernate-core' and I can see hibernate-core-3.3.1.GA.jar listed.  However, if I search for a class in that