[
http://jira.codehaus.org/browse/MSHARED-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg updated MSHARED-131:
------------------------------------
Summary: Maven archiver does not manage empty classifier correctly in
manifest.mf classpath (was: Maven archiver does not manager empty classifier
correclty in manifest.mf classpath)
Fixed in [r1037476|http://svn.apache.org/viewvc?view=revision&revision=1037476].
> Maven archiver does not manage empty classifier correctly in manifest.mf
> classpath
> ----------------------------------------------------------------------------------
>
> Key: MSHARED-131
> URL: http://jira.codehaus.org/browse/MSHARED-131
> Project: Maven Shared Components
> Issue Type: Bug
> Components: maven-archiver
> Reporter: fabrice
> Fix For: maven-archiver-2.5
>
>
> 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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira