Hi

after loading the pom for a plugin hosted at maven (e.g. maven-jar-plugin) the groupId returns 'maven-jar-plugin' when I look at the plugin's project.xml, it actually belongs to the 'maven' group. I guess the problem is due to the fact that core plugins extend ../plugin-parent/project.xml

I'm working towards a plugin that loads other resources for a plugin from remote_repo/[plugin.groupId]/distributions/

Is there any way to obtain the correct plugin.groupId for maven plugins when loading the plugin's pom as follows:

<maven:pom var="plugin_pom" projectDescriptor="${path_to_plugin_descriptor}"/>

For some future version of maven, is the plan to retain the 'maven' groupId for all plugins hosted by maven?

cheers
Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to