Commit 4a44967
authored
Make UBER jar as the default jar (#553)
The build process produces the following artifacts in the target directory:
- Shaded uber JAR (default): ${project.artifactId}-${project.version}.jar
- Thin JAR without dependencies: ${project.artifactId}-${project.version}-thin.jar
- Test JAR containing test classes: ${project.artifactId}-${project.version}-tests.jar
- Sources JAR (when 'release' profile is active): ${project.artifactId}-${project.version}-sources.jar
- Javadoc JAR (when 'release' profile is active): ${project.artifactId}-${project.version}-javadoc.jar1 parent ebf6c71 commit 4a44967
1 file changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
227 | 234 | | |
228 | 235 | | |
229 | 236 | | |
| |||
240 | 247 | | |
241 | 248 | | |
242 | 249 | | |
243 | | - | |
| 250 | + | |
244 | 251 | | |
245 | 252 | | |
246 | 253 | | |
247 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
248 | 258 | | |
249 | 259 | | |
| 260 | + | |
250 | 261 | | |
251 | 262 | | |
252 | 263 | | |
| |||
377 | 388 | | |
378 | 389 | | |
379 | 390 | | |
| 391 | + | |
380 | 392 | | |
381 | | - | |
382 | | - | |
| 393 | + | |
383 | 394 | | |
384 | 395 | | |
385 | 396 | | |
| |||
0 commit comments