You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do a mvn clean install on this version on Windows, there is an error complaining "command line too long". The workaround is to remove the maven-jdeps-plugin and jacoco-maven-plugin from the pom.xml before I can compile on Windows. Attached please find the error in more details.
@alick888 thanks for submitting the issue. Can you please check what your local mvn path looks like?
This pretty much sounds like a windows issue where the path in the command is too long.
In windows there is limitation in Command Prompt, the total length of the command line can't contain more than 8191 characters. But the attached command length is 21104.
As of now if removing jdeps plugin works fine then continue with that until we are not coming up with a solution. Also you can try with cygwin in windows.
When I do a mvn clean install on this version on Windows, there is an error complaining "command line too long". The workaround is to remove the maven-jdeps-plugin and jacoco-maven-plugin from the pom.xml before I can compile on Windows. Attached please find the error in more details.
command line too long.txt
The text was updated successfully, but these errors were encountered: