You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new module cf-java-logging-support-servlet-jakarta copies
the code of cf-java-logging-servlet and adjusts it to Jakarta
dependencies instead of javax. Since the Maven Sources Plugin
generates its jars way before the code generation, no sources jar
is created. Publishing to Maven Central requires a sources jar.
Users also want to have the code when debugging into the library.
Switching the Maven phase of the sources plugin creates the desired
artefact.
0 commit comments