config.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <headless version="1.0">
  3. <operations>
  4. <operation type="publish">
  5. <argument name="overwrite" value="true"/>
  6. <argument name="diagrams" value="true"/>
  7. </operation>
  8. <operation type="check-key-measures">
  9. <argument name="baseline" value="baseline"/>
  10. <argument name="useProjectFileSpec" value="true"/>
  11. <argument name="useProjectFileDiagrams" value="true"/>
  12. <argument name="fail-on-architecture-violations" value="false"/>
  13. <argument name="fail-on-fat-package" value="false"/>
  14. <argument name="fail-on-fat-class" value="false"/>
  15. <argument name="fail-on-fat-method" value="false"/>
  16. <argument name="fail-on-feedback-dependencies" value="true"/>
  17. <argument name="fail-on-spec-violation-dependencies" value="false"/>
  18. <argument name="fail-on-total-problem-dependencies" value="false"/>
  19. <argument name="fail-on-spec-item-violations" value="false"/>
  20. <argument name="fail-on-biggest-class-tangle" value="true"/>
  21. <argument name="fail-on-tangled-package" value="true"/>
  22. <argument name="fail-on-architecture-violations" value="false"/>
  23. <argument name="fail-on-total-problem-dependencies" value="true"/>
  24. <argument name="identifier-on-violation" value="S101 key measure violation"/>
  25. </operation>
  26. </operations>
  27. <arguments>
  28. <argument name="local-project" value="const(THIS_FILE)/project.java.hsp"/>
  29. <argument name="repository" value="const(THIS_FILE)/repository"/>
  30. <argument name="project" value="snapshots"/>
  31. </arguments>
  32. </headless>