Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Create technology oriented commands per stack #119

Closed
mlabuda opened this issue Jun 26, 2017 · 4 comments
Closed

Create technology oriented commands per stack #119

mlabuda opened this issue Jun 26, 2017 · 4 comments

Comments

@mlabuda
Copy link
Contributor

mlabuda commented Jun 26, 2017

Copied from https://issues.jboss.org/browse/CHE-295:

At the moment we have quite general commands among stacks. We have e.g. "mvn clean install" or "java -jar target/*.jar" etc. We could have more technology oriented commands.

For example, vertx booster has maven vertx plugin with goal vertx:run. This would improve UX, because now, user has to at first build, then run. With vertx:run, it is one-click-to-go command.

Same could apply for other stacks as well (springboot, wildfly...).

@ibuziuk
Copy link
Member

ibuziuk commented Jul 18, 2017

@mlabuda could you please specify all the commands that are needed as check list to this issue ?

@mlabuda
Copy link
Contributor Author

mlabuda commented Jul 19, 2017

There is no full check list and it also depends on stacks.

E.g. for the vert.x stack it is "mvn vertx:run", for springboot stack it will be "mvn spring-boot:start" and "mvn spring-boot:stop" and maybe also "mvn spring-boot:run". Good lead could be documentation of stack specific maven plugin.

@ibuziuk
Copy link
Member

ibuziuk commented Jul 19, 2017

  • spring-boot
  • mvn spring-boot:start
  • mvn spring-boot:stop
  • mvn spring-boot:run
  • vert.x
  • mvn vertx:run

@mlabuda ok let's start from those

@l0rd
Copy link
Contributor

l0rd commented Sep 19, 2017

Fixed

@l0rd l0rd closed this as completed Sep 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants