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

Work around an error in the release action #549

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

gwenneg
Copy link
Contributor

@gwenneg gwenneg commented Mar 12, 2024

This is a temporary PR meant to fix the release action which was broken after the merge of #547.

The disabled step will need to be fixed and re-enabled later.

@gwenneg gwenneg merged commit 61e4a09 into quarkiverse:main Mar 12, 2024
2 checks passed
@gwenneg gwenneg deleted the release-fix branch March 12, 2024 09:24
@gwenneg
Copy link
Contributor Author

gwenneg commented Mar 12, 2024

Here's the error which motivated this PR:

Run mvn -B -ntp -pl docs -am generate-resources -Denforcer.skip -Dformatter.skip -Dimpsort.skip
[INFO] Scanning for projects...
Error: ] Could not find the selected project in the reactor: docs @ 
Error:  Could not find the selected project in the reactor: docs -> [Help 1]
Error:  
Error:  To see the full stack trace of the errors, re-run Maven with the -e switch.
Error:  Re-run Maven using the -X switch to enable full debug logging.
Error:  
Error:  For more information about the errors and possible solutions, please read the following articles:
Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
Error: Process completed with exit code 1.

@gwenneg
Copy link
Contributor Author

gwenneg commented Mar 12, 2024

@gastaldi FYI

@gastaldi
Copy link
Member

The docs is missing a pom.xml. You can copy from the project created using quarkus create extension logging-cloudwatch

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