Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.7
-
Fix Version/s: 3.8
-
Labels:None
-
Environment:Maven 3.0.3
Windows 7
-
Number of attachments :
Description
Related to MNBMODULE-171:
Same Problem seems to ocur when using dependencies with a classifier.
For example:
<dependency>
<groupId>com.miglayout</groupId>
<artifactId>miglayout</artifactId>
<version>3.7.4</version>
<classifier>swing</classifier>
</dependency>
creates the correct X-Class-Path entry, but only "com.miglayout:miglayout:3.7.4" on the Maven-Class-Path
patch on nbm plugin side