Le 25/01/2019 à 21:59, Andreas Tille a écrit : > I remember I need to add libjaxb-java to Build-Depends but this alone > is not the solution for this maven based package. Any hint how to > fix this? You have to patch the pom.xml file to declare the dependency on JAXB (the api, core and runtime artifacts). Maven doesn't pick magically the build dependencies declared in debian/control. Emmanuel Bourg