On 11/18/05, Lee Meador <[EMAIL PROTECTED]> wrote:
> 1) It took me a while to find and load the plugin sources. I found no
> reference in the docs. The page that tells how to build the source does not
> load the plugin source from subversion. Its at:
>
> http://maven.apache.org/guides/development/guide-building-m2.html

My bad - I moved it and haven't gotten to update that page yet.

> Then I just use the <sourceRoot> tag (or <testSourceRoot> for test code) to
> tell maven2 to compile the stuff in the folder that I put in there. I don't
> know if you can put more than one relative path in there. I doubt it but
> don't understand the implications of what's in the java source very well.

Neat. This also needs to be documented, as does the
.dependency.classpath feature and the inclusion of optional task
dependencies inside the plugin tag. Anyone?

> Question: Is there a way to parameterize the folder in that tag so that I
> don't put "target" but put something that will use whatever the build
> directory should be?

${project.build.directory}

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to