mirror of https://github.com/apache/cloudstack.git
Fixing the gmaven configuration for marvin/pom.xml
For the marvin checkin test custom properties had a typo when run for the *nix environment. Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
887f405ce3
commit
b9f262aa1c
|
|
@ -232,9 +232,13 @@
|
|||
<goal>execute</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<properties>
|
||||
<resolved.user.dir>${user.dir}</resolved.user.dir>
|
||||
<resolved.marvin.config>${marvin.config}</resolved.marvin.config>
|
||||
</properties>
|
||||
<source>
|
||||
pom.properties['resolved.userdir']='${user.dir}'.replace('\','/').replace('D:','/cyg/d');
|
||||
pom.properties['resolved.marvin.config']='${marvin.config}'.replace('\','/').replace('D:','/cyg/d');
|
||||
project.properties['resolved.user.dir']='${user.dir}'.replace('\','/').replace('D:','/cyg/d');
|
||||
project.properties['resolved.marvin.config']='${marvin.config}'.replace('\','/').replace('D:','/cyg/d');
|
||||
</source>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
|||
Loading…
Reference in New Issue