I think the version in $MAVEN_HOME/plugins gets deleted as is shown below. What probably happened was that you have built to your local repository using "3.0" as the version instead of bumping the project.xml to "3.0-SNAPSHOT", so you are keeping an old version you've built in the local repo. Try removing it from there.
- Brett > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 18 May 2004 6:39 AM > To: 'Maven Users List'; [EMAIL PROTECTED] > Subject: RE: Maven AspectJ plugin 3.0 released > > > It works fine for me. I believe you have an old version in > your MAVENHOME/plugins directory. You need to remove it. > > -Vincent > > > -----Original Message----- > > From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] > > Sent: 17 May 2004 22:27 > > To: Maven Users List > > Subject: Re: Maven AspectJ plugin 3.0 released > > > > [EMAIL PROTECTED] ~/projects/pcu2] maven plugin:download > -DgroupId=maven > > -DartifactId=maven-aspectj-plugin -Dversion=3.0 > > __ __ > > | \/ |__ _Apache__ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > > > > build:start: > > > > plugin:download-artifact: > > > > plugin:download: > > [delete] Deleting 1 files from /code/utils/maven/plugins > > [delete] Deleting 13 files from /home/charvey/.maven/plugins > > [delete] Deleted 2 directories from /home/charvey/.maven/plugins > > [copy] Copying 1 file to /code/utils/maven/plugins > > BUILD SUCCESSFUL > > Total time: 2 seconds > > Finished at: Mon May 17 16:36:03 EDT 2004 > > > > > > I checked the plugins directory and the > maven-plugin-aspectj directory > > was gone. Which is what is supposed to happen. Then when I run > > maven:aspectj > for > > the first > > time the directory gets created. > > > > And when I look at the plugin.jelly file, it is the old > version. But > > not the "old" version (the last release), but the first > patch Carlos > > submitted. > > > > Maybe its a cache thing. I'll try again. :) > > > > > > Charlie > > > > > > Vincent Massol wrote: > > > > >Hi Charles, > > > > > >I'm puzzled by your comment. I've just downloaded the > version 3.0 of > the > > >plugin to make sure I had applied the patches correctly > and there are > > >only 3 goals in there and the properties are weaveInto and > weaveWith... > > > > > >Could you please tell us where exactly you have seen this problem? > > > > > >Thanks > > >-Vincent > > > > > > > > > > > >>-----Original Message----- > > >>From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] > > >>Sent: 17 May 2004 22:04 > > >>To: Maven Users List > > >>Subject: Re: Maven AspectJ plugin 3.0 released > > >> > > >>Not to sound strange here, but Carlos and I slimmed down that > > >> > > >> > > >plugin.jelly > > > > > > > > >>file much more than what was released. What happened? The only > goals > > >> > > >> > > >we > > > > > > > > >>left in there were: aspectj, aspectj:init and aspectj:compile. > > >> > > >>We got rid of the rest of them because they didn't make > sense. And > we > > >>changed the aspectj:compile goal to use "weaveInto" and > "weaveWith". > > >> > > >> > > >The > > > > > > > > >>downloaded file is "weave" and "weaveWith". > > >> > > >>Did the wrong file get plugged into the plugin? > > >> > > >>Just curious, that's all. > > >> > > >> > > >>Charlie > > >> > > >> > > >>[EMAIL PROTECTED] wrote: > > >> > > >> > > >> > > >>>The maven team is pleased to announce the Maven AspectJ > Plugin 3.0 > > >>> > > >>> > > >>release! > > >> > > >> > > >>>http://maven.apache.org/reference/plugins/aspectj/ > > >>> > > >>> > > >>> > > >>>Changes in this version include: > > >>> > > >>> New Features: > > >>> > > >>>o Added new maven.aspectj.forkand maven.aspectj.maxmemproperties. > > >>> > > >>> > > >Issue: > > > > > > > > >>> MPASPECTJ-9. Thanks to Carlos Sanchez. > > >>> > > >>> Changes: > > >>> > > >>>o Another almost complete rewrite of the plugin. The > plugin is now > > >>> > > >>> > > >using > > > > > > > > >>> AspectJ 1.2rc1 and allows weaving at class level (instead of at > jar > > >>> > > >>> > > >>level > > >> > > >> > > >>> which was a bad idea introduced in version 2.0 of the > plugin). It > > >>> > > >>> > > >also > > > > > > > > >>> supports weaving of dependent libraries. Issue: MPASPECTJ-8. > Thanks > > >>> > > >>> > > >to > > > > > > > > >>> Carlos Sanchez. > > >>> > > >>>To automatically install the plugin, type the following > on a single > > >>> > > >>> > > >line: > > > > > > > > >>>maven plugin:download > > >>> -DgroupId=maven > > >>> -DartifactId=maven-aspectj-plugin > > >>> -Dversion=3.0 > > >>> > > >>>For a manual installation, you can download the plugin here: > > >>> > > >>> > > > >>http://www.ibiblio.org/maven/maven/plugins/maven-aspectj-plu > gin-3.0.ja > r > > >> > > >> > > >>>Have fun! > > >>>-The maven team > > >>> > > >>> > > > >>>----------------------------------------------------------- > ---------- > > >>>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] > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > 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] >
