Releases: chrisdchristo/capsule-maven-plugin
Releases · chrisdchristo/capsule-maven-plugin
1.0.4
- Repositories entry now appears in fat capsules (bug)
- Added the
resolve
flag to indicate whether the capsule should download dependencies at runtime.
1.0.3
- Added feature to exclude dependencies marked
<optional>true</optional>
.
1.0.2
- Fixes support for 1.0.1 version of capsule
- Fixes caplets description for repo caplets
1.0.1
1.0.0
0.10.8
- Support for Capsule v1.0.0
- Can exclude certain dependencies in the fat jar by marking the scope
provided
.
0.10.7
- Fixed building of empty and thin capsules
- Now adds Premain-Class: Capsule to manifest by default.
- Supports Capsule v1.0
0.10.6
Adapted to use the MavenProjectHelper.attachArtifact
Declares the built capsules (empty, thin and fat) to maven as artifacts to install or deploy as capsule-empty, capsule-thin and capsule-fat respectively.
0.10.5
- Reverted back to java7
0.10.4
- Added support for assembly style dependencySets.