The problem is that next time that cache is rebuilt (e.g. downloading a plugin) if it isn't in MAVEN_HOME/plugins it won't be cached, thus it will stop working.
> -----Original Message----- > From: March, Andres [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 15, 2004 9:46 PM > To: Maven Users List > Subject: RE: Project plugin dependency > > Attempting to download commons-attributes-plugin-2.1alpha.jar. > 3K downloaded > java:compile: > commons-attributes:compile: > [attribute-compiler] Generated attribute information for > 0 classes. Ignored 0 classes. > > > I put it in $MAVEN_REPO/commons-attributes/plugins. > > Seems to work ok but it only gets put in the cache not the > maven/plugins folder. This seems right since the user may > not have write pivs to that folder. > > > -----Original Message----- > > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > > Sent: Sunday, August 15, 2004 12:07 PM > > To: 'Maven Users List' > > Subject: RE: Project plugin dependency > > > > Hi, > > > > Use <type>plugin</type> inside <dependency> tag. It seems > that there's > > a bug with this, could you try it and post your results > > http://jira.codehaus.org/browse/MAVEN-1394? > > > > Regards > > > > Carlos Sanchez > > A Coru�a, Spain > > > > Oness Project > > http://oness.sourceforge.net > > > > > > > -----Original Message----- > > > From: March, Andres [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, August 15, 2004 8:59 PM > > > To: [EMAIL PROTECTED] > > > Subject: Project plugin dependency > > > > > > Does anybody know of a way to specify a dependency on a plugin in > > > your project, so that it downloads the plugin to maven's plugin > > > folder automatically if it does not already exist? > > > > > > > > > > > > ----------------------------------------- > > > > > > Andres March > > > > > > Platform - Apps Engineering > > > > > > Sony Online Entertainment > > > > > > desk: 858.577.3373 > > > > > > cell: 619.519.1519 > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
