I am looking for / into a simple way for a stanadlone program to download from maven, parse the pom in a limited manner at least for finding the listed versions and maybe list dependencies and artifacts
does anybody know if such a thing exists already or do i have to construct it from scratch?
d
Dominaezzz
08/05/2019, 8:39 PM
The application or a library to build such an application?
a
alex
08/06/2019, 9:06 AM
mvn dependency:tree
?
n
Nikky
08/07/2019, 10:55 AM
@Dominaezzz a library to do such a thing
Nikky
08/07/2019, 10:57 AM
@alex and that does what? as far as i can see i now need to parse just another format, except i also depend on a binary to be installed and that i can call out to shell and record the response
Nikky
08/07/2019, 10:58 AM
for now i hacked the minimum required features together by hardcoding paths and parsing the maven-metadata xml