mustangproject
mustangproject copied to clipboard
issue 262 - bundle library jar without all dependencies
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
Just a small question, if I merge this, how do I get a shaded version?
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>