Re: m2 plugin classpath

2005-12-21 Thread Jesse McConnell
inal Message- > From: Miguel Griffa [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 20, 2005 7:17 PM > To: Maven Developers List > Subject: m2 plugin classpath > > Hi all >I have an m2 plugin that neets to run using classes compiled from the > project. I have add

RE: m2 plugin classpath

2005-12-20 Thread Brian E. Fox
List Subject: m2 plugin classpath Hi all I have an m2 plugin that neets to run using classes compiled from the project. I have added for this @execute phase=compile so the project gets compiled first, but I can't find a way to add the project classpath to the running plugin classpath, I

m2 plugin classpath

2005-12-20 Thread Miguel Griffa
Hi all I have an m2 plugin that neets to run using classes compiled from the project. I have added for this @execute phase=compile so the project gets compiled first, but I can't find a way to add the project classpath to the running plugin classpath, I have considered creating an new jvm or cre