You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Ate Douma <at...@douma.nu> on 2004/07/22 15:57:27 UTC

[J2] Maven 1.0 required as of now (was: [J2] Maven Plugin Issues)

On popular request :-) I've modified the plugin deployment based on Maven 1.0 
functionality.

I *think* it might still work with RC3 and probably works with RC4 (haven't 
tested them).
To be on the save side please all upgrade to Maven 1.0 if you haven't done so 
already.

I will update the getting-started on the website for this in a minute.

Regards,

Ate Douma
ate@apache.org

Scott T. Weaver wrote:

> +1
> 
> p.s.
> <rant>
> Why the hell do projects feel the need to change core functionallity in 
> release candidates? I thought rc's were for bug squashing only.
> </rant>
> 
> David Sean Taylor wrote:
> 
>> +1 on Maven 1.0 ...
>>
>> On Jul 21, 2004, at 6:03 PM, Jeremy Ford wrote:
>>
>>> +1 to Maven 1.0
>>>
>>> Jeremy Ford
>>> jford@apache.org
>>>
>>>
>>> -----Original Message-----
>>> From: Ate Douma [mailto:ate@douma.nu]
>>> Sent: Wednesday, July 21, 2004 7:25 AM
>>> To: Jetspeed Developers List
>>> Subject: Re: [J2] Maven Plugin Issues
>>>
>>> I'm having the same problems now with Maven 1.0.
>>>
>>> The plugin plugin goals have drastically changed since maven RC3 and 
>>> I can't
>>>
>>> find a compatible solution working with between these version.
>>>
>>> I've tried to fall back to use plugin:install only which has the bad 
>>> side
>>> effect
>>> that it requires a complete rebuild of the cache afterwards, taking
>>> irritating
>>> amount of time every after every allBuild. That was the reason why we
>>> initially
>>> used plugin:deploy. That goal seems to be removed without a comparable
>>> alternative :-(
>>>
>>> The second trade off of using plugin:install is that I now cannot 
>>> chain the
>>> allBuild and quickStart goals anymore (as I usually do) because the 
>>> plugin
>>> isn't
>>> immediately available using that. The goal plugin:install-now (new, not
>>> available in RC3) can handle that but then it is installed for the 
>>> current
>>> maven
>>> run only :-(
>>>
>>> The technical best solution would be writing the deploy goal 
>>> ourselves but
>>> for
>>> that we face incompatible plugin definitions between Maven RC3 and 
>>> 1.0 (or
>>> RC4).
>>>
>>> So my question is: can we require all to upgrade to Maven 1.0 so we can
>>> solve
>>> this irritating issue?
>>> I'm +1 ;-)
>>>
>>>
>>> David Le Strat wrote:
>>>
>>>> I am using Maven RC4. To fix the problem, I commented
>>>>
>>>> <!--
>>>> <j:when test="${installed}">
>>>> <attainGoal name="plugin:deploy"/>
>>>> </j:when>-->
>>>>
>>>> in maven-plugin/maven.xml. That got me through the
>>>> build. Was the goal plugin:deploy removed?
>>>>
>>>> Regards,
>>>>
>>>> David.
>>>>
>>>> --- "Arnold, David" <Da...@factiva.com> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I have been experiencing the same problem. I have
>>>>> not found a work
>>>>> around or why the problem is happening. I will keep
>>>>> you informed if I
>>>>> find a fix.
>>>>>
>>>>> -David A.
>>>>>
>>>>> -----Original Message-----
>>>>> From: David Le Strat [mailto:dlestrat@yahoo.com]
>>>>> Sent: Monday, July 05, 2004 1:50 PM
>>>>> To: Jetspeed Developers List
>>>>> Subject: [J2] Maven Plugin Issues
>>>>>
>>>>> Hello there,
>>>>>
>>>>> I am trying to build J2 but keep bumping into:
>>>>>
>>>>> BUILD FAILED
>>>>> File......
>>>>>
>>>>
>>>> C:\tools\eclipse\workspace\jakarta-jetspeed-2\maven.xml
>>>>
>>>>> Element... maven:reactor
>>>>> Line...... 318
>>>>> Column.... 40
>>>>> Unable to obtain goal [deploy-plugin] --
>>>>>
>>>>
>>>> C:\tools\eclipse\workspace\jakarta-jetspeed-2\maven-plugin\maven.xml: 
>>>> 52:
>>>>
>>>>> 43:
>>>>> <attainGoal> No goal [plugin:deploy]
>>>>> Total time: 3 minutes 36 seconds
>>>>> Finished at: Mon Jul 05 13:44:30 EDT 2004
>>>>>
>>>>> Has anyone any idea what could be the cause of this
>>>>> problem?
>>>>>
>>>>> I am using the latest head on WinXP with Maven RC3,
>>>>> basically following the latest getting started.
>>>>> Between this and a couple broken tests, I am having
>>>>> a
>>>>> rough time getting back into J2. Quite a bit has
>>>>> happened in a couple weeks time ;)
>>>>>
>>>>> David.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> __________________________________
>>>>> Do you Yahoo!?
>>>>> Yahoo! Mail Address AutoComplete - You start. We
>>>>> finish.
>>>>> http://promotions.yahoo.com/new_mail
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>>
>>>>> To unsubscribe, e-mail:
>>>>> jetspeed-dev-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail:
>>>>> jetspeed-dev-help@jakarta.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>>
>>>>> To unsubscribe, e-mail:
>>>>> jetspeed-dev-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail:
>>>>> jetspeed-dev-help@jakarta.apache.org
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> __________________________________
>>>> Do you Yahoo!?
>>>> Yahoo! Mail - 50x more storage than other providers!
>>>> http://promotions.yahoo.com/new_mail
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>>
>>>
>>
>> -- 
>> David Sean Taylor
>> Bluesunrise Software
>> david@bluesunrise.com
>> [office] +01 707 773-4646
>> [mobile] +01 707 529 9194
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>
>>
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [J2] Maven 1.0 required as of now

Posted by "Scott T. Weaver" <sc...@binary-designs.net>.
Thanks Ate.  I will go update the wiki.

Ate Douma wrote:

> On popular request :-) I've modified the plugin deployment based on 
> Maven 1.0 functionality.
>
> I *think* it might still work with RC3 and probably works with RC4 
> (haven't tested them).
> To be on the save side please all upgrade to Maven 1.0 if you haven't 
> done so already.
>
> I will update the getting-started on the website for this in a minute.
>
> Regards,
>
> Ate Douma
> ate@apache.org
>
> Scott T. Weaver wrote:
>
>> +1
>>
>> p.s.
>> <rant>
>> Why the hell do projects feel the need to change core functionallity 
>> in release candidates? I thought rc's were for bug squashing only.
>> </rant>
>>
>> David Sean Taylor wrote:
>>
>>> +1 on Maven 1.0 ...
>>>
>>> On Jul 21, 2004, at 6:03 PM, Jeremy Ford wrote:
>>>
>>>> +1 to Maven 1.0
>>>>
>>>> Jeremy Ford
>>>> jford@apache.org
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Ate Douma [mailto:ate@douma.nu]
>>>> Sent: Wednesday, July 21, 2004 7:25 AM
>>>> To: Jetspeed Developers List
>>>> Subject: Re: [J2] Maven Plugin Issues
>>>>
>>>> I'm having the same problems now with Maven 1.0.
>>>>
>>>> The plugin plugin goals have drastically changed since maven RC3 
>>>> and I can't
>>>>
>>>> find a compatible solution working with between these version.
>>>>
>>>> I've tried to fall back to use plugin:install only which has the 
>>>> bad side
>>>> effect
>>>> that it requires a complete rebuild of the cache afterwards, taking
>>>> irritating
>>>> amount of time every after every allBuild. That was the reason why we
>>>> initially
>>>> used plugin:deploy. That goal seems to be removed without a comparable
>>>> alternative :-(
>>>>
>>>> The second trade off of using plugin:install is that I now cannot 
>>>> chain the
>>>> allBuild and quickStart goals anymore (as I usually do) because the 
>>>> plugin
>>>> isn't
>>>> immediately available using that. The goal plugin:install-now (new, 
>>>> not
>>>> available in RC3) can handle that but then it is installed for the 
>>>> current
>>>> maven
>>>> run only :-(
>>>>
>>>> The technical best solution would be writing the deploy goal 
>>>> ourselves but
>>>> for
>>>> that we face incompatible plugin definitions between Maven RC3 and 
>>>> 1.0 (or
>>>> RC4).
>>>>
>>>> So my question is: can we require all to upgrade to Maven 1.0 so we 
>>>> can
>>>> solve
>>>> this irritating issue?
>>>> I'm +1 ;-)
>>>>
>>>>
>>>> David Le Strat wrote:
>>>>
>>>>> I am using Maven RC4. To fix the problem, I commented
>>>>>
>>>>> <!--
>>>>> <j:when test="${installed}">
>>>>> <attainGoal name="plugin:deploy"/>
>>>>> </j:when>-->
>>>>>
>>>>> in maven-plugin/maven.xml. That got me through the
>>>>> build. Was the goal plugin:deploy removed?
>>>>>
>>>>> Regards,
>>>>>
>>>>> David.
>>>>>
>>>>> --- "Arnold, David" <Da...@factiva.com> wrote:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> I have been experiencing the same problem. I have
>>>>>> not found a work
>>>>>> around or why the problem is happening. I will keep
>>>>>> you informed if I
>>>>>> find a fix.
>>>>>>
>>>>>> -David A.
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: David Le Strat [mailto:dlestrat@yahoo.com]
>>>>>> Sent: Monday, July 05, 2004 1:50 PM
>>>>>> To: Jetspeed Developers List
>>>>>> Subject: [J2] Maven Plugin Issues
>>>>>>
>>>>>> Hello there,
>>>>>>
>>>>>> I am trying to build J2 but keep bumping into:
>>>>>>
>>>>>> BUILD FAILED
>>>>>> File......
>>>>>>
>>>>>
>>>>> C:\tools\eclipse\workspace\jakarta-jetspeed-2\maven.xml
>>>>>
>>>>>> Element... maven:reactor
>>>>>> Line...... 318
>>>>>> Column.... 40
>>>>>> Unable to obtain goal [deploy-plugin] --
>>>>>>
>>>>>
>>>>> C:\tools\eclipse\workspace\jakarta-jetspeed-2\maven-plugin\maven.xml: 
>>>>> 52:
>>>>>
>>>>>> 43:
>>>>>> <attainGoal> No goal [plugin:deploy]
>>>>>> Total time: 3 minutes 36 seconds
>>>>>> Finished at: Mon Jul 05 13:44:30 EDT 2004
>>>>>>
>>>>>> Has anyone any idea what could be the cause of this
>>>>>> problem?
>>>>>>
>>>>>> I am using the latest head on WinXP with Maven RC3,
>>>>>> basically following the latest getting started.
>>>>>> Between this and a couple broken tests, I am having
>>>>>> a
>>>>>> rough time getting back into J2. Quite a bit has
>>>>>> happened in a couple weeks time ;)
>>>>>>
>>>>>> David.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> __________________________________
>>>>>> Do you Yahoo!?
>>>>>> Yahoo! Mail Address AutoComplete - You start. We
>>>>>> finish.
>>>>>> http://promotions.yahoo.com/new_mail
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>>
>>>>>> To unsubscribe, e-mail:
>>>>>> jetspeed-dev-unsubscribe@jakarta.apache.org
>>>>>> For additional commands, e-mail:
>>>>>> jetspeed-dev-help@jakarta.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>>
>>>>>> To unsubscribe, e-mail:
>>>>>> jetspeed-dev-unsubscribe@jakarta.apache.org
>>>>>> For additional commands, e-mail:
>>>>>> jetspeed-dev-help@jakarta.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> __________________________________
>>>>> Do you Yahoo!?
>>>>> Yahoo! Mail - 50x more storage than other providers!
>>>>> http://promotions.yahoo.com/new_mail
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>>>
>>>>
>>>
>>> -- 
>>> David Sean Taylor
>>> Bluesunrise Software
>>> david@bluesunrise.com
>>> [office] +01 707 773-4646
>>> [mobile] +01 707 529 9194
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>>
>>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>
>


-- 
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org