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

Distinguish between Maven and Gradle for hint-text #4899

Merged
merged 1 commit into from
Oct 28, 2019

Conversation

38leinaD
Copy link
Contributor

@38leinaD 38leinaD commented Oct 27, 2019

Fixes #4778

Copy link
Member

@machi1990 machi1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggested we use mvn and gradle wrappers instead. Otherwise, LGTM. Thanks.

}
else {
System.out.println("\nAdd an extension to your project by adding the dependency to your " +
"pom.xml or use `mvn quarkus:add-extension -Dextensions=\"artifactId\"`");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"pom.xml or use `mvn quarkus:add-extension -Dextensions=\"artifactId\"`");
"pom.xml or use `./mvnw quarkus:add-extension -Dextensions=\"artifactId\"`");

Copy link
Contributor Author

@38leinaD 38leinaD Oct 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed

@machi1990
Copy link
Member

CI failure looks unrelated, can you try to rebase to latest master and see if that fixes the issue.

@38leinaD
Copy link
Contributor Author

rebased to latest master and integrated your suggested changes

@machi1990
Copy link
Member

rebased to latest master and integrated your suggested changes

Cool, let's see if CI is happy this time.

Also, sorry to be nitpicking, can we also squash everything the two commits into one.
Thanks.

@machi1990 machi1990 added area/build area/user-experience Will make us lose users and removed area/user-experience Will make us lose users labels Oct 27, 2019
@38leinaD
Copy link
Contributor Author

Done!
btw: that's not nitpicky. its my first contribution and I am very happy about any guidance how to contribute correctly. :-)

@geoand
Copy link
Contributor

geoand commented Oct 27, 2019

Can you please rebase on master to pick up a CI fix?

Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gastaldi gastaldi added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Oct 28, 2019
@gastaldi gastaldi added this to the 0.27.0 milestone Oct 28, 2019
@gastaldi gastaldi added area/gradle Gradle and removed area/build labels Oct 28, 2019
@stuartwdouglas stuartwdouglas merged commit 83d31cc into quarkusio:master Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gradle Gradle triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gradle listExtensions displays mvn instructions
5 participants