[FOLIO-1076] Make SQ ignore generated sources Created: 21/Feb/18 Updated: 12/Nov/18 Resolved: 20/Apr/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P3 |
| Reporter: | Adam Dickmeiss | Assignee: | Adam Dickmeiss |
| Resolution: | Done | Votes: | 0 |
| Labels: | ci, core, sprint32, sprint33 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||
| Sprint: | |||||||||||||||||
| Description |
|
https://docs.sonarqube.org/display/SONAR/Narrowing+the+Focus#NarrowingtheFocus-IgnoreFiles We need SQ to ignore src/main/java/org/folio/rest/jaxrs .. Just as in gitignore |
| Comments |
| Comment by Julian Ladisch [ 21/Feb/18 ] |
|
No, we need to move src/main/java/org/folio/rest/jaxrs to target as suggested in https://folio-org.atlassian.net/browse/RMB-130 |
| Comment by Jakub Skoczen [ 21/Feb/18 ] |
|
Let's figure out how hard is to change the location of generated sources. If it's non-trivial let's proceed with SQ ignore change first. |
| Comment by Marc Johnson [ 21/Feb/18 ] |
|
I tried this manually - https://folio-org.atlassian.net/browse/FOLIO-1049?focusedCommentId=191219&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel |
| Comment by Jakub Skoczen [ 21/Feb/18 ] |
|
shale99 can you comment on the complexity of changing the source directory? |
| Comment by Julian Ladisch [ 27/Feb/18 ] |
|
RMB 18.0.1 no longer places generated code into src/main/java/org/folio/rest/jaxrs but into target/generated-sources/raml-jaxrs/org/folio/rest/jaxrs:
|
| Comment by Adam Dickmeiss [ 20/Apr/18 ] |
|
Solved by 18.0.1.
|