[ https://issues.apache.org/jira/browse/MINVOKER-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15146150#comment-15146150 ]
Abel Salgado Romero edited comment on MINVOKER-198 at 2/13/16 7:35 PM: ----------------------------------------------------------------------- I've been doing some debugging and seems that the MAVEN_OPTS are properly captured (as seen in the code) and passed to the DefaultInvoker without modifications. Further debugging I get to the final command line call in org.codehaus.plexus.util.CommandLine:L670, and again the environment variable shows that MAVEN_OPTS is correct....I am really confused :/ BTW, I updated the request, it only fails on Mac and Linux was (Author: abel s.romero): I've been doing some debugging and seems that the MAVEN_OPTS are properly captured (as seen in the code) and passed to the DefaultInvoker without modifications. Further debugging I get to the final command line call in org.codehaus.plexus.util.CommandLine:L670, and again the environment variable shows that MAVEN_OPTS is correct....I am really confused :/ > mavenOpts in invoker.properties does not accept parameters with spaces > ---------------------------------------------------------------------- > > Key: MINVOKER-198 > URL: https://issues.apache.org/jira/browse/MINVOKER-198 > Project: Maven Invoker Plugin > Issue Type: Bug > Affects Versions: 2.0.0 > Environment: Maven 3.3.9 and 3.2.5. > Linux/Mac > Reporter: Abel Salgado Romero > Attachments: mac_output.txt > > > Seems that mavenOpts does some additional parsing and comand line arguments > with spaces are not read correctly. > This prevents writing tests that when run on console in a normal maven build > they work. > Here is an example of what I want to test: > https://github.com/abelsromero/asciidoctor-maven-plugin/blob/attributes_command/src/it/article-html-attributes/invoker.properties > If you see the "asciidoctor.attributes" is a chain with many internal > parameters and spaces. This works on console, but not in the test. > But the test fails with the message: > Error: Could not find or load main class source-highlighter=coderay" -- This message was sent by Atlassian JIRA (v6.3.4#6332)