No description
Find a file
2025-07-31 17:04:01 +02:00
src rudimentary reporting 2025-07-31 17:04:01 +02:00
tests rudimentary reporting 2025-07-31 17:04:01 +02:00
.gitignore exclude rustrover files 2025-07-23 12:52:30 +02:00
Cargo.lock rudimentary reporting 2025-07-31 17:04:01 +02:00
Cargo.toml rudimentary reporting 2025-07-31 17:04:01 +02:00
Dockerfile added comments and rustdoc 2025-07-25 12:54:22 +02:00
README.md added comments and rustdoc 2025-07-25 12:54:22 +02:00
TODO.md added comments and rustdoc 2025-07-25 12:54:22 +02:00

currently implementing in rust:

  • V a sax parser to read xml files (and existing xml binding in rust has trouble reading maven properties)
  • V a dom parser to get a generic xml representation
  • V a pom reader to get a maven specific representation
  • V to find out what dependencies you have
  • try default localRepository ~/.m2/repository
  • load settings.xml
  • search dependency in localRepository
  • download dependency from remote repo's

Why rust and not a maven plugin?

  • faster
  • more challenges
  • run it in docker as a separate step