Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
compile errors after mvn eclipse:clean
mvn eclipse:clean
seems to be a fix-all for numerous eclipse and maven problems.
However, :clean also appears to delete important files, myProject.project being one of them. This in turn appears to induce illogical compile errors.
What's the best way to regularly reset/reboot Eclipse and Maven, so they work, without causing additional problems in myVaadin.java code ?
Last updated on
Hi,
take a look at the documentation of the Maven clean plugin; you can specify filesets to include or exclude in the clean phase.
-Olli
Last updated on
You cannot reply to this thread.