Commit 16ea8c1
committed
Create sources jar from generated code
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.1 parent 5c82d90 commit 16ea8c1
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
213 | 236 | | |
0 commit comments