I am not able to build the OGM project. I run into a number of problems. The blocker is the following error:
Code:
Caused by: java.io.IOException: Unable to create temporary file, E:\TEMP\resteas
y-dist-3.0.9.Final.zip8987880453753421839.zip\download
at java.io.File$TempDirectory.generateFile(File.java:1921)
at java.io.File.createTempFile(File.java:2010)
at java.io.File.createTempFile(File.java:2070)
at com.savage7.maven.plugin.dependency.ResolveExternalDependencyMojo.exe
cute(ResolveExternalDependencyMojo.java:144)
... 21 more
Originally, my temp directory was pointing to my user directory. I thought it was a permissions error so I set the Temp directory to something I knew permissions would not be a problem. It seems the "\download" after "E:\TEMP\resteas
y-dist-3.0.9.Final.zip8987880453753421839.zip" is causing the problem. Where is that coming from.
I also ran into Checkstyle errors but I disabled those.