[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to start if upstream source contains pom.xml



Le 20/07/2014 23:20, Andreas Tille a écrit :

> Any idea what I'm doing wrong here?

You have done nothing wrong. This project uses a kind of dependency I
wasn't aware of and I don't think maven-debian-helper handles it
properly. shrinkwrap-bom is imported with a scope 'import', this is new
to me.

To help mh_make you can edit build/pom.xml and remove the dependencies
on shrinkwrap-bom and shrinkwrap-descriptors-bom. Then when mh_make asks
'Include all modules?' you say no and you include everything but the
'bom' module. I successfully completed the process with this trick.

It looks like this project depends heavily on the org.jboss.shrinkwrap
API, you should probably start by packaging it:

https://github.com/shrinkwrap/shrinkwrap

Emmanuel Bourg


Reply to: