RE: Accesing dependency of another plugin

2004-05-31 Thread Carlos Sanchez
[EMAIL PROTECTED] > Sent: Monday, May 31, 2004 10:26 PM > To: 'Maven Developers List' > Subject: RE: Accesing dependency of another plugin > > Hi Carlos, > > Why don't you add junit as a dependency of the aspectj plugin? > > Thanks > -Vincent >

RE: Accesing dependency of another plugin

2004-05-31 Thread Vincent Massol
Hi Carlos, Why don't you add junit as a dependency of the aspectj plugin? Thanks -Vincent > -Original Message- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: 31 May 2004 18:35 > To: 'Maven Developers List' > Subject: Accesing dependency of an

Accesing dependency of another plugin

2004-05-31 Thread Carlos Sanchez
Hi, I'm developing the AspectJ plugin and I'd like to get the junit dependency path from the junit plugin in order to compile test classes, so I tried this ${pom.getPluginContext('maven-test-plugin').getDependencyPath('junit')} and of course failed. I checked MavenJellyContext and found nothing