Sonar properties files

前端 未结 3 435
不知归路
不知归路 2020-12-15 23:14

I have a project that has the following package structure

src/main/proj
    -com.company.package
        -appName
            -morepackages

        -appVers         


        
3条回答
  •  不思量自难忘°
    2020-12-15 23:47

    You can define a Multi-module project structure, then you can set the configuration for sonar in one properties file in the root folder of your project, (Way #1)

提交回复
热议问题