Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement unpack and wildchars in dependencySet #41

Closed
balbusm opened this issue Feb 25, 2016 · 3 comments
Closed

Implement unpack and wildchars in dependencySet #41

balbusm opened this issue Feb 25, 2016 · 3 comments

Comments

@balbusm
Copy link

balbusm commented Feb 25, 2016

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

@chrisdchristo
Copy link
Owner

yeah can do that

@chrisdchristo
Copy link
Owner

chrisdchristo commented Mar 10, 2016

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.

@chrisdchristo
Copy link
Owner

Done the wildcard for *. Coming in 1.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants