Tunaki commented on issue #1: [MASSEMBLY-775] remove false OS-specific warnings/errors URL: https://github.com/apache/maven-assembly-plugin/pull/1#issuecomment-366352596 These checks are ran when generating the assembly during the build, not when consuming it. They aren't about `/` being the directory separator, but having a path starting with `/` on a Windows system. This is most likely a problem because it is unlikely this is what the user wanted. Likewise, if you're making an assembly on Linux referencing a path starting with, e.g., `C:`, there is probably a configuration issue. Is there a specific case that you encountered which prompted for this change?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
