Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ソナー分析レポートを生成するために maven コマンドを使用してsonarsource レポート プラグインを実行するにはどうすればよいですか?
私は sonar-runner を介してそれを行う方法を知っていますが、 mvn コマンドを介して直接行うことはできますか?
pom.xml でソナー分析のすべてのプロパティを構成した場合は、実行するだけです。
mvn sonar:sonar
これには、 Maven 構成が役立つ場合があります。