You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2011/04/20 11:48:05 UTC

[jira] [Created] (TUSCANY-3861) All the Tuscany Maven plugins have the wrong name

All the Tuscany Maven plugins have the wrong name
-------------------------------------------------

                 Key: TUSCANY-3861
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3861
             Project: Tuscany
          Issue Type: Bug
            Reporter: ant elder


The convention for naming Maven plugins is to use the format <project>-<funtion>-plugin, the Tuscany plugins use the prefix "maven" which by convention is reserved for plugins from the Maven project. So for example the maven-tuscany-plugin and maven-bundle-plugin should be named tuscany-maven-plugin and tuscany-bundle-plugin.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Updated] (TUSCANY-3861) All the Tuscany Maven plugins have the wrong name

Posted by ant elder <an...@gmail.com>.
On Mon, May 23, 2011 at 10:59 AM, Simon Laws <si...@googlemail.com>wrote:

> On Mon, May 23, 2011 at 10:27 AM, ant elder (JIRA)
> <de...@tuscany.apache.org> wrote:
> >
> >     [
> https://issues.apache.org/jira/browse/TUSCANY-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
> >
> > ant elder updated TUSCANY-3861:
> > -------------------------------
> >
> >    Priority: Critical  (was: Major)
> >
> > Raising priority as Maven have now changed their code to disallow any
> plugin named maven-* thats not in the org.apache.maven groupid. This will
> make Tuscany unbuildable on the latest Maven releases.
> >
> >> All the Tuscany Maven plugins have the wrong name
> >> -------------------------------------------------
> >>
> >>                 Key: TUSCANY-3861
> >>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3861
> >>             Project: Tuscany
> >>          Issue Type: Bug
> >>            Reporter: ant elder
> >>            Priority: Critical
> >>
> >> The convention for naming Maven plugins is to use the format
> <project>-<funtion>-plugin, the Tuscany plugins use the prefix "maven" which
> by convention is reserved for plugins from the Maven project. So for example
> the maven-tuscany-plugin and maven-bundle-plugin should be named
> tuscany-maven-plugin and tuscany-bundle-plugin.
> >
> > --
> > This message is automatically generated by JIRA.
> > For more information on JIRA, see:
> http://www.atlassian.com/software/jira
> >
>
> Sounds like it should be under 2.0 also.
>
>
Yep definitely. I've just change the Tuscany plugin, but the others will
require doing plugin releases. I'll get to those eventually but if anyone
else wants to help then feel welcome to just jump in.

   ...ant

Re: [jira] [Updated] (TUSCANY-3861) All the Tuscany Maven plugins have the wrong name

Posted by Simon Laws <si...@googlemail.com>.
On Mon, May 23, 2011 at 10:27 AM, ant elder (JIRA)
<de...@tuscany.apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/TUSCANY-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> ant elder updated TUSCANY-3861:
> -------------------------------
>
>    Priority: Critical  (was: Major)
>
> Raising priority as Maven have now changed their code to disallow any plugin named maven-* thats not in the org.apache.maven groupid. This will make Tuscany unbuildable on the latest Maven releases.
>
>> All the Tuscany Maven plugins have the wrong name
>> -------------------------------------------------
>>
>>                 Key: TUSCANY-3861
>>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3861
>>             Project: Tuscany
>>          Issue Type: Bug
>>            Reporter: ant elder
>>            Priority: Critical
>>
>> The convention for naming Maven plugins is to use the format <project>-<funtion>-plugin, the Tuscany plugins use the prefix "maven" which by convention is reserved for plugins from the Maven project. So for example the maven-tuscany-plugin and maven-bundle-plugin should be named tuscany-maven-plugin and tuscany-bundle-plugin.
>
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>

Sounds like it should be under 2.0 also.

Simon


-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com

[jira] [Closed] (TUSCANY-3861) All the Tuscany Maven plugins have the wrong name

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder closed TUSCANY-3861.
------------------------------

    Resolution: Fixed

The bundle plugin and the tuscany plugin have both now been released with the new names and Tuscany trunk code updated to use them.

> All the Tuscany Maven plugins have the wrong name
> -------------------------------------------------
>
>                 Key: TUSCANY-3861
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3861
>             Project: Tuscany
>          Issue Type: Bug
>            Reporter: ant elder
>            Priority: Critical
>
> The convention for naming Maven plugins is to use the format <project>-<funtion>-plugin, the Tuscany plugins use the prefix "maven" which by convention is reserved for plugins from the Maven project. So for example the maven-tuscany-plugin and maven-bundle-plugin should be named tuscany-maven-plugin and tuscany-bundle-plugin.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TUSCANY-3861) All the Tuscany Maven plugins have the wrong name

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder updated TUSCANY-3861:
-------------------------------

    Priority: Critical  (was: Major)

Raising priority as Maven have now changed their code to disallow any plugin named maven-* thats not in the org.apache.maven groupid. This will make Tuscany unbuildable on the latest Maven releases.

> All the Tuscany Maven plugins have the wrong name
> -------------------------------------------------
>
>                 Key: TUSCANY-3861
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3861
>             Project: Tuscany
>          Issue Type: Bug
>            Reporter: ant elder
>            Priority: Critical
>
> The convention for naming Maven plugins is to use the format <project>-<funtion>-plugin, the Tuscany plugins use the prefix "maven" which by convention is reserved for plugins from the Maven project. So for example the maven-tuscany-plugin and maven-bundle-plugin should be named tuscany-maven-plugin and tuscany-bundle-plugin.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira