Navigating from MavenProject to the live plugins

2010-11-23 Thread Benson Margulies
It seems as if model().getPlugins() gets the plugins declared in the current project's model. No shock. How would I ask, rather, what plugins are configured in this project or its parents? I realize that I'm on the edge of a much more complex question involving effective pom and profiles, but I hav

Re: [VOTE] Release Maven Indexer version 3.1.0

2010-11-23 Thread Ralph Goers
On Nov 23, 2010, at 11:06 AM, Brian Demers wrote: > Hi, > > This is the initial release after moving the indexer to apache. Also > included in this staging repo are changes to the apache parent pom > which changes the gpg-plugin version to 1.1, and an additional > assembly descriptor to (optiona

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Stephen Connolly
+1 - Stephen --- Sent from my Android phone, so random spelling mistakes are a direct result of using swype to type on the screen On 23 Nov 2010 11:18, "Benjamin Bentmann" wrote: Hi, 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the real thing. We solved 21 issues si

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Ralph Goers
+1 Works fine on my projects. On Nov 23, 2010, at 3:18 AM, Benjamin Bentmann wrote: > Hi, > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the > real thing. > > We solved 21 issues since 3.0: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=1

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread John Casey
+1 On 11/23/10 6:18 AM, Benjamin Bentmann wrote: Hi, 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the real thing. We solved 21 issues since 3.0: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16331 There are still a couple of issues left in

Re: [VOTE] Release Maven Indexer version 3.1.0

2010-11-23 Thread Jesse Glick
On 11/23/2010 03:08 PM, Jesse Glick wrote: Not exactly a blocking issue for 3.1.0, since as a workaround I can always avoid getWagonResourceFetcher and find the right Wagon myself Specifically: new WagonHelper.WagonFetcher(plexusContainer.lookup(Wagon.class, URI.create(repositoryUrl).getSchem

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Kristian Rosenvold
+1 Kristian - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven Indexer version 3.1.0

2010-11-23 Thread Jesse Glick
On 11/23/2010 02:06 PM, Brian Demers wrote: Staging repo: https://repository.apache.org/content/groups/maven_promotion-010/ Ironically enough, the index for this repo seems to be broken. :-) https://repository.apache.org/index.html#view-repositories;maven_promotion-010~browseindex gives a 500

Re: [VOTE] Release Maven Indexer version 3.1.0

2010-11-23 Thread Jesse Glick
Why does WagonHelper.getWagonResourceFetcher work with only http? Seems rather arbitrary, especially as there seems to be a separate role hint for https, which is by no means an exotic corner case. Would seem better to restore the older and more generic code that used WagonManager.getWagon. Or i

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Jesse Glick
Non-binding +1; seems to be working fine in NetBeans development builds. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Mark Struberg
+1 LieGrue, strub --- On Tue, 11/23/10, Benjamin Bentmann wrote: > From: Benjamin Bentmann > Subject: [VOTE] Release Apache Maven 3.0.1 > To: "Maven Developers List" > Date: Tuesday, November 23, 2010, 11:18 AM > Hi, > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. > So let's d

[VOTE] Release Maven Indexer version 3.1.0

2010-11-23 Thread Brian Demers
Hi, This is the initial release after moving the indexer to apache. Also included in this staging repo are changes to the apache parent pom which changes the gpg-plugin version to 1.1, and an additional assembly descriptor to (optionally) create source zips and tars. Included in this staging rep

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Baptiste MATHUS
+1 (non-binding) 2010/11/23 Igor Fedorenko > +1. > > Both Tycho and m2e work as expected. > > -- > Regards, > Igor > > > On 10-11-23 06:18 AM, Benjamin Bentmann wrote: > >> Hi, >> >> 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do >> the real thing. >> >> We solved 21 issu

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Igor Fedorenko
+1. Both Tycho and m2e work as expected. -- Regards, Igor On 10-11-23 06:18 AM, Benjamin Bentmann wrote: Hi, 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the real thing. We solved 21 issues since 3.0: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&

Re: svn commit: r1038139 - in /maven/resources/trunk/apache-source-release-assembly-descriptor: ./ src/main/resources/assemblies/ src/test/java/org/apache/its/

2010-11-23 Thread Brian Demers
Done! On Tue, Nov 23, 2010 at 9:48 AM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Hi Brian, > > Author: bdemers >> Date: Tue Nov 23 14:35:06 2010 >> New Revision: 1038139 >> >> URL: http://svn.apache.org/viewvc?rev=1038139&view=rev >> Log: >> Adding a zip and tar source assembly, so

Re: svn commit: r1038139 - in /maven/resources/trunk/apache-source-release-assembly-descriptor: ./ src/main/resources/assemblies/ src/test/java/org/apache/its/

2010-11-23 Thread Benjamin Bentmann
Hi Brian, Author: bdemers Date: Tue Nov 23 14:35:06 2010 New Revision: 1038139 URL: http://svn.apache.org/viewvc?rev=1038139&view=rev Log: Adding a zip and tar source assembly, some apache projects need zips and tars for source distributions Added: maven/resources/trunk/apache-source-re

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Arnaud Héritier
+1 Arnaud Héritier aherit...@apache.org On Nov 23, 2010, at 12:18 PM, Benjamin Bentmann wrote: > Hi, > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the > real thing. > > We solved 21 issues since 3.0: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=105

PlugIn Development - Multiple Call

2010-11-23 Thread Karl Heinz Marbaise
Hi to all, i have a question concerning the Plugin Developement... Currently i would like to check if my plugin will be called a second time within a multimodule build I've found the solution in the buildnumber plugin, but i would like to know if there exists a better solution ? May be

Re: Evaluate expressions in a plugin

2010-11-23 Thread Costin Caraivan
Thanks for the reply, just for reference, I was looking right now at 3 different solutions for the same problem: 1. The enforcer plugin: EnforcerRuleHelper -> http://svn.apache.org/viewvc/maven/enforcer/tags/enforcer-1.0/enforcer-api/src/main/java/org/apache/maven/enforcer/rule/api/EnforcerRuleHe

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Evgeny Mandrikov
+1 On Tue, Nov 23, 2010 at 16:56, Stuart McCulloch wrote: > On 23 November 2010 11:18, Benjamin Bentmann >wrote: > > > Hi, > > > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do > the > > real thing. > > > > We solved 21 issues since 3.0: > > > > > http://jira.codehaus.o

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Stuart McCulloch
On 23 November 2010 11:18, Benjamin Bentmann wrote: > Hi, > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the > real thing. > > We solved 21 issues since 3.0: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16331 > > There are still a couple

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Jason van Zyl
+1 Works for the builds of the projects I'm working on. On Nov 23, 2010, at 6:18 AM, Benjamin Bentmann wrote: > Hi, > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the > real thing. > > We solved 21 issues since 3.0: > http://jira.codehaus.org/secure/ReleaseNote.jsp

Re: Evaluate expressions in a plugin

2010-11-23 Thread Vincent Siveton
All expressions should be proceed by Maven. FYI Maven uses plexus-interpolation inside. At glance: RegexBasedInterpolator interpolator = new RegexBasedInterpolator(); interpolator.addValueSource( new PropertiesBasedValueSource( System.getProperties() ) ); interpolator.interpolate( myString ); HTH

Evaluate expressions in a plugin

2010-11-23 Thread Costin Caraivan
Hello, Is there a simple way to evaluate expressions in a custom Maven 2 plugin? The plugin I'm writing now tries to parse some string which may contain Maven 2 expressions, and I'd like to use Maven 2's mechanisms for filtering/interpolating/replacing these properties. I've looked a bit through

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Daniel Kulp
+1 Dan On Tuesday 23 November 2010 6:18:15 am Benjamin Bentmann wrote: > Hi, > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do > the real thing. > > We solved 21 issues since 3.0: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16 > 331 > >

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Tamás Cservenák
+1 On Tue, Nov 23, 2010 at 12:23 PM, chemit wrote: > On Tue, 23 Nov 2010 12:18:15 +0100 > Benjamin Bentmann wrote: > > +1 (non binding) > > thanks. > > > Hi, > > > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's > > do the real thing. > > > > We solved 21 issues since 3.0

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread chemit
On Tue, 23 Nov 2010 12:18:15 +0100 Benjamin Bentmann wrote: +1 (non binding) thanks. > Hi, > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's > do the real thing. > > We solved 21 issues since 3.0: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&versio

[VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Benjamin Bentmann
Hi, 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the real thing. We solved 21 issues since 3.0: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16331 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNaviga

Re: [VOTE] Release Maven Doxia Tools shared component version 1.3

2010-11-23 Thread Vincent Siveton
+1 Vincent 2010/11/21 Dennis Lundberg : > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=16051 > > There are still no issues left in JIRA! > > Staging repo: > https://repository.apache.org/content/repositories/maven-019/ > > S