quarkus-tutorial icon indicating copy to clipboard operation
quarkus-tutorial copied to clipboard

Making quarkus version as env variable

Open kameshsampath opened this issue 6 years ago • 0 comments

Making Quarkus version as environment variable, as that helps in the commands like to be easy to maintain during release updates:

mvn io.quarkus:quarkus-maven-plugin:$QUARKUS_VERSION:create \
  -DprojectGroupId="com.example" \
  -DprojectArtifactId="fruits-app" \
  -DprojectVersion="1.0-SNAPSHOT" \
  -DclassName="FruitResource" \
  -Dpath="fruit"```

kameshsampath avatar Sep 03 '19 11:09 kameshsampath