mustangproject icon indicating copy to clipboard operation
mustangproject copied to clipboard

issue 262 - bundle library jar without all dependencies

Open jarhan-pro opened this issue 2 years ago • 2 comments

Allow to bundle the library jar without all the dependencies and to use it in another application. see https://github.com/ZUGFeRD/mustangproject/issues/262#issuecomment-1110062727

jarhan-pro avatar Jun 15 '22 10:06 jarhan-pro

Just a small question, if I merge this, how do I get a shaded version?

jstaerk avatar Jun 20 '22 07:06 jstaerk

When you will push to maven central, it will publish both jar. If you want to use the shaded version, you can import it with : <dependency> <groupId>org.mustangproject</groupId> <artifactId>library</artifactId> <version>2.0.3</version> <classifier>shaded</classifier> </dependency>

jarhan-pro avatar Jun 20 '22 12:06 jarhan-pro