Skip to content

Commit 5d05fee

Browse files
Known Issue added to README - Enable Preview Maven bug (#270)
* Known Issue added to README - Enable Preview Maven bug * Update README.md * Update README.md
1 parent 69c998a commit 5d05fee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ If your extension is not starting and throwing some error like no JDK found even
189189
## Workspace
190190
The extension will analyze the content of the opened workspace, and relevant other files. If the workspace contains a lot of data, this may take a long time. It is therefore recommended to avoid adding unnecessarily big folders in a workspace. Specifically, it is not recommended to open user's home directory as a part of the workspace.
191191

192+
## Known Issue
193+
If an action has been applied to the Maven `pom.xml` file through the extension, such as enabling a preview feature or adding a test runner framework, subsequent compile or run operations may fail. To resolve this issue, please follow the steps below:
194+
1. Check the `pom.xml` file for any duplicated tags.
195+
2. If duplicated tags are found, remove the extra tags and attempt to compile again.
196+
192197
## Contributing
193198

194199
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)

0 commit comments

Comments
 (0)