-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Stefan
>> + <build> >> + <plugins> >> + <plugin> >> + <groupId>com.agilejava.docbkx</groupId> >> + <artifactId>docbkx-maven-plugin</artifactId> >> + <dependencies> >> + <dependency> >> + <groupId>org.docbook</groupId> >> + <artifactId>docbook-xml</artifactId> >> + <version>4.4</version> >> + <scope>runtime</scope> >> + </dependency> > > I just wonder why you include docbook version 4.4? Can't we use 5.0? If you know which mvn binary repository provides the 5.0 version I'm happy to use it. But I haven't found it yet. The only 5.0 stuff I found is a pom.xml without any jars ... Would this be the solution (http://www.mail-archive.com/[email protected]/msg05548.html)? <dependency> <groupId>net.sf.docbook</groupId> <artifactId>docbook-xml</artifactId> <version>5.0-all</version> <classifier>resources</classifier> <type>zip</type> <scope>runtime</scope> </dependency> Thanks Felix -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxgaLAACgkQ2lZVCB08qHEQjgCeLA7TEYbdDdd1uHcuPhytMePp 9k0AniOIXwGKF4//6r/a3E7vCh+9MblO =5Ih8 -----END PGP SIGNATURE-----
