Re: java: building interdependent artifacts with maven

2018-12-30 Thread Andrej Shadura
Hi Andrius, On Wed, 12 Dec 2018 at 10:30, Andrius Merkys wrote: > I am preparing a package for apache-opennlp [1]. Building it results in six > artifacts, one of them, > org.apache.opennlp:opennlp-morfologik-addon:jar:1.9.0, depends on another > artifact

Re: java: building interdependent artifacts with maven

2018-12-30 Thread Andrius Merkys
Hi Andrej, I have seen your e-mail regarding morfologik, but I am not sure whether our issues are the same, though. In my case if I install the built opennlp-tools binary deb package, I am later able to build it with the opennlp-morfologik-addon successfully. (I could of course split them into

java: building interdependent artifacts with maven

2018-12-12 Thread Andrius Merkys
Dear Mentors, I am preparing a package for apache-opennlp [1]. Building it results in six artifacts, one of them, org.apache.opennlp:opennlp-morfologik-addon:jar:1.9.0, depends on another artifact org.apache.opennlp:opennlp-tools:jar:debian which is built before the former. However,