mirror of
https://github.com/apache/maven.git
synced 2025-03-08 01:30:33 +00:00
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
@ -113,6 +113,8 @@ private MojoDescriptor buildDescriptor( MarmaladeExecutionContext context ) thro
|
||||
|
||||
String implementationPath = getTagInfo().getSourceFile().substring( basePath.length() );
|
||||
|
||||
implementationPath = implementationPath.replace('\\', '/');
|
||||
|
||||
descriptor.setImplementation( implementationPath );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user