Skip to content
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

Add a default goal to Maven #377

Merged
merged 1 commit into from
Jan 3, 2022
Merged

Add a default goal to Maven #377

merged 1 commit into from
Jan 3, 2022

Conversation

kinow
Copy link
Member

@kinow kinow commented Jan 2, 2022

Description

Just so devs don't need to remember which goal to use 👍 simply run mvn or ./mvnw

Motivation and Context

No need to remember to type a Maven goal, and we can change it later too without impacting devs (e.g. add checkstyle or other linters, etc)

How Has This Been Tested?

Locally.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@mr-c mr-c merged commit d1cfe33 into main Jan 3, 2022
@mr-c mr-c deleted the add-default-goal branch January 3, 2022 09:18
@mr-c
Copy link
Member

mr-c commented Jan 3, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants