Fix nar-download in multi-module builds#144
Fix nar-download in multi-module builds#144mr-mbk wants to merge 2 commits intomaven-nar:masterfrom mr-mbk:master
Conversation
|
NAR plugin for Maven » nar-maven-plugin #281 SUCCESS |
|
First of all: thank you for your contribution! From a cursory inspection, it looks correct to me. The only problem I could see is that the I would like to ask one favor, though: I am a little bit picky when it comes to the form of Pull Requests because it makes maintaining the project much, much easier. Imagine that six months down the road, somebody would like to know why we switched to the Also, whenever a bug fix is accompanied by a regression test, it is not only much, much easier to guarantee that the bug will not be reintroduced with future Pull Requests, it is also relatively easy for the occasional reader of the commit history to augment the understanding gained from the rationale of the commit message with a practical example gleaned from the regression test. Therefore, I would like to ask you to modify this Pull Request in the following form:
For steps 1 and 2, I am sure you will find this documentation helpful. Thanks again! |
|
@mr-mbk are you still on it? |
In my multi-module aggregator-based build, I have a shared library NAR.
I would like to incorporate it into one of the other modules (an RPM) by using the nar-download goal.
However, this does not work correctly because nar-download looks for the JAR + NAR in the local repository (rather than in the module's target directory).
I am not certain that this is a universally correct fix, but it does work for me.