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

Apply minor improvements to CONTRIBUTING.md #29347

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Nov 18, 2022

No description provided.

git clone [email protected]:quarkusio/quarkus.git
cd quarkus
export MAVEN_OPTS="-Xmx4g"
./mvnw -Dquickly
MAVEN_OPTS="-Xmx4g" ./mvnw -Dquickly
Copy link
Member

Choose a reason for hiding this comment

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

We did use an export on purpose. This way you don't have to do it every time you build the tree.

But I won't fight for it if you think this is better in this context.

Copy link
Contributor Author

@geoand geoand Nov 18, 2022

Choose a reason for hiding this comment

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

But the export only survives the current terminal session, no?
I usually find that when that is done, the next time someone tries to execute the command that follows the export, it will fail and people don't know why.

On the other hand, when using the syntax I propose, you get the entire command in the shell history

@gsmet gsmet merged commit 64297c0 into quarkusio:main Nov 18, 2022
@quarkus-bot quarkus-bot bot added this to the 2.15 - main milestone Nov 18, 2022
@geoand geoand deleted the contributing-doc branch November 18, 2022 09:25
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