'Can we use multiple goals for maven build task in VSTS
I am new & exploring VSTS, I am working on a java application. In Build task, I am using Maven job. In maven tasks---> Goal(s) I want to give multiple goals for one single maven task. Is this possible? if I want to achieve multiple goals what I have to do? can someone help me with that?
Thank you
Solution 1:[1]
I would just separate them by spaces in the usual Maven manner, like clean install.
Solution 2:[2]
It can be achieved this way by passing multiple parameters, also it can be used with parameters as well for test-related tasks:
goals: clean package test -DsuiteXmlFile=src/test/resources/xmls/${{parameters.TestXMLs}}
Solution 3:[3]
yeah just use space goals: 'clean install package'
Solution 4:[4]
You can't prevent IE from showing that popup and allow it to use ActiveX or Javascript programmatically. Just like the first comment saying, if you can do that programmatically, that means any app can control your computer which is unsafe.
These settings can only be configured by the user or administrator of the computer in IE Security Settings.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | J Fabian Meier |
| Solution 2 | Sritaj Patel |
| Solution 3 | ashish bhardwaj |
| Solution 4 | Yu Zhou |

