Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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
-
MNGECLIPSE-566
"Add dependency" feature should use the artifact <type> when adding the dependency into the pom
-