Skip to content

Add a default goal to Maven#377

Merged
mr-c merged 1 commit intomainfrom
add-default-goal
Jan 3, 2022
Merged

Add a default goal to Maven#377
mr-c merged 1 commit intomainfrom
add-default-goal

Conversation

@kinow
Copy link
Copy Markdown
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
Copy Markdown
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