-
Notifications
You must be signed in to change notification settings - Fork 90
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
Is there a way to create Multi-Module Maven in vscode #821
Comments
AFAIK, your module should be created under a parent project, whose pom.xml has |
Can I simply implement this step in vscode. |
In Maven explorer, right click on your root project, and run |
I got this error when I click "install". I refer to this page, but it didn't work for me. |
you should UNZIP the package before using it. |
Two action items generated from this discussion, which potentially will improve the getting started experience for creating multi-module projects.
|
I read an article about the multi-module Maven project on IDE.
I tried it on vscode but I faied when I want to creat a maven project in a maven project.
And I get the following error report.
`[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:48 min
[INFO] Finished at: 2022-06-13T09:48:26+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate (default-cli) on project standalone-pom: Unable to add module to the current project as it is not of packaging type 'pom' -> [Help 1]`
What I want to ask is whether there is a way to implement the method of this article in vscode
The text was updated successfully, but these errors were encountered: