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

Compilation error #274

Closed
KobNael opened this issue Jan 31, 2022 · 6 comments
Closed

Compilation error #274

KobNael opened this issue Jan 31, 2022 · 6 comments
Assignees

Comments

@KobNael
Copy link

KobNael commented Jan 31, 2022

Hi,
I'm trying to build and run the project, but I've got the following error :

[ERROR] No plugin found for prefix 'quarkus' in the current project and in the plugin groups

I could not find any help on the subject, would you have any hint ?

Thx

@triceo
Copy link
Contributor

triceo commented Jan 31, 2022

@Christopher-Chianelli Can you please take a look?

@ge0ffrey
Copy link
Contributor

@KobNael From which directory are you building the project? With which command are you building the project?

@ge0ffrey
Copy link
Contributor

Reproduced:
Build from the root directory and run "mvn quarkus:dev".

@KobNael "mvn quarkus:dev" needs to be run in one of the use-cases subdirectories.
For example: cd use-cases/school-timetabling; mvn quarkus:dev

@ge0ffrey
Copy link
Contributor

@KobNael Where did you see the information that led you to believe to run "mvn quarkus:dev" from the root directory? We'd like to improve that docs/readme/guide.

@KobNael
Copy link
Author

KobNael commented Jan 31, 2022

thank you, that did the trick.
It's my bad, I read the readme too fast.
It's clearly written though : cd optaplanner-quickstarts/use-cases/maintenance-scheduling ...

@ge0ffrey
Copy link
Contributor

ge0ffrey commented Jan 31, 2022

Thanks for letting us know!

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

No branches or pull requests

4 participants