Skip to content

Instantly share code, notes, and snippets.

@rafaelpontezup
Last active October 4, 2023 21:51
Show Gist options
  • Save rafaelpontezup/6dad139b45107b15843509470d0f9af6 to your computer and use it in GitHub Desktop.
Save rafaelpontezup/6dad139b45107b15843509470d0f9af6 to your computer and use it in GitHub Desktop.
StackSpot: applying plugin with inputs-json
stk apply plugin ../coffee-studio/java-springboot-restapi-base-plugin \
--inputs-json '{"project_name": "iFood Web", "project_description": "iFood Web Super Application", "project_springboot_version":"2.7.2", "project_group_id": "br.com.zup.edu", "project_artifact_id":"iFood Web App", "project_version":"0.0.1-SNAPSHOT"}'
@rafaelpontezup
Copy link
Author

rafaelpontezup commented Oct 4, 2023

Resetting git repository, applying plugin and running tests with maven:

git reset --hard HEAD ; git clean -fd; \
stk apply plugin ../coffee-studio/java-springboot-restapi-base-plugin \
   --inputs-json '{"project_name": "iFood Web", "project_description": "iFood Web Super Application", "project_springboot_version":"2.7.2", "project_group_id": "br.com.zup.edu", "project_artifact_id":"iFood Web App", "project_version":"0.0.1-SNAPSHOT"}'; \
./mvnw clean test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment