spdx / cdx2spdx

Utility that converts SBOM documents from CycloneDX to SPDX
Apache License 2.0
27 stars 8 forks source link

add mvn wrapper #10

Closed bhamail closed 2 years ago

bhamail commented 2 years ago

Add maven wrapper goodies. Files were generated using: mvn wrapper:wrapper command. For details, see https://maven.apache.org/wrapper/

After this is merged, any command like mvn * can optionally be replaced with ./mvnw * and a known version of maven will be used (currently 3.8.5 - specified in .mvn/wrapper/maven-wrapper.properties).

goneall commented 2 years ago

Thanks @bhamail