RE: Reconfiguring a plugin from within another plugin?

2006-07-06 Thread Russell, Mark
; > if ( o != null && o.getChild( optionName ) != null ) > { > return o.getChild( optionName ).getValue(); > } > } > } > > return defaultValue; > } > =

RE: Reconfiguring a plugin from within another plugin?

2006-07-05 Thread Russell, Mark
To: Maven Developers List Subject: Re: Reconfiguring a plugin from within another plugin? What is your use case? - may be there is another way to do it. Cheers, Rahul Russell, Mark wrote: > Is it possible to reconfigure a plugin from within another plugin? (ie > could a plugin bound to t

Reconfiguring a plugin from within another plugin?

2006-07-05 Thread Russell, Mark
Is it possible to reconfigure a plugin from within another plugin? (ie could a plugin bound to the initialize phase modify the configuration of a plugin bound to the package phase?) If so, how would I do it? MAR

RE: List of components/parameters that a plugin can ask for?

2006-07-05 Thread Russell, Mark
information is there. =) Russell, Mark wrote: > Is there a list anywhere of the components and parameters that a plugin > can ask for (via the @component and @parameter annotations)? > > > > For example the MavenProjectHelper class is requested via @component, > b

List of components/parameters that a plugin can ask for?

2006-07-05 Thread Russell, Mark
Is there a list anywhere of the components and parameters that a plugin can ask for (via the @component and @parameter annotations)? For example the MavenProjectHelper class is requested via @component, but the MavenProject class is requested via @parameter. Is there anyplace I can find a c

Any reason why the ClearCase provider doesn't implement "Add" or "Remove"?

2006-06-29 Thread Russell, Mark
Does anyone know why the ClearCaseScmProvider class doesn't implement the following two methods: AddScmResult add( ScmRepository, ScmFileSet, CommandParameters ) RemoveScmResult add( ScmRepository, ScmFileSet, String ) I did notice that there are what appear to be implementations for thes

RE: [m2] maven-jar-plugin support for manifest sections (patch)

2005-10-13 Thread Russell, Mark
ubject: Re: [m2] maven-jar-plugin support for manifest sections (patch) On Thu, 2005-10-13 at 09:31 -0600, Russell, Mark wrote: > Wasn't real sure where to send this but figured the dev list was the best place to start. Have you seen this: http://people.apache.org/~jvanzyl/maven2/guides/m

FW: Using repositories defined in a profile... question/problem [m2]

2005-10-13 Thread Russell, Mark
riginal Message- From: Russell, Mark [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 1:45 PM To: Maven Users List Subject: RE: Using repositories defined in a profile... question/problem [m2] Anyone have an idea on this? I really do need this for a project I'm working on.

RE: [m2] maven-jar-plugin support for manifest sections (patch)

2005-10-13 Thread Russell, Mark
Note I have created a bug to track this so that it doesn't get lost. The bug is MNG-1202 Mark Russell -Original Message- From: Russell, Mark [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 9:31 AM To: dev@maven.apache.org Subject: [m2] maven-jar-plugin support for man

[m2] maven-jar-plugin support for manifest sections (patch)

2005-10-13 Thread Russell, Mark
Wasn't real sure where to send this but figured the dev list was the best place to start. While working on converting the build process of some of the applications I work on I found that I needed to be able to add sections to the manifest.  Currently the maven-jar-plugin doesn't support this ex