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:
Prasanna Santhanam 2013-05-07 17:06:15 +05:30
parent 887f405ce3
commit b9f262aa1c
1 changed files with 6 additions and 2 deletions

View File

@ -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>