Relative Content

Tag Archive for javamavendependencies

Use Dependency of Dependency in Maven

Our code base has several projects in it, and many of them share similar or identical dependencies, specifically Spring Boot and several Jakarta libraries, ex:

java/maven: make source code available in jar including SOME dependencies

for the users of my project (java/maven), I want to make the source code available in a downloadable zip (which also contains the executable jar). The idea is to have a standard jar file containing the source code of the project. The source code is for reference and checking (it’s scientific work).