Hello, I am pretty new to maven. Currently I try to run jjtree on a file and pass the result to javacc. Is there a standard way to do this with the javacc-maven-plugin? The default outputDirectory of the jjtree goal is target/generated-sources/jjtree, but javacc is looking for files in src/main/javacc. What is the maven convention in such cases? Should generated files go to target (-> plugins may point to target for input?!) or source in general?
My experiences with Maven are very good up to now. Migrating an old project is a lot simpler than I originally expected. Best regards, Steffen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
