Hello,
I shouldn't reply to my own comments - however, I've found out more about the conf dirs, and I'd like it to be documented on the Maven web site:
./conf is used from some plugins, e.g. the jar manifest is expected here (using ${maven.conf.dir}, of course).
src/conf is therefore for app-only data.
The differences are sometime very marginal, as of course one will sometimes have to edit e.g. the manifest file.
It'd be very fine, if someone could document all the GenApp templates (not only list them). Sometimes it will help to understand one simple template, if there are docs for a more complicated one. I've understood the default template only after having a look at the complex template: I've seen the various conf dirs, then I began to understand.
Kind regards
Peter
Peter Nabbefeld schrieb:
Dion Gillard schrieb:
maven.conf.dir = ${basedir}/conf
Hmm, looks strange to me: While the conf directory is created in the src folder, the property points to the project root. Is there probably some purpose for an additional conf directory in the root dir? Or should the GenApp plugin create a project.properties file with an entry for ${maven.conf.dir} to point to src/conf?
Kind regards
Peter
On Sat, 31 Jul 2004 23:29:11 +0200, Peter Nabbefeld <[EMAIL PROTECTED]> wrote:
Hello,
what is the default value for ${maven.conf.dir}? Due to http://maven.apache.org/reference/user-guide.html#Behavioural_Properties it is ${basedir}/conf, but at http://maven.apache.org/reference/user-guide.html#Starting_a_New_Project there is a tree structure ${basedir}/src/conf, generated by the GenApp plugin, so I'd expect this to be the value of ${maven.conf.dir}. What is the correct value?
Kind regards
Peter Nabbefeld
--------------------------------------------------------------------- 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]
