I have just started with Maven today so am still getting up to speed. I have
set up a selenium test in Eclipse, in my test I have baseUrl =
System.getProperty("webdriver.base.url");I then run the test via command line passing in the argument I want the base url to be mvn clean test -Dwebdriver.base.url=http://www.google.com My problem is that I am working on a test where I will need to pass in a lot of arguments and would prefer if I could read them from a properties file instead of having a massive command line argument. Is this possible and can anyone point me to a tutorial so I can set this up? I have read about the mojo properties maven plugin which I have added to my pom.xml but I haven't been able to get it working so far. -- View this message in context: http://maven.40175.n5.nabble.com/Possible-to-have-list-of-systemProperties-in-an-external-file-tp5754193.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
