You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Alan D. Cabrera" <li...@toolazydogs.com> on 2010/03/09 19:43:30 UTC

Re: Aries doesn't build... and ARIES-230

My understanding is that there is a technical veto on this change.   
More specifically the proper name of the plugin should be eba-maven- 
plugin and *not* maven-eba-plugin.


Regards,
Alan


On Mar 9, 2010, at 8:11 AM, Jeremy Hughes wrote:

> Graham just renamed the plugin to fall in line with other plugins. So
> it is no longer called eba-maven-plugin. There is a snapshot of the
> plugin deployed to the snapshot repo so it should be picked up.
> However, you can work around this by first building the parent top
> level module then build the maven-eba-plugin module. Then you can go
> back to the top level and build everything.
>
> Cheers,
> Jeremy
>
> On 9 March 2010 15:33, David Bosschaert <da...@gmail.com>  
> wrote:
>> I just created a fresh new Aries checkout today but it fails to  
>> build:
>> [INFO]  
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]  
>> ------------------------------------------------------------------------
>> [INFO] The plugin 'org.apache.aries:maven-eba-plugin' does not  
>> exist or no valid
>>  version could be found
>>
>> I also see that Hudson's been red for a number of days:
>> http://hudson.zones.apache.org/hudson/view/Aries/
>>
>> Whats going on?
>>
>> David
>>


Re: Aries doesn't build... and ARIES-230

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
On Mar 9, 2010, at 1:41 PM, Jeremy Hughes wrote:

> If so could you justify why
> you think it should be eba-maven-plugin and not maven-eba-plugin. We
> have maven-bundle-plugin, maven-jar-plugin, maven-zip-plugin and
> maven-assembly-plugin for collecting files up into an archive. An eba
> is an archive too and calling it maven-eba-plugin would seem to
> exactly follow the precedent already set.

 From the mojo-dev group:

> On Mar 9, 2010, at 1:48 PM, Dennis Lundberg wrote:
>
>> Here at Mojo we use $name-maven-plugin to distinguish our plugins  
>> from
>> the plugins that come from the Maven project.
>>
>> On 2010-03-09 22:43, Alan D. Cabrera wrote:
>>> What's the standard naming convention?
>>>


View this message in context: http://old.nabble.com/maven-%24name-plugin-or-%24name-maven-plugin-artifactId-tp27842424p27842580.html


Re: Aries doesn't build... and ARIES-230

Posted by Graham Charters <gc...@googlemail.com>.
I've added a comment to the Jira requesting more info on the guidance
that David mentions.  All I could find was information describing how
to create a plugin that follows that convention and the fact that both
naming conventions are used by maven.

Regards, Graham.

On 9 March 2010 21:46, Jeremy Hughes <hu...@apache.org> wrote:
> OK, I've caught up with my mail. I see David Jenck's objection on ARIES-230.
>
> Cheers,
> Jeremy
>
> On 9 March 2010 21:41, Jeremy Hughes <hu...@apache.org> wrote:
>> On 9 March 2010 18:43, Alan D. Cabrera <li...@toolazydogs.com> wrote:
>>> My understanding is that there is a technical veto on this change.  More
>>> specifically the proper name of the plugin should be eba-maven-plugin and
>>> *not* maven-eba-plugin.
>>
>> Are you saying that you veto this change? If so could you justify why
>> you think it should be eba-maven-plugin and not maven-eba-plugin. We
>> have maven-bundle-plugin, maven-jar-plugin, maven-zip-plugin and
>> maven-assembly-plugin for collecting files up into an archive. An eba
>> is an archive too and calling it maven-eba-plugin would seem to
>> exactly follow the precedent already set. I'm sure you must have a
>> reason, but I'm missing it right now.
>>
>> Cheers,
>> Jeremy
>>
>>>
>>>
>>> Regards,
>>> Alan
>>>
>>>
>>> On Mar 9, 2010, at 8:11 AM, Jeremy Hughes wrote:
>>>
>>>> Graham just renamed the plugin to fall in line with other plugins. So
>>>> it is no longer called eba-maven-plugin. There is a snapshot of the
>>>> plugin deployed to the snapshot repo so it should be picked up.
>>>> However, you can work around this by first building the parent top
>>>> level module then build the maven-eba-plugin module. Then you can go
>>>> back to the top level and build everything.
>>>>
>>>> Cheers,
>>>> Jeremy
>>>>
>>>> On 9 March 2010 15:33, David Bosschaert <da...@gmail.com>
>>>> wrote:
>>>>>
>>>>> I just created a fresh new Aries checkout today but it fails to build:
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [ERROR] BUILD ERROR
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] The plugin 'org.apache.aries:maven-eba-plugin' does not exist or
>>>>> no valid
>>>>>  version could be found
>>>>>
>>>>> I also see that Hudson's been red for a number of days:
>>>>> http://hudson.zones.apache.org/hudson/view/Aries/
>>>>>
>>>>> Whats going on?
>>>>>
>>>>> David
>>>>>
>>>
>>>
>>
>

Re: Aries doesn't build... and ARIES-230

Posted by Jeremy Hughes <hu...@apache.org>.
OK, I've caught up with my mail. I see David Jenck's objection on ARIES-230.

Cheers,
Jeremy

On 9 March 2010 21:41, Jeremy Hughes <hu...@apache.org> wrote:
> On 9 March 2010 18:43, Alan D. Cabrera <li...@toolazydogs.com> wrote:
>> My understanding is that there is a technical veto on this change.  More
>> specifically the proper name of the plugin should be eba-maven-plugin and
>> *not* maven-eba-plugin.
>
> Are you saying that you veto this change? If so could you justify why
> you think it should be eba-maven-plugin and not maven-eba-plugin. We
> have maven-bundle-plugin, maven-jar-plugin, maven-zip-plugin and
> maven-assembly-plugin for collecting files up into an archive. An eba
> is an archive too and calling it maven-eba-plugin would seem to
> exactly follow the precedent already set. I'm sure you must have a
> reason, but I'm missing it right now.
>
> Cheers,
> Jeremy
>
>>
>>
>> Regards,
>> Alan
>>
>>
>> On Mar 9, 2010, at 8:11 AM, Jeremy Hughes wrote:
>>
>>> Graham just renamed the plugin to fall in line with other plugins. So
>>> it is no longer called eba-maven-plugin. There is a snapshot of the
>>> plugin deployed to the snapshot repo so it should be picked up.
>>> However, you can work around this by first building the parent top
>>> level module then build the maven-eba-plugin module. Then you can go
>>> back to the top level and build everything.
>>>
>>> Cheers,
>>> Jeremy
>>>
>>> On 9 March 2010 15:33, David Bosschaert <da...@gmail.com>
>>> wrote:
>>>>
>>>> I just created a fresh new Aries checkout today but it fails to build:
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] BUILD ERROR
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] The plugin 'org.apache.aries:maven-eba-plugin' does not exist or
>>>> no valid
>>>>  version could be found
>>>>
>>>> I also see that Hudson's been red for a number of days:
>>>> http://hudson.zones.apache.org/hudson/view/Aries/
>>>>
>>>> Whats going on?
>>>>
>>>> David
>>>>
>>
>>
>

Re: Aries doesn't build... and ARIES-230

Posted by Jeremy Hughes <hu...@apache.org>.
On 9 March 2010 18:43, Alan D. Cabrera <li...@toolazydogs.com> wrote:
> My understanding is that there is a technical veto on this change.  More
> specifically the proper name of the plugin should be eba-maven-plugin and
> *not* maven-eba-plugin.

Are you saying that you veto this change? If so could you justify why
you think it should be eba-maven-plugin and not maven-eba-plugin. We
have maven-bundle-plugin, maven-jar-plugin, maven-zip-plugin and
maven-assembly-plugin for collecting files up into an archive. An eba
is an archive too and calling it maven-eba-plugin would seem to
exactly follow the precedent already set. I'm sure you must have a
reason, but I'm missing it right now.

Cheers,
Jeremy

>
>
> Regards,
> Alan
>
>
> On Mar 9, 2010, at 8:11 AM, Jeremy Hughes wrote:
>
>> Graham just renamed the plugin to fall in line with other plugins. So
>> it is no longer called eba-maven-plugin. There is a snapshot of the
>> plugin deployed to the snapshot repo so it should be picked up.
>> However, you can work around this by first building the parent top
>> level module then build the maven-eba-plugin module. Then you can go
>> back to the top level and build everything.
>>
>> Cheers,
>> Jeremy
>>
>> On 9 March 2010 15:33, David Bosschaert <da...@gmail.com>
>> wrote:
>>>
>>> I just created a fresh new Aries checkout today but it fails to build:
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] The plugin 'org.apache.aries:maven-eba-plugin' does not exist or
>>> no valid
>>>  version could be found
>>>
>>> I also see that Hudson's been red for a number of days:
>>> http://hudson.zones.apache.org/hudson/view/Aries/
>>>
>>> Whats going on?
>>>
>>> David
>>>
>
>