- Sonar Used: SonarQube-7.6 , Scanner-2.4
- Error faced:
Two modules have the same id: 'co.cask.hydrator:kafka-plugins'. Each module must have a unique id.
- Steps to recreate error
- Git Clone: GitHub - ThalesGroup/kafka-plugins: Kafka Source/Sink for reading/writing to kafka topic
- Build Project: mvn clean install (In parent project directory)
- Run SonarQube: mvn sonar:sonar
- potential workaround: Add property in Parent POM sonar.skip=true (Just to skip Sonar Tests- Not really a solution)