<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-plugin.version}</version>
<configuration>
<skipDescriptor>false</skipDescriptor>
</configuration>
Saludos Cordiales desde EEUU
Martín
______________________________________________
Por favor no altere ni interrumpir este communicacion...Gracias
> Subject: Re: updating plugin configuration
> From: [email protected]
> Date: Tue, 8 Jan 2013 10:43:55 -0500
> To: [email protected]
>
> I've checked the plugin configuration I'm modifying and it seems to be ok.
> I've even modified the plugin configuration in the current project and
> execution project. Still not working. I don't want to have to execute the
> plugin mojo directly. I want the build system to do it.
>
> I just want to dynamically tweak a plugin's configuration with another
> plugin... or perhaps there's something else I need to write? Any ideas?
>
>
> On Jan 8, 2013, at 5:42 AM, Marcos Mendez wrote:
>
> > Is it possible to alter a plugin's configuration before it executes? I'm
> > writing a plugin that checks the build plugins for the current maven
> > project and updates their Xpp3Dom configuration (plugin.setConfiguration).
> > The new configuration seems to be correct, but it is not used.
> >
> > For example, I'm adding some manifest entries to the bundle plugin. My
> > plugin is running in the initialize phase.
> >
> > Anything I could be missing or something else I need to do?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>