Skip to content

Releases: chrisdchristo/capsule-maven-plugin

1.0.4

29 Feb 09:11
Compare
Choose a tag to compare
  • 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

15 Feb 07:15
Compare
Choose a tag to compare
  • Added feature to exclude dependencies marked <optional>true</optional>.

1.0.2

04 Feb 08:55
Compare
Choose a tag to compare
  • Fixes support for 1.0.1 version of capsule
  • Fixes caplets description for repo caplets

1.0.1

01 Feb 03:31
Compare
Choose a tag to compare
  • Support for Capsule v1.0.1.
  • Fixes issue #28

1.0.0

09 Dec 06:32
Compare
Choose a tag to compare

-Added transitive dependency flag
-Upgraded to latest maven version dependencies
-Specific default Capsule version used instead of latest
-Empty System Properties fix
-Exec plugin arguments mapping fix

Fixes #31 #30 #29 #28

0.10.8

17 Sep 06:20
Compare
Choose a tag to compare
  • Support for Capsule v1.0.0
  • Can exclude certain dependencies in the fat jar by marking the scope provided.

0.10.7

16 Sep 03:28
Compare
Choose a tag to compare
  • Fixed building of empty and thin capsules
  • Now adds Premain-Class: Capsule to manifest by default.
  • Supports Capsule v1.0

0.10.6

05 Aug 09:32
Compare
Choose a tag to compare

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

31 Aug 03:20
Compare
Choose a tag to compare
  • Reverted back to java7

0.10.4

28 May 12:10
Compare
Choose a tag to compare
  • Added support for assembly style dependencySets.