You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2012/11/09 16:54:11 UTC

[jira] [Created] (AMQ-4169) correct maven-X-plugin naming to respect convention

Gary Tully created AMQ-4169:
-------------------------------

             Summary: correct maven-X-plugin naming to respect convention
                 Key: AMQ-4169
                 URL: https://issues.apache.org/jira/browse/AMQ-4169
             Project: ActiveMQ
          Issue Type: Improvement
    Affects Versions: 5.7.0
            Reporter: Gary Tully
             Fix For: 5.8.0


maven is barfing at out plugin naming.
{code}
[INFO] 
[INFO] --- maven-plugin-plugin:3.1:descriptor (default-descriptor) @ maven-activemq-plugin ---
[ERROR] 

Artifact Ids of the format maven-___-plugin are reserved for 
plugins in the Group Id org.apache.maven.plugins
Please change your artifactId to the format ___-maven-plugin
In the future this error will break the build.
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (AMQ-4169) correct maven-X-plugin naming to respect convention

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-4169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-4169.
-------------------------------

    Resolution: Fixed
      Assignee: Timothy Bish

Fixed on trunk, updated some wiki pages, but probably didn't find all the doco pages. 
                
> correct maven-X-plugin naming to respect convention
> ---------------------------------------------------
>
>                 Key: AMQ-4169
>                 URL: https://issues.apache.org/jira/browse/AMQ-4169
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.7.0
>            Reporter: Gary Tully
>            Assignee: Timothy Bish
>              Labels: maven
>             Fix For: 5.8.0
>
>
> maven is barfing at out plugin naming.
> {code}
> [INFO] 
> [INFO] --- maven-plugin-plugin:3.1:descriptor (default-descriptor) @ maven-activemq-plugin ---
> [ERROR] 
> Artifact Ids of the format maven-___-plugin are reserved for 
> plugins in the Group Id org.apache.maven.plugins
> Please change your artifactId to the format ___-maven-plugin
> In the future this error will break the build.
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira