On 08/11/06, Marc Prud'hommeaux <[EMAIL PROTECTED]> wrote:
Do you happen to know if it is possible to access the MavenProject instance globally (e.g., via a static method or a System property)? If so, I could probably embed a beanshell script within the antrun plugin to add the artifacts to the project.
Unfortunately not. This is something we need to improve (not so much having it statically available, but making it possible but to have access to the project from the build). For now, you can use this plugin: http://mojo.codehaus.org/build-helper-maven-plugin/howto.html (see bottom of page). - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
