You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

aop.xml 407B

123456789101112
  1. <aspectj>
  2. <aspects>
  3. <aspect name="org.sonarqube.monitoring.test.aspect.TestFailureAspect"/>
  4. </aspects>
  5. <weaver options="-warn:none -Xlint:ignore">
  6. <include within="com.sonarsource..*"/>
  7. <include within="org.sonarqube..*"/>
  8. <include within="org.sonar..*"/>
  9. <include within="com.sonar..*"/>
  10. <include within="org.junit..*"/>
  11. </weaver>
  12. </aspectj>