chains-project / maven-lockfile

Lockfiles for Maven. Pin your dependencies. Build with integrity.
MIT License
30 stars 9 forks source link

add support for platform artifacts #204

Open MartinWitt opened 1 year ago

MartinWitt commented 1 year ago

Here we collect the information about the problems with plattform artifacts:

According to Stackoverflow we could define with https://stackoverflow.com/questions/6762271/how-to-use-platform-architecture-in-maven-to-determine-dependency that we assume we are the given arch for the lockfile

monperrus commented 1 year ago

We will add the platform metadata if the dependency is platform dependent

monperrus commented 1 year ago

fail if integrity checking is done on a different platform

platform is defined by OS and processor.