Skip to content

Releases: nkutsche/xspec-maven-plugin

v2.0.1

13 Nov 12:48
Compare
Choose a tag to compare
  • Bugfix:
    • Patch for issue #7 – handles edge case of mixing XSpec files with different test-type (XSLT/Schematron) but same file name.
  • Upgrade dependencies:
    • Ant 1.10.9 → 1.10.11
    • Maven Core 3.5.3 → 3.8.1

v2.0.0

07 Mar 13:16
Compare
Choose a tag to compare
  • Update of used XSpec framework to v1.6.0 - and use it as fallback only.
  • Added the possibility to use newer XSpec framework versions (2.0.7+).
  • Detects XSpec test type (xslt, schematron, xquery) automatically per each XSpec file.
  • Adds possibility to integrate SchXslt as Schematron compiler.
  • Configuration extensions:
    • Added possibility to specify properties for the XSpec Ant call (<xspecProperties>).
    • Added project runtime classpath as xspec.additional.classpath (<addDependenciesToClasspath>)
    • Removed <testType> as it is detected now directly from the XSpec file.
  • Publish on Maven Central.
  • Handling of catalog fixed.

v1.0.0

15 Jul 11:11
Compare
Choose a tag to compare

First release