-
Notifications
You must be signed in to change notification settings - Fork 40
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
Provide variants with the Vert.x Maven and Gradle plugins #39
Comments
Sounds like a good idea to me. I will start with #70. Such options should hidden at first and unfold when user clicks on Advanced options or similar. |
Removed from the 2.0.5 milestone. We have enough features/fixes ready to get a 2.0.5 out. |
I'd like to bump this issue. Currently, maven generated projects use the maven shade plugin. This works to some extent. For example, if I create a project and add webauthn dependency plus webauthn with classifier Using the reactiverse vertx maven plugin does work as expected, plus it offers some other interesting features like webjars support, auto-reload, etc... At least for maven projects, I believe that using the reactiverse plugin, it would make developers workflow simpler than the current solution. |
@pmlopes it would be great if you could contribute this. Otherwise, you can generate a project from a terminal without using the starter: mvn io.reactiverse:vertx-maven-plugin:1.0.24:setup \
-DprojectGroupId=org.acme \
-DprojectArtifactId=acme-project \
-DprojectVersion=1.0-SNAPSHOT \ # default to 1.0-SNAPSHOT
-Dverticle=org.acme.Foo \
-Ddependencies=web, |
Along with the bare projects, it would be useful to provide project variants using the (opinionated) Maven and Gradle plugins:
The text was updated successfully, but these errors were encountered: