Jesse Glick wrote:
I am interested in experimenting with whether a plugin running in Maven 3 and declared as a build extension can *replace* a standard service.
Not possible.
I would like to replace DefaultProjectDependenciesResolver with a variant that behaves specially on certain kinds of dependency artifacts (does not resolve them transitively).
This sounds like something which is usually accomplished by an artifact handler for the dependency type in question which sets includesDependencies=true like for WAR artifacts.
Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
