lburgazzoli / gradle-karaf-plugin

Apache License 2.0
21 stars 13 forks source link

Fixed Issue #65 - KAR generation with dependency classifiers. #67

Closed realPyR3X closed 5 years ago

lburgazzoli commented 5 years ago

can you add a test ?

realPyR3X commented 5 years ago

I'm not sure how to work with your test harness -- there was a simple error in the copy when copying a dependency to the exploded directory (it did not account for the classifier). This pull request just adds that check in there and updates accordingly.

realPyR3X commented 5 years ago

On second thought a test may be just what we need. Now if there is no classifier it will just append a '-'. I'll fix.