Search code examples
eclipsemaveneclipse-scout

Maven build/compile errors, can't find present jar. (Eclipse Scout)


I tried to setup a generated HelloWorld Scout application.

Unfortunately I can't get rid off compile errors, which are maven related, moreover this problem occurs only on my local windows machine.

Here is the discussion I had in the Scout forums: Eclipse Scout Compile Errors.

I would appreciate it if s.o. could take a look into it and maybe understand the errors.

I use maven 3.5.0 (tried 3.3.9 too).

Codebase available on Github. (When I clone the project onto another machine and run mvn clean install the build succeds. On my current machine it doesn't.)


Solution

  • Issue solved. I deleted again the .m2 folder and redownloaded every dependency.

    Compiles perfectly now.