Possibility to define system properties in maven 2 builder
Reported by Niklas Koponen | March 11th, 2009 @ 06:59 AM
In our project we have the need to define system properties for our integration tests which are run with maven. The patch attached makes this possible. The system properties are defined as follows:
builder:
type: maven2
maven2:
task: clean install
system_properties:
browser: '*firefox /usr/lib/iceweasel/firefox-bin'
another_property: test
This results in
mvn -Dbrowser="*firefox /usr/lib/iceweasel/firefox-bin" -Danother_property="test" clean install
Comments and changes to this ticket
-
Craig March 12th, 2009 @ 01:04 PM
- Assigned user set to Craig
-
Craig May 22nd, 2009 @ 11:24 AM
- State changed from new to resolved
patch has been added.
please confirm this is working fine now with maven2
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.