Carsten Ziegeler wrote:
Stephen McConnell
Ok, I don't understand why e.g. ${basedir}/src/test is used for test classesIn merlin/project.xml there is this resource include under the utittests defintion
<resource> <directory>${maven.conf.dir}</directory> <includes> <include>**/*.properties</include> </includes> </resource>
The variable ${maven.conf.dir} referes to ${basedir}/conf - at least it does in beta-9. It this statement that appears to be ignored.
and ${maven.conf.dir} for the conf directory. Wouldn't it be better to use
the same expression and change it to ${basedir}/conf?
I tend to use ${basedir}/conf for resources to include in the final artifact. Resources I want included in test I generally seperate out into a test/conf.
Stephen.
Carsten
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
Sent via James running under Merlin as an NT service. http://avalon.apache.org/sandbox/merlin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
