intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

Newly created quarkus project cannot be built using maven

Open zcervink opened this issue 4 years ago • 6 comments

The compile, test, package, verify and install maven targets shows the following error when invoked from the Maven Tool Window:

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project code-with-quarkus: Fatal error compiling

Here is an image of the Maven Tool Window:

img

zcervink avatar Aug 21 '20 13:08 zcervink

I faced the same error when creating a project through the IntelliJ plugin. Is the issue resolved or are there any plans for the same?

harshmadhani avatar Oct 05 '20 07:10 harshmadhani

@harshmadhani I tested the updated version of the plugin few moment ago. The issue seems to be resolved. @jeffmaury I suggest to close this issue.

zcervink avatar Oct 05 '20 08:10 zcervink

I tested it on IJ Ultimate 2020.2 and Quarkus Tools 1.1.0.57 (latest release) and got not problem. Can you make sure that the Java SDK attached to the project is a Java11 one (required now by Quarkus)

jeffmaury avatar Oct 05 '20 08:10 jeffmaury

@jeffmaury @zcervink Thanks, when I ran the build from the Maven Tool window, it works fine for me.

harshmadhani avatar Oct 05 '20 11:10 harshmadhani

@jeffmaury I have tested it several times (during implementing the UI tests), the issues is now resolved, I suggest to close this issue.

zcervink avatar Nov 03 '20 10:11 zcervink

@jeffmaury I have retested this issue again, the issue is now resolved, I think you can close it.

zcervink avatar Apr 25 '21 17:04 zcervink