Replies: 1 comment
-
|
Moved to GH-676. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Binary plugins will almost always have OS and CPU specific builds per target platform. The name of the target OS and platform are usually encoded in the binary name or the Maven classifier.
This can be problematic for users to ensure their builds remain cross-platform-compatible, since the scheme used to name the OS and CPU are not standardised and can have wildly different representations. For example:
The proposal is to add a configuration block to plugins that allows a user to supply a custom mapping of conditions to "template" a URL or Maven artifact based upon the platform or any other Maven properties that are defined.
This could take many forms, but one example could be:
Other alternatives include:
Beta Was this translation helpful? Give feedback.
All reactions