> So your code would be like:
> /*...@parameter default-value="${warSourceDirectory}" */
> private File warSourceDir;

Hmm actually that's not entirely correct... you may want to just
inject ${project} and dig through it to find the configuration you are
trying to access.

If you fired this up in an IDE and ran your plugin, you could inspect
the MavenProject and find the proper object path to the directory
you're looking for.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to