Fork me on GitHub

xml:validate

Full name:

org.codehaus.mojo:xml-maven-plugin:1.1.0:validate

Description:

The ValidatorMojo's task is the validation of XML files against a given schema.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: test.

Optional Parameters

Name Type Since Description
<catalogHandling> AbstractXmlMojo$CatalogHandling 1.0.2 How to handle entities which cannot be found in any catalog. See Common Goal Properties.
Default value is: passThrough.
User property is: xml.catalogHandling.
<catalogs> String[] 1.0 An XML catalog file, or URL, which is being used to resolve entities. See Catalog files.
<skip> boolean 1.0.1 Whether to skip execution.
Default value is: false.
User property is: xml.skip.
<validationSets> ValidationSet[] 1.0 Specifies a set of document types, which are being validated. See Validating XML Files

Parameter Details

<catalogHandling>

How to handle entities which cannot be found in any catalog. See Common Goal Properties.
  • Type: org.codehaus.mojo.xml.AbstractXmlMojo$CatalogHandling
  • Since: 1.0.2
  • Required: No
  • User Property: xml.catalogHandling
  • Default: passThrough

<catalogs>

An XML catalog file, or URL, which is being used to resolve entities. See Catalog files.
  • Type: java.lang.String[]
  • Since: 1.0
  • Required: No

<skip>

Whether to skip execution.
  • Type: boolean
  • Since: 1.0.1
  • Required: No
  • User Property: xml.skip
  • Default: false

<validationSets>

Specifies a set of document types, which are being validated. See Validating XML Files
  • Type: org.codehaus.mojo.xml.validation.ValidationSet[]
  • Since: 1.0
  • Required: No