GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java
Don't rely on internal MavenRepositorySystemUtils
Abierto
p3
Tech Debt
- Lenguaje dominante
- Java
- Estrellas
- 163
- Forks
- 80
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Option 1: If you need a RepositorySystemSession, best seems to be creating a
MavenExecutionRequest, and then `container.lookup(DefaultRepositorySystemSessionFactory.class).newRepositorySession(mavenRequest)`. This is what's used both by Eclipse m2e and LemMinX-Maven
Option 2: see how
https://github.com/simpligility/maven-repository-tools/tree/master/maven-repository-provisioner
does it
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.