I want to add ability to teamcity user specify several maven goals for build configuration.
Sample of maven syntax for several goals is
mvn clean package
goals separated by space
How to specify space as separator in teamcity multiple value separator. It seems configuration webform trims user input values.