Full name:
com.unic.maven.plugins:aem-maven-plugin:2.0.17-SNAPSHOT:validate-content
Description:
contentDirectory
). This can be used to ensure that JCR
content is syntactically valid.Attributes:
Name | Type | Since | Description |
---|---|---|---|
<allowUuids> |
boolean |
- |
UUIDs should not be present in XML content as importing UUIDs may
conflict with existing UUIDs on the target system. set this to
true to allow UUIDs.Default value is: false .User property is: allow.uuids . |
<contentDirectories> |
File[] |
- |
Additional directories containing JCR XML content for import into
AEM that shall be validated by the validate-xml mojo. User property is: content.directories . |
<contentDirectory> |
File |
- |
The standard directly containing content XML files to be validated. Default value is: ${project.basedir}/src/main/content .User property is: content.directory . |
true
to allow UUIDs.boolean
No
allow.uuids
false
java.io.File[]
No
content.directories
java.io.File
No
content.directory
${project.basedir}/src/main/content