The following comment has been added to this issue:

     Author: Andrzej Dmoch
    Created: Di, 14 Sep 2004 9:04 AM
       Body:
Yes, from the logical point of view it's ok. But technically it disallows you to 
define both of them in maven dependencies. If you write:

        <dependency>
            <groupId>andromda</groupId>
            <artifactId>andromda-breadcrumbs-taglib</artifactId>
            <version>3.0M3-SNAPSHOT</version>
            <type>tld</type>
            <properties>
                <war.bundle>true</war.bundle>
            </properties>
        </dependency>
        <dependency>
            <groupId>andromda</groupId>
            <artifactId>andromda-breadcrumbs-taglib</artifactId>
            <version>3.0M3-SNAPSHOT</version>
            <properties>
                <war.bundle>true</war.bundle>
            </properties>
        </dependency>

then only one of them will be downloaded by maven! That's probably maven's problem of 
idetifiying the resource by groupId, artifactId and maybe version. But that's the way 
it work's. Please try out yourself.

---------------------------------------------------------------------
View this comment:
  http://team.andromda.org:8080/jira/browse/BPM-68?page=comments#action_10222

---------------------------------------------------------------------
View the issue:
  http://team.andromda.org:8080/jira/browse/BPM-68

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: BPM-68
    Summary: Breadcrumbs naming problems
       Type: Bug

     Status: Closed
   Priority: Critical
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: Bpm4Struts Cartridge

   Assignee: Wouter Zoons
   Reporter: Andrzej Dmoch

    Created: Mo, 13 Sep 2004 12:00 PM
    Updated: Di, 14 Sep 2004 9:04 AM
Environment: 3.0M3 Snapshot

Description:
Breadcrumbs tld and jars should have different maven artifact ids (for instance 
breadcrumbs-all and breadcrumbs). Otherwise you can't define both of them succesfully 
in maven dependencies.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://team.andromda.org:8080/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to