The Javadoc for the platforms parameter in ReleaseMojo.java only lists four platforms (MAC_OSX, WINDOWS_64, LINUX_64, LINUX_32), but the vendor release API supports many more including LINUX_ARM64, MAC_ARM64, LINUX_RISCV64, etc.
Changes needed
Update the <ul> list in the platforms field Javadoc to include all currently supported platforms.
Related
The Javadoc for the
platformsparameter inReleaseMojo.javaonly lists four platforms (MAC_OSX, WINDOWS_64, LINUX_64, LINUX_32), but the vendor release API supports many more including LINUX_ARM64, MAC_ARM64, LINUX_RISCV64, etc.Changes needed
Update the
<ul>list in theplatformsfield Javadoc to include all currently supported platforms.Related