You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by br...@codehaus.org on 2004/05/16 04:05:15 UTC

Maven AspectJ plugin 3.0 released

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-plugin-3.0.jar
         

Have fun!
-The maven team
      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven AspectJ plugin 3.0 released

Posted by "Charles N. Harvey III" <ch...@alloy.com>.
Clearing the cache didn't work either.  Still getting the old one.
I'm wondering (and I bet everyone else is too) how this is even possible
since the version I am getting was never released.


Charlie


Charles N. Harvey III wrote:

> [charvey@nyrhdev ~/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:charlieh@alloy.com]
>>> 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
>>>
>>>
>>> brett@codehaus.org 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-plugin-3.0.jar
>>>   
>>>
>>>> Have fun!
>>>> -The maven team
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: users-help@maven.apache.org
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>     
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>   
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
>>  
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Maven AspectJ plugin 3.0 released

Posted by Vincent Massol <vm...@pivolis.com>.
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:charlieh@alloy.com]
> Sent: 17 May 2004 22:27
> To: Maven Users List
> Subject: Re: Maven AspectJ plugin 3.0 released
> 
> [charvey@nyrhdev ~/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:charlieh@alloy.com]
> >>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
> >>
> >>
> >>brett@codehaus.org 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-plugin-3.0.ja
r
> >>
> >>
> >>>Have fun!
> >>>-The maven team
> >>>
> >>>
>
>>>---------------------------------------------------------------------
> >>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >>>For additional commands, e-mail: users-help@maven.apache.org
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
>
>>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >>For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven AspectJ plugin 3.0 released

Posted by "Charles N. Harvey III" <ch...@alloy.com>.
[charvey@nyrhdev ~/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:charlieh@alloy.com]
>>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
>>
>>
>>brett@codehaus.org 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-plugin-3.0.jar
>>    
>>
>>>Have fun!
>>>-The maven team
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>>
>>>
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>    
>>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven AspectJ plugin 3.0 released

Posted by "Charles N. Harvey III" <ch...@alloy.com>.
How weird.  I did exactly what was instructed in the e-mail.

maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=3.0

And I got a slightly older version.  I'll try again and see if
it makes any difference.


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:charlieh@alloy.com]
>>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
>>
>>
>>brett@codehaus.org 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-plugin-3.0.jar
>>    
>>
>>>Have fun!
>>>-The maven team
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>>
>>>
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>    
>>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Maven AspectJ plugin 3.0 released

Posted by Vincent Massol <vm...@pivolis.com>.
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:charlieh@alloy.com]
> 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
> 
> 
> brett@codehaus.org 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-plugin-3.0.jar
> >
> >
> >Have fun!
> >-The maven team
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven AspectJ plugin 3.0 released

Posted by "Charles N. Harvey III" <ch...@alloy.com>.
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


brett@codehaus.org 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-plugin-3.0.jar
>         
>
>Have fun!
>-The maven team
>      
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org