Matt Raible wrote:
> I'm customizing my pom.xml so XML files are available on my classpath
> (at /WEB-INF/*.xml) when testing. My question is (hopefully) simple.
>
> Is it better to use:
<snip/>
I think using "Hard-coded directories" is more "Maven-like", while using
variables is more "Ant-like". I'd stick with the hard-coded directories,
or better yet, use Maven's "stardard directory layout"
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
HTH,
Daniel Serodio
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|