Skip to content

Commit b9f262a

Browse files
author
Prasanna Santhanam
committed
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>
1 parent 887f405 commit b9f262a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

tools/marvin/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,13 @@
232232
<goal>execute</goal>
233233
</goals>
234234
<configuration>
235+
<properties>
236+
<resolved.user.dir>${user.dir}</resolved.user.dir>
237+
<resolved.marvin.config>${marvin.config}</resolved.marvin.config>
238+
</properties>
235239
<source>
236-
pom.properties['resolved.userdir']='${user.dir}'.replace('\','/').replace('D:','/cyg/d');
237-
pom.properties['resolved.marvin.config']='${marvin.config}'.replace('\','/').replace('D:','/cyg/d');
240+
project.properties['resolved.user.dir']='${user.dir}'.replace('\','/').replace('D:','/cyg/d');
241+
project.properties['resolved.marvin.config']='${marvin.config}'.replace('\','/').replace('D:','/cyg/d');
238242
</source>
239243
</configuration>
240244
</execution>

0 commit comments

Comments
 (0)