Code Monkey home page Code Monkey logo

Comments (4)

tsegismont avatar tsegismont commented on September 16, 2024

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.

from vertx-starter.

tsegismont avatar tsegismont commented on September 16, 2024

Removed from the 2.0.5 milestone. We have enough features/fixes ready to get a 2.0.5 out.

from vertx-starter.

pmlopes avatar pmlopes commented on September 16, 2024

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 js (the javascript helper file), the shade plugin will not process that dependency and produce a non-working fat jar.

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.

from vertx-starter.

tsegismont avatar tsegismont commented on September 16, 2024

@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,

See https://reactiverse.io/vertx-maven-plugin/#vertx:setup

from vertx-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.