I missed on to ask for:
@Component
private RepositorySystem repository;
can't find an equivalent in the evaluation area?
Kind regards
Karl-Heinz Marbaise
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For a
Hi Jason,
> Easiest way I know of is using Aether directly:
https://github.com/eclipse/aether-demo/blob/master/aether-demo-snippets/src/main/java/org/eclipse/aether/examples/FindAvailableVersions.java
This is predicated on their being intact Maven metadata for that
particular artifact, which
Easiest way I know of is using Aether directly:
https://github.com/eclipse/aether-demo/blob/master/aether-demo-snippets/src/main/java/org/eclipse/aether/examples/FindAvailableVersions.java
This is predicated on their being intact Maven metadata for that particular
artifact, which is in turn pred
Hi,
i have the following code which should resolve an artifact given GAV etc.
so far so good...
/**
* The project currently being build.
*/
@Parameter( defaultValue = "${project}" )
private MavenProject mavenProject;
/**
* The current Maven session.
*/
@Pa