You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ciaran Treanor <ci...@capetechnologies.com> on 2003/02/26 10:16:09 UTC

Adding ${user.home} to the classpath

Hi,
Can anyone tell me if there is a way to tell Maven to add
${user.home} to it's classpath. The reason I ask is that
I have a custom log4j.properties and a hibernate.properties
in my home directory for unit testing purposes and I'd
like Maven to add ${user.home} to the classpath so that
these files are found when running nightly builds.

Is there any way of adding ${user.home} to the classpath?
Maybe in maven.xml?

Thanks a million,
ct