jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven Integration for Eclipse
  • MNGECLIPSE-594

Add non jar dependency

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: UI
  • Labels:
    None

Description

Hi,

I'm using m2eclipse on flex projects.

On some pom.xml I did this:
1 - right click /maven/Add dependency
2 - type some query

When I found my dependency like this:
com.acme flex-library
1.0.0-SNAPSHOT - flex-library-1.0.0-SNAPSHOT.jar - Wed Dec 21 .....

The problem, this dependency only exist as swc. There is no flex-library-1.0.0-SNAPSHOT.jar in any place of my repo, only exists flex-library-1.0.0-SNAPSHOT.swc.

When I select this dependency and click ok, my pom is updated with this dependency:
<dependency>
<groupId>com.acme</groupId>
<artifactId>flex-library</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>

Without type, what causes maven build fail.

Need the type to be add:
<type>swc</type>

Issue Links

duplicates

Improvement - An improvement or enhancement to an existing feature or task. MNGECLIPSE-566 "Add dependency" feature should use the artifact <type> when adding the dependency into the pom

  • Major - Major loss of function.
  • Resolved - A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Marvin Froeder
Vote (0)
Watch (0)

Dates

  • Created:
    07/May/08 1:36 PM
    Updated:
    09/May/08 1:50 AM
    Resolved:
    09/May/08 1:50 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.