mirror of https://github.com/apache/maven.git
o fixed path-handling on the marmalade script's implementation path.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b1ca71aac
commit
a4efc3e8bf
|
@ -112,6 +112,8 @@ public class MetadataTag
|
|||
}
|
||||
|
||||
String implementationPath = getTagInfo().getSourceFile().substring( basePath.length() );
|
||||
|
||||
implementationPath = implementationPath.replace('\\', '/');
|
||||
|
||||
descriptor.setImplementation( implementationPath );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue