Hello.

I'm developing a small compiler that generates Java source code from
files written in a domain specific language. I'm in the process of
writing a Maven plugin so that this can happen as part of an ordinary
Maven build, but I'm unable to determine how I'm supposed to establish
the convention that source files for this language go in
${project.basedir}/src/main/jpra.

What's the recommended/standard way to set this convention in the plugin
and allow it to be overridden?

M

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to