2008/8/27 Julien CARSIQUE <[EMAIL PROTECTED]>: > Our implementation rely on > org.apache.maven.artifact.resolver.ArtifactResolver.resolve() > Is there a reason why default implementation do not look up to from attached > artifacts on project ?
The artifact code doesn't have any awareness of the Maven project. It might be a useful enhancement in the future to have a helper to do what you are proposing though. >> BTW, the group ID for your nuxeo plugin should probably be something >> other than o.a.m.plugins to avoid confusion. >> > > Sure, it will. > Reason is historical, because of an old maven bug (solved I guess?) and the > need to be able running simple commands like "mvn nuxeo:anything ...". That's still the case - it will work as long as the plugin is declared in the POM, or if the group it uses is in the user's settings, but otherwise there is no way for Maven to know how to resolve it. Cheers, Brett -- Brett Porter Blog: http://blogs.exist.com/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
