fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

Bring back the %add_maven_depmap macro and make it a bit more intelligent #91

Closed fridrich closed 2 years ago

fridrich commented 2 years ago

I know that it is a bit of stretch. This are my patches that bring back the add_maven_depmap macro and make it a bit more intelligent as to generation of runtime dependencies. Not resolving them at compile time, so un-installable packages can happen, but still it is kind of better then not having any dependency generation at all. Added also a %mvn_install_pom that will resolve the pom variables and deps as much as one can and install a simple pom that is then usable with the %add_maven_depmap macro.