Documentation: 1) maven.compile.src.set - documented as part of the java plugin @ http://maven.apache.org/reference/plugins/java/properties.html 2) core property documented in the users guide 3) maven.test.compile.src.set - is NOT documented as part of the test plugin @ http://maven.apache.org/reference/plugins/test/properties.html 4) maven.test.dest - is documented as part of the test plugin @ http://maven.apache.org/reference/plugins/test/properties.html
Looks like only 3 is missing to me, right? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ news <[EMAIL PROTECTED]> wrote on 05/09/2003 12:39:45 AM: > There are a couple properties that I found useful to use in my own plugin. > I have a plugin that I want to generate meta information for all classes > compiled. I conveniently added postGoal entries for "test:compile" and > "java:compile". The properties I needed to leverage were: > > maven.compile.src.set -> the set of Java Source directories > maven.build.dest -> already documented > maven.test.compile.src.set -> the set of Java Test Source directories > maven.test.dest -> the destination where test classes go > > As you can see--only one of those properties is documented in the online > guide. It would be beneficial to at *least* have the maven.test.dest > directory spelled out. If there are preferred ways of specifying the > Java source directory and the Java test source directories over what I > dug up, I would be very happy to know what they are (there were none > documented. The maven.build.src is the root of all the source folders, > not just the src/java folder.). > > > > --------------------------------------------------------------------- > 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]
