MavenReportException: Error while generating Javadoc: Unable to write 'options' temporary file for command execution: Input length = 1 #399
|
I have the error above.
What should I do? |
Replies: 6 comments
|
What version of JPlag are you trying to build? Which mvn command did you run? We are not on Java 17 yet, so I have not tried building JPlag with Java 17 yet. |
I'm trying to build v3.0.0. |
|
I have tested building v3.0.0 with Java 17 and works fine for me on my system.
|
Click to expand!`$ mvn clean package [INFO] Scanning for projects...
`$ mvn -version Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) |
|
@Jiseong-Michael-Yang do you have docker? Then you could test whether the compilation works within docker on your machine. Could you please run maven package with debug option to get more insights. |
|
A workaround is to disable the maven javadoc plugin plugin in the pom.xml in the main project directory. |

A workaround is to disable the maven javadoc plugin plugin in the pom.xml in the main project directory.