-
Notifications
You must be signed in to change notification settings - Fork 15
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
Maven & Gradle projects should use the associated plugins #45
Comments
I think we need to rework the templates. Currently we have many templates:
The templates got really complex as templates are shared across projects (the pom.xml is used by anything that does maven so it starts to be spaghetti with lots of if-else constructs.) I think we can do better, I think we could try to use the examples repo to source the examples and all the web projects should avoid custom builds but settle on the This however still has the issue that the root: Also projects should use a bill of materials (BOM) to avoid the specification of the version all the time. If this is a good idea, we could list here which examples are a good starter and we can try to create an import script to have them on the app. WDYT @InfoSec812 @slinkydeveloper ? |
I'm also inclined to drop |
For the web app codegen I agree. For openapi templates too I want to delegate java models codegen to another external gen http://www.jsonschema2pojo.org/
If I understand correctly your idea, I think that loading with a script from examples' |
Wait but using web app codegens like create-react-app could break the js multi runtime compatibility browser/nodejs? |
I was thinking something simpler, like just copy the examples. For example copy the web examples src/main/java and each package which is a demo becomes a template... |
When creating a Vert.x project using Maven or Gradle, the project should implement the corresponding plugins
fabric8io/vertx-maven-plugin
orjponge/vertx-gradle-plugin
.The text was updated successfully, but these errors were encountered: