Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin doesn't support nested submodules #58

Open
vashchenkov opened this issue Dec 14, 2018 · 0 comments
Open

Plugin doesn't support nested submodules #58

vashchenkov opened this issue Dec 14, 2018 · 0 comments

Comments

@vashchenkov
Copy link

I have three levels of modules in project

/parent
     /integration
         /api

And I try to send report to SonarCube. I define modules like this

server, integration/api

And I've got error

ERROR: Caused by: Validation of project reactor failed:
o "xxxx:parent:integration/api" is not a valid project or module key. Allowed characters are alphanumeric, '-', '_', '.' and ':', with at least one non-digit.

If i define modules like

server, integration.api

I've got an error

 Caused by: The base directory of the module 'integration.api' does not exist: /work/buildagent/work/4378ba1d8b2684e8/./integration.api

Is it possible to define nested modules?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant