Releases: nkutsche/xspec-maven-plugin
Releases · nkutsche/xspec-maven-plugin
v2.0.1
v2.0.0
- 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.
- Added possibility to specify properties for the XSpec Ant call (
- Publish on Maven Central.
- Handling of catalog fixed.
v1.0.0
First release