Yan Zhang

Results 243 comments of Yan Zhang

> 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' AFAIK, your module should...

In Maven explorer, right click on your root project, and run `install`.

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. - https://github.com/microsoft/vscode-maven/issues/849 Similar with guides mentioned above, adding a new entry...

known issue, because of applying textEdit on dirty files, so the position is wrong. Possible mitigation can be either: 1. we save the document before applying it. 2. read content...

The extension should be able to list all available profiles first, see feature request #423 , and it should allow you to select profiles to activate...e.g. via a dropdown list....

> under a Profiles node, a list of profiles and uses checkboxes to select the active profiles. Limited by VSCode's API, we cannot add checkboxes in the explorer. > Also...

that would increase the complexity a lot. > If possible remember the selection of profiles somewhere?in the configuration file, it can be restored at the next time. This is against...

In which case would `path` be empty?

By "load", do you mean **a)** import and compile projects, or **b)** list projects in `Maven Projects` explorer? a) is conducted by extension [redhat.java](https://github.com/redhat-developer/vscode-java), and b) is conducted by this...