You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Andrus Adamchik <an...@objectstyle.org> on 2007/10/05 23:53:18 UTC

Re: [JIRA] Commented: (CAY-873) maven-cayenne-plugin requires transitive deps declared

I am almost certain that you are right. I implemented a quick fix  
today, adding the dependencies to the plugin pom, but we may need to  
revisit that.

Andrus



On Oct 6, 2007, at 12:36 AM, Kevin Menard (JIRA) wrote:

>
>     [ https://issues.apache.org/cayenne/browse/CAY-873? 
> page=com.atlassian.jira.plugin.system.issuetabpanels:comment- 
> tabpanel#action_12514 ]
>
> Kevin Menard commented on CAY-873:
> ----------------------------------
>
> I think the problem is with the cayenne-server assembly.  I noticed  
> the other day that it didn't pull transitive dependencies.  I meant  
> to file a JIRA, but then went on vacation.
>
> Since maven-cayenne-plugin depends on cayenne-server, it should  
> pull in the latter's dependency graph as well.
>
>> maven-cayenne-plugin requires transitive deps declared
>> ------------------------------------------------------
>>
>>                 Key: CAY-873
>>                 URL: https://issues.apache.org/cayenne/browse/CAY-873
>>             Project: Cayenne
>>          Issue Type: Bug
>>          Components: Cayenne Core Library
>>    Affects Versions: 3.0
>>         Environment: Maven 2.0.6, Cayenne 3.0M1
>>            Reporter: Andrus Adamchik
>>            Assignee: Andrus Adamchik
>>             Fix For: 3.0
>>
>>
>> maven-cayenne-plugin "cgen" goal failed because of commons- 
>> collections and commons-logging missing. I thought those were  
>> transitive, but looks like they are not and need to be added to  
>> the plugin pom.
>
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


Re: [JIRA] Commented: (CAY-873) maven-cayenne-plugin requires transitive deps declared

Posted by Andrus Adamchik <an...@objectstyle.org>.
Confirmed. I followed your suggestion and moved the dependencies to  
cayenne-server pom. The plugin still works after such change. So I  
committed the fix to the earlier fix.

Andrus


On Oct 6, 2007, at 12:53 AM, Andrus Adamchik wrote:

> I am almost certain that you are right. I implemented a quick fix  
> today, adding the dependencies to the plugin pom, but we may need  
> to revisit that.
>
> Andrus
>
>
>
> On Oct 6, 2007, at 12:36 AM, Kevin Menard (JIRA) wrote:
>
>>
>>     [ https://issues.apache.org/cayenne/browse/CAY-873? 
>> page=com.atlassian.jira.plugin.system.issuetabpanels:comment- 
>> tabpanel#action_12514 ]
>>
>> Kevin Menard commented on CAY-873:
>> ----------------------------------
>>
>> I think the problem is with the cayenne-server assembly.  I  
>> noticed the other day that it didn't pull transitive  
>> dependencies.  I meant to file a JIRA, but then went on vacation.
>>
>> Since maven-cayenne-plugin depends on cayenne-server, it should  
>> pull in the latter's dependency graph as well.
>>
>>> maven-cayenne-plugin requires transitive deps declared
>>> ------------------------------------------------------
>>>
>>>                 Key: CAY-873
>>>                 URL: https://issues.apache.org/cayenne/browse/ 
>>> CAY-873
>>>             Project: Cayenne
>>>          Issue Type: Bug
>>>          Components: Cayenne Core Library
>>>    Affects Versions: 3.0
>>>         Environment: Maven 2.0.6, Cayenne 3.0M1
>>>            Reporter: Andrus Adamchik
>>>            Assignee: Andrus Adamchik
>>>             Fix For: 3.0
>>>
>>>
>>> maven-cayenne-plugin "cgen" goal failed because of commons- 
>>> collections and commons-logging missing. I thought those were  
>>> transitive, but looks like they are not and need to be added to  
>>> the plugin pom.
>>
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>>
>>
>
>