You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, this is used here with the value of the IRepository.PROP_COMPRESSED property.
This property's documentation only mentioned that the repository metadata is compressed, not how it is (jar vs xz) compressed.
I would expect either the documentation to mention that compression can be achieved through .jar and .xz, or only one of them. Usages such as SimpleArtifactRepository.getActualLocation should then adhere to this definition
The text was updated successfully, but these errors were encountered:
SimpleArtifactRepository.getActualLocation with the
compress
flag set to true will only look for a.jar
file.For example, this is used here with the value of the
IRepository.PROP_COMPRESSED
property.This property's documentation only mentioned that the repository metadata is compressed, not how it is (jar vs xz) compressed.
I would expect either the documentation to mention that compression can be achieved through
.jar
and.xz
, or only one of them. Usages such asSimpleArtifactRepository.getActualLocation
should then adhere to this definitionThe text was updated successfully, but these errors were encountered: