On Tue, Apr 22, 2008 at 4:37 PM, sgargan <[EMAIL PROTECTED]> wrote: > I've been playing around with developing a simple compiler. Its coming along > nicely, but for one thing. The configuration that gets passed to the > compiler instance is great, but not as complete as I would like. Ideally I > would like to have access to the MavenProject object at the compiler level > in order to grab the little bits of extra information I need. I'm wondering > if there is any way to have the complier injected with the Maven project, > similar to how the mojos are injected with dependencies, or via the plexus > container or otherwise?
Would maven-runtime be of use to you? I just noticed it on the Maven-dev list. It sounds like it does something at least similar to what you're asking for. http://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-runtime/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
