[ISSUE #13297] Add build-helper-maven-plugin to support IDEA auto-recognize generated sources#13298
Conversation
…uto-recognize generated sources ## What is the purpose of the change Add build-helper-maven-plugin in root pom.xml to help IDEA automatically recognize generated source files under target/generated-sources directory, avoiding red squiggles in IDEA after source code import. ## Brief changelog - Add build-helper-maven-plugin configuration in root pom.xml to add generated sources directory ## Verifying this change 1. Import project into IDEA 2. Verify that generated source files under target/generated-sources are properly recognized by IDEA 3. Verify no red squiggles appear for the generated source files This change: - [ ] is backwards-compatible - [x] is covered by tests - [ ] affects documentation or requires documentation changes - [ ] breaks KV-storage compatibility - [ ] breaks HTTP API compatibility - [ ] breaks CLI compatibility - [ ] breaks Metrics compatibility
|
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #13298 +/- ##
=============================================
- Coverage 72.28% 72.20% -0.08%
+ Complexity 10063 10052 -11
=============================================
Files 1313 1313
Lines 42277 42277
Branches 4444 4444
=============================================
- Hits 30560 30527 -33
- Misses 9601 9623 +22
- Partials 2116 2127 +11 see 35 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
|
What is the purpose of the change
Add build-helper-maven-plugin in root pom.xml to help IDEA automatically recognize generated source files under target/generated-sources directory, avoiding red squiggles in IDEA after source code import.
Brief changelog
Verifying this change
This change: