Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarkus Maven Plugin version and config update #6

Closed
2 tasks done
pway99 opened this issue May 24, 2021 · 1 comment · Fixed by #32
Closed
2 tasks done

Quarkus Maven Plugin version and config update #6

pway99 opened this issue May 24, 2021 · 1 comment · Fixed by #32
Labels
enhancement New feature or request
Milestone

Comments

@pway99
Copy link
Contributor

pway99 commented May 24, 2021

https://github.com/quarkusio/quarkus/wiki/Migration-Guide-1.12

We cleaned up a few things in the Quarkus Maven Plugin. Make sure the quarkus-maven-plugin section of the pom.xml of your project looks like:

<plugin>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-maven-plugin</artifactId>
  <version>${quarkus-plugin.version}</version>
  <extensions>true</extensions>
  <executions>
    <execution>
      <goals>
        <goal>build</goal>
        <goal>generate-code</goal>
        <goal>generate-code-tests</goal>
      </goals>
    </execution>
  </executions>
</plugin>
@pway99 pway99 added the enhancement New feature or request label May 24, 2021
@pway99 pway99 added this to the 1.0.0 milestone May 24, 2021
@pway99 pway99 changed the title Quarkus Maven Plugin Update Quarkus Maven Plugin version and config update May 24, 2021
@pway99
Copy link
Contributor Author

pway99 commented May 24, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant