checkAttribute( artifactId, "artifactId" );
PluginManager manager = getMavenContext().getMavenSession().getPluginManager();
try
{
manager.uninstallPlugin( artifactId );
}
catch ( IOException e )
{
throw new JellyTagException( "error uninstalling plugin", e );
}