jena icon indicating copy to clipboard operation
jena copied to clipboard

Address build warnings

Open afs opened this issue 1 year ago • 0 comments

These maven output messages could so with being eliminated, noting as unaddressible, or deciding that they are due to outside of the dependencies.

apache-jena:
[INFO] [WARNING] Parameter 'tarLongFileFormat' is unknown for plugin 'maven-assembly-plugin:3.7.0:single (create-jena-download)'
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- release:3.0.1:perform (default-cli) @ jena ---
[WARNING]  Parameter 'useReleaseProfile' (user property 'useReleaseProfile') is deprecated: The release-profile profile will be removed from future versions of the super POM
CycloneX:
[INFO] [INFO] CycloneDX: Creating BOM version 1.4 with 182 component(s)
[INFO] [INFO] CycloneDX: Writing and validating BOM (XML): /home/afs/ASF/Release/jena/target/checkout/target/jena-5.0.0-bom.xml
[INFO] [INFO]            attaching as jena-5.0.0-cyclonedx.xml
[INFO] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/afs/ASF/Release/jena/target/checkout/target/jena-5.0.0-bom.json
[INFO] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword

afs avatar Mar 16 '24 19:03 afs