Artifact types#18
Conversation
|
I'm not opposed to this change, though we're scope creeping what Do you have some examples to reference as a use-case? I'm not clear on which projects this would be used by? |
|
I'm more than happy to pull out the common elements for plugin and library into a "buildCommon" which is called by buildPlugin/buildLibrary if that is a more desired approach. One "plugin" that uses jar artifacts is publish-over-plugin, which is not really a plugin, but a common library for the other publish-over-XXX plugins. |
|
Another example are Jenkins Modules, which are packaged as JARs. Since #6 has been rejected (mostly my bad), right now we use |
|
Here is another example where the build fails because no hpi file is found. At least we should use the parameter |
This adds the ability for people to define the artifact types that should be archived. Some "plugins" are actually libraries and generate jar files instead of jpi or hpi.