Re: Compiler Plugin Extension

2006-11-23 Thread franz see
: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Compiler-Plugin-Extension-tf2682273s177.html#a7517180 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Compiler Plugin Extension

2006-11-22 Thread Markus Wolf
You can always add dependencies directly to the plugin node, but this assumes that you have the artifacts available in your repo. thats no opinion, because there are no artifacts available (but I could possibly create some...) I've seen that the maven-eclipse-plugin in the snapshot could

Re: Compiler Plugin Extension

2006-11-22 Thread Wayne Fay
I was simply suggesting along these lines: project build plugins plugin ... dependencies dependency ... /dependency /dependencies /plugin /plugins /build /project This allows you to attach an artifact directly to a plugin used

Compiler Plugin Extension

2006-11-21 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Group, is there a way for a custom plugin to add some internal dependencies to the compiler classpath which are not available as maven plugins? In other words is there an API to dynamically add external jars to the compiler classpath? Thanks for

Re: Compiler Plugin Extension

2006-11-21 Thread Wayne Fay
You can always add dependencies directly to the plugin node, but this assumes that you have the artifacts available in your repo. You're going to need to provide more information about these external jars, I think, for us to help you much. Wayne On 11/21/06, Markus Wolf [EMAIL PROTECTED]

Re: Compiler Plugin Extension

2006-11-21 Thread Markus Wolf
Hi, You can always add dependencies directly to the plugin node, but this assumes that you have the artifacts available in your repo. thats no opinion, because there are no artifacts available (but I could possibly create some...) You're going to need to provide more information about these