是否可以在Sonar中检查*Test.java源代码的质量,例如方法最大大小为100行?
问题是,Java Junit测试随着生产代码和复杂性而增长.
我们有超过1000行和2种方法的单元测试类.
我们想在Sonar中检查这些*Test.java类的一些规则.
是否可以避免覆盖(锁定)Artifactory 中现有的发布包?我们已经有备份,但是要恢复属于特定发布版本的所有发布包是很复杂的。我们希望避免发布替换。
谢谢
the question was asked many times but I didnt find a solution, how to disable also the child modules of a module!?!
For example: I want to disable projects BB and CC AND also their child modules
A
|-AA
| |--AAA
|-BB
| |-BBB
|-CC
|-CCC
Run Code Online (Sandbox Code Playgroud)
But when I run this
mvn -pl \!AA,\!BB clean install
Run Code Online (Sandbox Code Playgroud)
I see that also BBB and CCC are executed. This here is only a sample. We have a multi module project with about a …
artifactory ×1
java ×1
locking ×1
maven ×1
maven-3 ×1
maven-module ×1
overwrite ×1
package ×1
pom.xml ×1
release ×1
rules ×1
sonarqube ×1
unit-testing ×1