microsoft / vsts-nexus

VSTS Build Extension for integration with Sonatype Nexus
MIT License
12 stars 17 forks source link

Packaging input should be a drop-down with set options #3

Closed davidstaheli closed 8 years ago

davidstaheli commented 8 years ago

The "Packaging" input is a free-text field. This presents 2 problems:

  1. It would be easy for someone to enter an unsupported value
  2. Nexus looks to only support set values: pom, jar, ejb, war, ear, rar, par, maven-archetype, or maven-plugin We should make this field a drop-down with set options to make it less-fragile.
jasholl commented 8 years ago

The packaging actually is free form on nexus; "pom, jar, ejb, war, ear, rar, par, maven-archetype, or maven-plugin" is a list of prepopulated suggestions, but are not required.