Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-archiver-3.1.1
-
None
Description
The following code does not what the comment states. I guess because the key.equals("ClassPath") should be key.equals("Class-Path").
if ( key.equals( "ClassPath" ) && attr != null ) { // Merge the user-supplied Class-Path value with the programmatically // created Class-Path. Note that the user-supplied value goes first // so that resources there will override any in the standard Class-Path. attr.setValue( value + " " + attr.getValue() ); }