Open dpalic opened 3 years ago
workarounded for me by adding the dependency manually to the plugin
<!-- https://mvnrepository.com/artifact/org.knowhowlab.maven.plugins/keepass-maven-plugin -->
<plugin>
<groupId>org.knowhowlab.maven.plugins</groupId>
<artifactId>keepass-maven-plugin</artifactId>
<version>0.4.1</version>
<configuration>
<file>${project.basedir}/accounts.kdbx</file>
</configuration>
<dependencies>
<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.3</version>
</dependency>
</dependencies>
</plugin>
tried to deliver a quick fix for the pom, but sadly it seems to be more complicated.
I would suggest to upgrade to latest libs for the build to get a easier integration for jaxb and so on
maybe this helps: https://stackoverflow.com/questions/50295487/noclassdeffounderror-could-not-initialize-class-com-sun-xml-bind-v2-model-impl
Hi tried to install the keepass plugin, but failing on:
using on ubuntu 18.04