RJanecek
14 years agoRegular Contributor
set argument from command line to pom
Hi,
am running soap ui from maven, I have one profile where I am setting properties and project. But now I have 10 project and I wanna have just one profile and run it : mvn -P myprofile soapuiproject.xml
in pom I wanna have <projectFile>/tests/argument from command line</projectFile>
Is possible to set arguments from command line to project file ? if yes how
and then another problem, I created my own library which I copy in bin/ext/ but when I wanna run this project from maven it doesn find this library. how should I import it ?
thx
am running soap ui from maven, I have one profile where I am setting properties and project. But now I have 10 project and I wanna have just one profile and run it : mvn -P myprofile soapuiproject.xml
in pom I wanna have <projectFile>/tests/argument from command line</projectFile>
Is possible to set arguments from command line to project file ? if yes how
and then another problem, I created my own library which I copy in bin/ext/ but when I wanna run this project from maven it doesn find this library. how should I import it ?
thx