How do I pass a param (string) from the mvn command line to my test and get
the value of the passed string?
like how do I do something like this:
mvn -Dvideo=island -Dtest=VideoTest clean test
and in the class VideoTest.java extract the value of video (which is
island)?
If there are any concrete examples, it would be appreciated.
thanks
L
--
View this message in context:
http://www.nabble.com/Surefire-question-tf3484362s177.html#a9726926
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]