#5 ✓resolved
Niklas Koponen

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

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Cerberus is a lightweight and easy-to-use Continuous Builder software for Ruby.

People watching this ticket

Attachments

Pages