Davide Giannella created BUILDS-44:
--------------------------------------
Summary: Change the mvn command line for the oak project
Key: BUILDS-44
URL: https://issues.apache.org/jira/browse/BUILDS-44
Project: Infra Build Platform
Issue Type: Bug
Reporter: Davide Giannella
Currently the buildbots for the Oak project
http://ci.apache.org/builders/oak-trunk/ and
http://ci.apache.org/builders/oak-trunk-win7 run a maven command line
like
{noformat}
mvn clean install -PintegrationTesting
{noformat}
we would like to have it changed by passing a system environment
variable.
The new command line should look then like
{noformat}
mvn clean install -PintegrationTesting -Dfixtures=
{noformat}
(leaving the {{fixtures}} variable as empty).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)