And why project.basedir and not just ${basedir}?
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>always</forkMode>
<systemPropertyVariables>
<bt.root>${bt.root.location}</bt.root>
<bt.arch>${env.JUG_BT_ARCH}</bt.arch>
</systemPropertyVariables>
<environmentVariables>
<LD_LIBRARY_PATH>${bt.libdir}</LD_LIBRARY_PATH>
<DYLD_LIBRARY_PATH>${bt.libdir}</DYLD_LIBRARY_PATH>
</environmentVariables>
</configuration>
</plugin>
On Wed, Feb 9, 2011 at 11:23 PM, Wayne Fay <[email protected]> wrote:
>> <configuration>
>> <data>${project.basedir}/src/test/data</data>
>> </configuration>
>
> What makes you think that is the right way to do it? Doesn't seem like
> you read the documentation about system properties and Surefire.
>
> http://maven.apache.org/plugins/maven-surefire-plugin/examples/system-properties.html
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]