Uses of Interface
org.apache.maven.internal.impl.resolver.MavenWorkspaceReader
Packages that use MavenWorkspaceReader
-
Uses of MavenWorkspaceReader in org.apache.maven
Classes in org.apache.maven that implement MavenWorkspaceReaderModifier and TypeClassDescription(package private) class
An implementation of a workspace reader that knows how to search the Maven reactor for artifacts, either as packaged jar if it has been built, or only compile output directory if packaging hasn't happened yet. -
Uses of MavenWorkspaceReader in org.apache.maven.resolver
Classes in org.apache.maven.resolver that implement MavenWorkspaceReaderModifier and TypeClassDescriptionclass
A maven workspace reader that delegates to a chain of other readers, effectively aggregating their contents.