Use Active Choices Reactive Parameter Plugin with Maven Metadata Plugin

380 views Asked by At

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".

activech

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?

1

There are 1 answers

5
ben5556 On

I don't think what you want to achieve is possible as all parameters are rendered at once when you start a build.