chrisdchristo / capsule-maven-plugin

Capsule Maven Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement unpack and wildchars in dependencySet

balbusm opened this issue · comments

DependencySet has property unpack to determine if dependency should be unpacked or not. Could you implement this feature?
Please also implement wildchars for include tag, so multiple files can be added at once.
When include is not specified whole dependency should go into jar.
I think include should work on packed and unpacked file.
Reference https://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_dependencySet

yeah can do that

See v1.0.5 & the readme.

Essentially, you can now copy over the whole file (such as jar dependency) to the capsule - so you could use this to manipulate the built capsules to include your desired dependencies as requested in #44.

There is also the unpack feature which at the moment currently only works with file types of jar.

The wild chars implementation will come later.

Done the wildcard for *. Coming in 1.5.1.