Harsha Sri-Narayana wrote:
org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout;
This is an implementation class/component, your plugin should not refer to this directly but rather use something like
/** @component roleHint="default" */ private ArtifactRepositoryLayout defaultLayout; to get hold of it via the interface.
Question) Can somebody point me towards the classes in 3.x which I should be migrating towards to achieve this functionality?
The classes you mentioned should still work in Maven 3.x, if not, please give more details about the actual problems.
Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org