Closed GoogleCodeExporter closed 9 years ago
Hi pmaslany,
Have you tried using the maven project property: ${basedir}?
This property points to the directory of the pom.xml.
For example:
<configuration>
<file>${basedir}/somefile.txt</file>
...
</configuration>
See: http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide
You can also substitute a separate property for the file and set it when you
run your
build. e.g. mvn package -DfileToReplace=/absolute/path/to/file
I hope this helps, if not, please comment back.
Thanks,
Steven
Original comment by baker.st...@gmail.com
on 30 Nov 2009 at 10:01
[deleted comment]
I will keep this Issue open for another couple days to wait for a response.
If I don't get a response, I will close it.
Original comment by baker.st...@gmail.com
on 1 Dec 2009 at 11:06
Removing issue.
Original comment by baker.st...@gmail.com
on 3 Dec 2009 at 9:43
Original issue reported on code.google.com by
pmasl...@gmail.com
on 30 Nov 2009 at 1:00