maven-hpi-plugin
maven-hpi-plugin copied to clipboard
Maven plugin for building Jenkins plugins
Currently this plugin bundles all `compile`-scoped dependencies whose trail does not include a plugin in `WEB-INF/lib/*.jar`. #140 / #172 / #192 shows that there are subtleties here. #130 at least...
Looking at sources I noticed that a lot of mojo parameters and helper methods were defined in an unnecessarily high superclass (used only in a specific subclass). Trying to push...
With https://github.com/jenkinsci/maven-hpi-plugin/pull/537, the build stability was restored by opting-out of the "ACP" (Artifact Caching Proxy) system on ci.jenkins.io. The (integration) tests failures are rooted into the resulting settings.xml passed to...
Our Maven build contains the following warning: > Artifact IDs of the format `maven-___-plugin` are reserved for plugins in the group ID `org.apache.maven.plugins`. Please change your artifact ID to the...
Tamás Cservenák recommends we get rid of `org.apache.maven.shared.dependency.graph.DependencyGraphBuilder` (`maven-dependency-tree`). While not officially deprecated (yet), this suffers from same issues as all other legacy/maven2 things (e.g., `maven-artifact-transfer`), (mis)uses project building request...
Launchable wants commit hashes for every component of a build, so fish this information out of the POMs of the dynamically resolved test dependency tree and massage the information in...
https://issues.jenkins.io/browse/JENKINS-70329 Check if the resolved `the.hpl` from `/Users/xxx/.jenkins-hpl-map` are contained within the current maven root project. If not, logs a WARN instead of an INFO. - [x] Make sure you...
Update dependencies in `pom.xml` and adjust imports.
Bumps `maven-resolver.version` from 1.9.21 to 2.0.0. Updates `org.apache.maven.resolver:maven-resolver-api` from 1.9.21 to 2.0.0 Release notes Sourced from org.apache.maven.resolver:maven-resolver-api's releases. 2.0.0 Release Notes - Maven Resolver - Version 2.0.0 ... (truncated) Commits...
Bumps [org.kohsuke.stapler:stapler-groovy](https://github.com/jenkinsci/stapler) from 1872.ve203fa_6b_b_98d to 1881.vd39f3ee5c629. Release notes Sourced from org.kohsuke.stapler:stapler-groovy's releases. 1881.vd39f3ee5c629 🚀 New features and improvements Delegate compression to servlet container (#557) @basil 1880.vb_6d94a_3b_05db_ 👻 Maintenance Miscellaneous code...