You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/12/11 06:05:00 UTC

[jira] [Commented] (MRESOLVER-307) Support listing of workspace artifacts

    [ https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645725#comment-17645725 ] 

ASF GitHub Bot commented on MRESOLVER-307:
------------------------------------------

laeubi opened a new pull request, #230:
URL: https://github.com/apache/maven-resolver/pull/230

   Add support for listing artifacts a `WorkspaceReader` know about. 
   See https://issues.apache.org/jira/browse/MRESOLVER-307
   
   Currently the build fails because of an incompatibility:
   > There is at least one incompatibility:
   > org.eclipse.aether.repository.WorkspaceReader.listArtifacts():METHOD_NEW_DEFAULT
   
   As `WorkspaceReader` is a very specialized class and there is a default implementation I won't expect much problems but I'm not sure how to handle this here. Maybe it would be better to even not default implement it to make consumers aware of the new method? Any guidance would be appreciated.




> Support listing of workspace artifacts
> --------------------------------------
>
>                 Key: MRESOLVER-307
>                 URL: https://issues.apache.org/jira/browse/MRESOLVER-307
>             Project: Maven Resolver
>          Issue Type: Improvement
>            Reporter: Christoph Läubrich
>            Priority: Major
>
> Currently the WorkspaceReader has a way to list versions or resolve the file for an artifact, but there is no way of really get a list of workspace artifacts itself.
> The javadoc states:
> {quote}Manages a repository backed by the IDE workspace, a build session or a similar ad-hoc collection of artifacts.{quote}
> so the goal is to have a way getting hold of the "collection of artifacts" this Workspacereader manages.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)