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

Ability to run quarkusRun on polaris-quarkus-server #768

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

adutra
Copy link
Contributor

@adutra adutra commented Jan 15, 2025

Also adds a task named polarisServerRun to make it easier to run a Polaris server with Gradle. Note: the server is started with prod profile.
Also adds a note about the binary distribution and how to unpack and run it.

Also adds a task named `polarisServerRun` to make it easier to run a Polaris server with Gradle.
Note: the server is started with `prod` profile.
Also adds a note about the binary distribution and how to unpack and run it.
@@ -61,6 +61,12 @@ tasks.named("distZip") { dependsOn("quarkusBuild") }

tasks.named("distTar") { dependsOn("quarkusBuild") }

tasks.named("javadoc") { enabled = false }
Copy link
Member

Choose a reason for hiding this comment

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

Better add a dummy java file in there. When we eventually publish Maven artifacts, the publication will fail without a javadoc and a sources jar.

Copy link
Member

Choose a reason for hiding this comment

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

I see you added a package-info.java - that should be enough.
Maybe you have to tell javadoc to not fail on errors (different attribute)

@adutra adutra merged commit 0d3b6d1 into apache:main Jan 15, 2025
5 checks passed
@adutra adutra deleted the quarkus-server-run branch January 15, 2025 18:10
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