You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the intended way of building the project?
SonarQube plugins are built by using mvn clean package in the main directory of the plugin.
However, there is no pom.xml, which leads me to believe that I have to build the individual subdirectories.
This however doesn't seem possible as they are all dependent on eachother.
The text was updated successfully, but these errors were encountered:
What is the intended way of building the project?
SonarQube plugins are built by using
mvn clean package
in the main directory of the plugin.However, there is no pom.xml, which leads me to believe that I have to build the individual subdirectories.
This however doesn't seem possible as they are all dependent on eachother.
The text was updated successfully, but these errors were encountered: