I used Active Choices Reactive Parameter for a selection menu which includes "Snapshots" and "Releases". And also used maven metadata plugin for list maven artifacts. There are two artifact types which are "Snapshots" and "Releases".
Now, my requirement is when I selected "Snapshots" from drop-down menu of Active Choices should only active and display "SELECT_SNAPSHOTS_VERSION" section. "SELECT_RELEASES_VERSION" must be hide and inactive. Can we use Active Choices Parameter Plugin with Maven Metadata Plugin to do this?
I don't think what you want to achieve is possible as all parameters are rendered at once when you start a build.