Hi Elliotte, In Maven, this workspace is mapped to the Maven reactor: see MavenWorkspaceReader interface [1] in maven-resolver-provider and ReactorReader implementation [2] in maven-core, which is package private then not visible in javadoc... In other tools, this workspace feature could be mapped to local tool feature (like Eclipse Workspace in Eclipse)
Regards, Hervé [1] https://maven.apache.org/ref/current/maven-resolver-provider/apidocs/org/apache/maven/repository/internal/MavenWorkspaceReader.html [2] https://maven.apache.org/ref/3.5.4/maven-core/xref/org/apache/maven/ReactorReader.html Le lundi 17 septembre 2018, 14:38:23 CEST Elliotte Rusty Harold a écrit : > The home page for the Maven Artifact resolver says, "Maven Artifact > Resolver deals with the specification of local repository, remote > repository, developer workspaces, artifact transports and artifact > resolution." > > However I can find no further information about how one configures it > to read from the developer workspace as opposed to a local or remote > repository. Does anyone have an example of this working or some hints > as to how this might work? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
