Hi,

I'm working on a Maven plugin[0] that interacts with the maven plugin API v3.3.3.

The problem I'm encountering is that of these[1] two dependencies, the former is resolved as a belonging to a RemoteRepository, whereas the latter (the test-jar) to a WorkspaceRepository.

I don't understand why that is. Both are hosted on a remote Maven repo.

Is there something intrinsic in the test-jar type, or the test scope, that causes the ArtifactDescriptorResult.getRepository()[2] method to return objects of different classes?

Thanks!
Lorenzo

[0]: https://github.com/ttuegel/mvn2nix-maven-plugin/tree/resolve-local-to-remote-repository [1]: https://github.com/kframework/k/blob/ad751f6c82cd2368cb5a9a33edbb91f8a0a1eea7/java-backend/pom.xml#L23-L34 [2]: https://github.com/ttuegel/mvn2nix-maven-plugin/blob/resolve-local-to-remote-repository/src/main/java/org/nixos/mvn2nix/Mvn2NixMojo.java#L472

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to