devonfw / sonar-devon4j-plugin

Plugin for SonarQube to validate devonfw architecture
Apache License 2.0
10 stars 16 forks source link

Build broken #140

Closed hohwille closed 2 years ago

hohwille commented 2 years ago

Expected behavior

As a developer, I want to be able to build this plugin with maven so that it can be build, tested, released, and used.

Actual behavior

The build was entirely broken. It was red for > 1 year and nobody cared. Further the build was broken with this commit as the packaging was sonar-plugin and has been changed to pom without a replacement to actually build the sonar-plugin.

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. mvn install

Related/Dependent Issues

hohwille commented 2 years ago

Also did this fixes:

hohwille commented 2 years ago

Considered done. Build is working again and plugin is created together with the documentation.