Re: [DISCUSS] Extend Mojo API to allow for resolution of multiple dependency scopes

2009-08-04 Thread Stephen Connolly
2009/8/3 Benjamin Bentmann benjamin.bentm...@udo.edu Brian Fox wrote: Perhaps what is needed is the addition of a few more resolution scope tags that a plugin could ask for. I mean, how many combinations aren't already covered by the existing scopes? If it's small and adding one or two

[DISCUCSS] Make ToolchainManagerPrivate session-aware

2009-08-04 Thread Benjamin Bentmann
Hi, in the interface ToolchainManagerPrivate, i.e. the one used by the maven-toolchain-plugin to setup the toolchains for a build, we currently have the method ToolchainPrivate[] getToolchainsForType( String type ) The impl of this method processes the toolchains.xml. Given the above

Re: [DISCUCSS] Make ToolchainManagerPrivate session-aware

2009-08-04 Thread Milos Kleint
unless the MavenSession can be somehow computed (how?) there's no other way I can see. Milos On Tue, Aug 4, 2009 at 10:49 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, in the interface ToolchainManagerPrivate, i.e. the one used by the maven-toolchain-plugin to setup the

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-04 Thread Brett Porter
On 03/08/2009, at 2:02 PM, Dennis Lundberg wrote: Brett Porter wrote: On 03/08/2009, at 11:23 AM, Vincent Siveton wrote: 2009/8/3 Brett Porter br...@apache.org: I would find that confusing. The filtering is automatic and is just as official... yes but it implies more work when you

Re: [PLEASE TEST] Maven 2.2.1-RC2

2009-08-04 Thread Paul MERLIN
Seems to work nicely, done some releases with it today. /Paul Le mardi 04 août 2009 01:49:15, John Casey a écrit : Hi again, After Brett sorted out some issues that got lost in the source-control mess on my localhost, and I resolved a couple more stragglers that came up as a result of

Re: [DISCUCSS] Make ToolchainManagerPrivate session-aware

2009-08-04 Thread Stephen Connolly
Add an interface public interface MavenSessionAware { public void setMavenSession(MavenSession session); public MavenSession getMavenSession(); } and make the impl additionally implement the MavenSessionAware interface? 2009/8/4 Milos Kleint mkle...@gmail.com unless the MavenSession can

Re: [DISCUCSS] Make ToolchainManagerPrivate session-aware

2009-08-04 Thread Stephen Connolly
If the session has not been injected, then legacy behaviour... if it has, use that one instead 2009/8/4 Stephen Connolly stephen.alan.conno...@gmail.com Add an interface public interface MavenSessionAware { public void setMavenSession(MavenSession session); public MavenSession

Re: [DISCUCSS] Make ToolchainManagerPrivate session-aware

2009-08-04 Thread Benjamin Bentmann
Stephen Connolly wrote: Add an interface public interface MavenSessionAware { public void setMavenSession(MavenSession session); public MavenSession getMavenSession(); } and make the impl additionally implement the MavenSessionAware interface? If you refer to the impl of

Re: [DISCUCSS] Make ToolchainManagerPrivate session-aware

2009-08-04 Thread Stephen Connolly
Ahh ok hmmm that won't work so 2009/8/4 Benjamin Bentmann benjamin.bentm...@udo.edu Stephen Connolly wrote: Add an interface public interface MavenSessionAware { public void setMavenSession(MavenSession session); public MavenSession getMavenSession(); } and make the impl

Status of Generate a sub module from an archetype

2009-08-04 Thread Murali Pottlapelli
Hi All, I see TBD next to Generate a sub module from an archetype at http://maven.apache.org/plugins/maven-archetype-plugin. Is TBD for implementation or documentation? Is it possible to control the files created in a sub-module? Is it also possible to sync the content in the files based on

Maven Changes Plugin - MCHANGES-115

2009-08-04 Thread Karl Heinz Marbaise
Hi, i've taken a look into the issue tracking system and seen that the above entry is open... Based on my searching this depends on updating to Doxia Tools 1.1.1 (1.1 ?) but with the current one 1.0 it would not work... Maybe other issues can be solved with this e.g. MCHANGES-152 seemed to

Maven Changes Plugin - MCHANGES-85

2009-08-04 Thread Karl Heinz Marbaise
Hi, i would like to know if someone is working on that issue ? If not i would like to help on that ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

[VOTE] Maven Repository Plugin 2.2

2009-08-04 Thread John Casey
Hi, We solved 2 issues, and none remain in JIRA: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11250styleName=Textversion=14414 Staging repo: https://repository.apache.org/content/repositories/maven-staging-013 Guide to testing staged releases: