spring-attic / bomr

Command-line tool for creating and updating a Maven bom
32 stars 5 forks source link

Verify bom using coordinates #1

Open snicoll opened 6 years ago

snicoll commented 6 years ago

I naively invoked bomr with the following command

./bomr.jar verify org.glassfish.jersey:jersey-bom:2.27

Expecting it to download a bom to check that it is valid. Maybe I didn't get what validate does (I want to make that sure all artifacts defined in that bom exists). If that's a valid use case, it would be nice to be able to verify external boms without downloading them manually from Maven Central first.