On Thu, Nov 10, 2022 at 11:51 AM Raivo Rebane <ra...@r-systems.ee> wrote:
> What is the right command ? > Official guide: https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html Some concrete examples: https://gist.github.com/chabala/9127256 As far as what you're doing though, installing javax.xml.bind.jar into your local repo is not a great way to get JAXB to work. You should have a dependency on the publicly available jaxb-api or jakarta.xml.bind-api artifact, and the matching impl. See https://stackoverflow.com/a/52502208/62462