microsoft / microsoft/vscode-spring-initializr
Failed to build after removing a dependency
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 40
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 20
Description
Steps to reproduce:
- Generate a maven project , select some dependencies.
e.g. Select "DevTools"and "Security" dependencies. - Open pom.xml file, right click on the editing area of the file, choose Edit starters.
- In the QuickPick box, unselect "Security", and proceed following the prompt messages.
- mvn package

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by generating a Maven project with DevTools and Security, then remove Security through the pom.xml editor's Edit starters QuickPick. Run mvn package and investigate why the generated project still fails after the dependency is unselected; done means the dependency can be removed and the project builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- spring-boot, typescript
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100