Title: Message Title
Karl Heinz Marbaise commented on an issue
Mojo's Exec Maven Plugin / Bug MEXEC-108
NPE at EnvironmentUtils.toStrings()
ProcessBuilder.environment() may contain keys with a null value. In my case "INSIDE_NAUTILUS_PYTHON=" was defined. If maven-exec-plugin is invoked with the same environment variables, the following exception is thrown:

{code}
java.lang.NullPointerException
at org.apache.commons.exec.environment.EnvironmentUtils.toStrings(EnvironmentUtils.java:66)
...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to