Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: maven-archiver-2.4.2
-
Component/s: maven-archiver
-
Labels:None
-
Number of attachments :
Description
When I have a dependency
<dependency> <groupId>com.almerys.pec</groupId> <artifactId>ws-ag2r-client</artifactId> <version>2.2.0.0.0</version> <classifier>${env}</classifier> </dependency>
and $env define as empty like that
<env></env> or <env/>
Maven download the correct dependency without classifier but in the manifest.mf I have in the classpath : ws-ag2r-client-2.2.0.0.0-.jar
'-' is not correct !!
Fabrice