[ 
https://issues.apache.org/jira/browse/MNG-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15482818#comment-15482818
 ] 

Stuart McCulloch commented on MNG-6084:
---------------------------------------

Note: any mojos which have {{@PreDestroy}} methods will be disposed as soon as 
they're done (Maven tells the container about this explicitly in 
DefaultMavenPluginManager.java line 759) whereas leftover components which have 
{{@PreDestroy}} methods will be disposed at the end of the build. (The next 
container release should be more aggressive about disposing of non-mojo 
components.)

> Support JSR250 annotations
> --------------------------
>
>                 Key: MNG-6084
>                 URL: https://issues.apache.org/jira/browse/MNG-6084
>             Project: Maven
>          Issue Type: New Feature
>          Components: core
>    Affects Versions: 3.3.9
>            Reporter: Dan Tran
>
> JSR330 ( @Named, @Singeton, etc) currently supported for plugin development.  
> Would like to see JSR250 as well(@PostConstruct, etc)
> Detail discussion is at  
> http://maven.40175.n5.nabble.com/Maven-Plugin-and-JSR330-td5879508.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to