Commit 79a87bf
Explicitly declare bundled artifacts (#1321)
* Explicitly declare bundled artifacts
Do not allow additions to the bundled dependencies without a change to
the list of bundledArtifacts. Avoid the mistakes made in the past when
a new transitive dependency was inadvertently added to the plugin and
bundled into the hpi / jpi file.
Draft until the release of pull request:
* jenkinsci/maven-hpi-plugin#771
Testing done:
Confirmed that compilation passes and a single test passes. Rely on
ci.jenkins.io for more complete testing
* Use parent pom 5.22 with strictBundledArtifacts
---------
Co-authored-by: git-client-user <git-client-user@example.com>1 parent 62c3398 commit 79a87bf
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments