You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/30 21:04:58 UTC

[jira] [Commented] (SM-3174) Use annotations in depends-maven-plugin instead doclets

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

ASF GitHub Bot commented on SM-3174:
------------------------------------

GitHub user mkrizmanic opened a pull request:

    https://github.com/apache/servicemix-maven-plugins/pull/3

    [SM-3174] use annotations in depends-maven-plugin instead doclets

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mkrizmanic/servicemix-maven-plugins SM-3174

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/servicemix-maven-plugins/pull/3.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3
    
----
commit 3c95e367ac035580cf84454ee5cc5d2e6eba54ca
Author: Mario Krizmanic <ma...@gmail.com>
Date:   2016-11-30T21:02:41Z

    [SM-3174] use annotations in depends-maven-plugin instead doclets

----


> Use annotations in depends-maven-plugin instead doclets
> -------------------------------------------------------
>
>                 Key: SM-3174
>                 URL: https://issues.apache.org/jira/browse/SM-3174
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: tooling
>            Reporter: Mario Krizmanic
>
> depends-maven-plugin uses doclet maven instructions. As I'd like to re-use the plugin's mojo in my own plugin, I has to make a reference to the mojo what I am not able because doclets are not included in compiled classes, so my plugin does not see them.
> So, I think the doclets should be changed with the annotations: [1]
> [1] https://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html



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