[fedora-java] xmvn-install and activemq

Mikolaj Izdebski mizdebsk at redhat.com
Mon Jun 9 06:45:50 UTC 2014


On 06/09/2014 08:35 AM, Sam Kottler wrote:
> I'm fixing an issue with ftbfs for activemq against F21 and fixed the
> initial problem (a build-requires name change), but now am hitting an
> issue with xmvn-install. I assume this is the result of more specific
> validation with xmvn 2.0. Does anyone have a pointer on how to fix this?
> 
> https://kojipkgs.fedoraproject.org/work/tasks/3791/7023791/build.log

The build produces an XSD file (org.apache.activemq:activemq-core:xsd).
 The problem is that it's unspecified where and how XSD files should be
installed in Fedora.

You can either:

1) Propose a way of installing XSD files in Fedora and file a RFE for
javapackages-tools to add appropriate configuration.  Then no changes to
activemq will be required.

2) Instruct XMvn to skip automatic installation of XSD and then install
it manually (or not install it at all).  You can disable automatic
installation using %mvn_package macro (see man mvn_package).

3) Skip generation of XSD during build.  This will likely require POM
file modification.

-- 
Mikolaj Izdebski
Software Engineer, Red Hat
IRC: mizdebsk


More information about the java-devel mailing list