Discussion:
Resolving from the developer workspace
Elliotte Rusty Harold
2018-09-17 12:38:23 UTC
Permalink
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.
--
Elliotte Rusty Harold
***@ibiblio.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@maven.apache.org
For additional commands, e-mail: dev-***@maven.apache.org
Hervé BOUTEMY
2018-09-18 06:51:20 UTC
Permalink
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
Post by Elliotte Rusty Harold
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: dev-***@maven.apache.org
For additional commands, e-mail: dev-***@maven.apache.org

Loading...