blob: 8cf8e851f86e5248046de802fa04977f6a8b3d12 [file] [log] [blame]
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2020-04-18
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20200418" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Sling OSGi Feature Maven Plugin &#x2013; slingfeature:info</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.6.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.6.min.js"></script>
</head>
<body class="topBarDisabled">
<div class="container-fluid">
<div id="banner">
<div class="pull-left"><div id="bannerLeft"><h2>Apache Sling OSGi Feature Maven Plugin</h2>
</div>
</div>
<div class="pull-right"></div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2020-04-18<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 1.2.0</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Overview</li>
<li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a> </li>
<li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a> </li>
<li class="nav-header">Project Documentation</li>
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a> </li>
<li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a> </li>
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
</div>
</div>
</div>
<div id="bodyColumn" class="span10" >
<div class="section">
<h2><a name="slingfeature:info"></a>slingfeature:info</h2>
<p><b>Full name</b>:</p>
<p>org.apache.sling:slingfeature-maven-plugin:1.2.0:info</p>
<p><b>Description</b>:</p>
<div>Extract information from a feature This mojo does not require a
project, it can be run by just pointing it at a feature file. When
run from within a project, the normal feature selection mechanism
can be used. This mojo supports
<ul>
<li>Extracting the exported packages per feature and writing them
to a file</li>
<li>Detecting duplicates across features and writing a report</li>
</ul></div>
<p><b>Attributes</b>:</p>
<ul>
<li>Since version: <tt>1.1.20</tt>.</li>
</ul>
<div class="section">
<h3><a name="Required_Parameters"></a>Required Parameters</h3>
<table class="table table-striped" border="0">
<tr class="a">
<th>Name</th>
<th>Type</th>
<th>Since</th>
<th>Description</th>
</tr>
<tr class="b">
<td><tt><a href="#features">&lt;features&gt;</a></tt></td>
<td><tt>File</tt></td>
<td><tt>1.1.20</tt></td>
<td>Directory containing feature files<br /><b>Default value is</b>: <tt>src/main/features</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#testFeatures">&lt;testFeatures&gt;</a></tt></td>
<td><tt>File</tt></td>
<td><tt>1.1.20</tt></td>
<td>Directory containing test feature files.<br /><b>Default value is</b>: <tt>src/test/features</tt>.<br /></td>
</tr>
</table>
</div>
<div class="section">
<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
<table class="table table-striped" border="0">
<tr class="a">
<th>Name</th>
<th>Type</th>
<th>Since</th>
<th>Description</th>
</tr>
<tr class="b">
<td><tt><a href="#artifactExcludesList">&lt;artifactExcludesList&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.2.0</tt></td>
<td>A comma separated list of artifact patterns to exclude. Follows the
pattern &quot;groupId:artifactId:type:classifier:version&quot;. Designed to
allow specifying the set of excludes from the command line.<br /><b>User property is</b>: <tt>excludes</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#artifactIncludesList">&lt;artifactIncludesList&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.2.0</tt></td>
<td>A comma separated list of artifact patterns to include. Follows the
pattern &quot;groupId:artifactId:type:classifier:version&quot;. Designed to
allow specifying the set of includes from the command line.<br /><b>User property is</b>: <tt>includes</tt>.<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#featureFile">&lt;featureFile&gt;</a></tt></td>
<td><tt>File</tt></td>
<td><tt>1.1.20</tt></td>
<td>(no description)<br /><b>User property is</b>: <tt>featureFile</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#featuresExcludes">&lt;featuresExcludes&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>Comma separated list of excludes for the feature files. Feature
files excluded by this configuration are not processed at all.<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#featuresIncludes">&lt;featuresIncludes&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>Comma separated list of includes for the feature files in the
configured directory. Only feature files specified by this include
are processed.<br /><b>Default value is</b>: <tt>**/*.json</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#generatedFeatures">&lt;generatedFeatures&gt;</a></tt></td>
<td><tt>File</tt></td>
<td><tt>1.1.20</tt></td>
<td>Directory containing generated feature files<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#generatedFeaturesExcludes">&lt;generatedFeaturesExcludes&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>Comma separated list of excludes for the generated feature files.
Feature files excluded by this configuration are not processed at
all.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#generatedFeaturesIncludes">&lt;generatedFeaturesIncludes&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>Comma separated list of includes for the generated feature files in
the configured directory. Only feature files specified by this
include are processed.<br /><b>Default value is</b>: <tt>**/*.json</tt>.<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#infoFeatureFiles">&lt;infoFeatureFiles&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>Select the feature files if run in standalone mode; comma separated
list of file names.<br /><b>User property is</b>: <tt>infoFeatureFiles</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#infoFeatures">&lt;infoFeatures&gt;</a></tt></td>
<td><tt>FeatureSelectionConfig</tt></td>
<td><tt>1.1.20</tt></td>
<td>Select the features for info generation.<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#jarStartOrder">&lt;jarStartOrder&gt;</a></tt></td>
<td><tt>int</tt></td>
<td><tt>1.1.20</tt></td>
<td>The start level for the attached jar/bundle.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#outputDirectory">&lt;outputDirectory&gt;</a></tt></td>
<td><tt>File</tt></td>
<td><tt>1.1.20</tt></td>
<td>If output format is set to file, this can be used to change the
output directory.<br /><b>User property is</b>: <tt>outputDirectory</tt>.<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#outputExportedPackages">&lt;outputExportedPackages&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>(no description)<br /><b>User property is</b>: <tt>outputExportedPackages</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#outputFormat">&lt;outputFormat&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>Output format, either file or log.<br /><b>Default value is</b>: <tt>file</tt>.<br /><b>User property is</b>: <tt>outputFormat</tt>.<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#reports">&lt;reports&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>Comma separated list of reports.<br /><b>Default value is</b>: <tt>exported-packages</tt>.<br /><b>User property is</b>: <tt>reports</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#skipAddFeatureDependencies">&lt;skipAddFeatureDependencies&gt;</a></tt></td>
<td><tt>boolean</tt></td>
<td><tt>1.1.20</tt></td>
<td>If set to <tt>true</tt> the artifacts from the feature are not
as dependencies to the project.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#skipAddJarToFeature">&lt;skipAddJarToFeature&gt;</a></tt></td>
<td><tt>boolean</tt></td>
<td><tt>1.1.20</tt></td>
<td>If set to <tt>true</tt> the main jar artifact is not added to
the feature.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#skipAddJarToTestFeature">&lt;skipAddJarToTestFeature&gt;</a></tt></td>
<td><tt>boolean</tt></td>
<td><tt>1.1.20</tt></td>
<td>If set to <tt>true</tt> the main jar artifact is not added to
the test feature.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#skipAddTestFeatureDependencies">&lt;skipAddTestFeatureDependencies&gt;</a></tt></td>
<td><tt>boolean</tt></td>
<td><tt>1.1.20</tt></td>
<td>If set to <tt>true</tt> the artifacts from the test feature are
not as dependencies to the project.<br /><b>Default value is</b>: <tt>true</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#testFeaturesExcludes">&lt;testFeaturesExcludes&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>Comma separated list of excludes for the test features.<br /></td>
</tr>
<tr class="b">
<td><tt><a href="#testFeaturesIncludes">&lt;testFeaturesIncludes&gt;</a></tt></td>
<td><tt>String</tt></td>
<td><tt>1.1.20</tt></td>
<td>Comma separated list of includes for the test features.<br /><b>Default value is</b>: <tt>**/*.json</tt>.<br /></td>
</tr>
<tr class="a">
<td><tt><a href="#validateFeatures">&lt;validateFeatures&gt;</a></tt></td>
<td><tt>boolean</tt></td>
<td><tt>1.1.20</tt></td>
<td>If set to <tt>true</tt> the features are validated against the
JSON schema.<br /><b>Default value is</b>: <tt>true</tt>.<br /></td>
</tr>
</table>
</div>
<div class="section">
<h3><a name="Parameter_Details"></a>Parameter Details</h3>
<div class="section">
<h4><a name="a.3CartifactExcludesList.3E"></a><b><a name="artifactExcludesList">&lt;artifactExcludesList&gt;</a></b></h4>
<div>A comma separated list of artifact patterns to exclude. Follows the
pattern &quot;groupId:artifactId:type:classifier:version&quot;. Designed to
allow specifying the set of excludes from the command line.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.2.0</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>excludes</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CartifactIncludesList.3E"></a><b><a name="artifactIncludesList">&lt;artifactIncludesList&gt;</a></b></h4>
<div>A comma separated list of artifact patterns to include. Follows the
pattern &quot;groupId:artifactId:type:classifier:version&quot;. Designed to
allow specifying the set of includes from the command line.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.2.0</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>includes</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CfeatureFile.3E"></a><b><a name="featureFile">&lt;featureFile&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <tt>java.io.File</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>featureFile</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3Cfeatures.3E"></a><b><a name="features">&lt;features&gt;</a></b></h4>
<div>Directory containing feature files</div>
<ul>
<li><b>Type</b>: <tt>java.io.File</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>Yes</tt></li>
<li><b>Default</b>: <tt>src/main/features</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CfeaturesExcludes.3E"></a><b><a name="featuresExcludes">&lt;featuresExcludes&gt;</a></b></h4>
<div>Comma separated list of excludes for the feature files. Feature
files excluded by this configuration are not processed at all.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CfeaturesIncludes.3E"></a><b><a name="featuresIncludes">&lt;featuresIncludes&gt;</a></b></h4>
<div>Comma separated list of includes for the feature files in the
configured directory. Only feature files specified by this include
are processed.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Default</b>: <tt>**/*.json</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CgeneratedFeatures.3E"></a><b><a name="generatedFeatures">&lt;generatedFeatures&gt;</a></b></h4>
<div>Directory containing generated feature files</div>
<ul>
<li><b>Type</b>: <tt>java.io.File</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CgeneratedFeaturesExcludes.3E"></a><b><a name="generatedFeaturesExcludes">&lt;generatedFeaturesExcludes&gt;</a></b></h4>
<div>Comma separated list of excludes for the generated feature files.
Feature files excluded by this configuration are not processed at
all.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CgeneratedFeaturesIncludes.3E"></a><b><a name="generatedFeaturesIncludes">&lt;generatedFeaturesIncludes&gt;</a></b></h4>
<div>Comma separated list of includes for the generated feature files in
the configured directory. Only feature files specified by this
include are processed.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Default</b>: <tt>**/*.json</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CinfoFeatureFiles.3E"></a><b><a name="infoFeatureFiles">&lt;infoFeatureFiles&gt;</a></b></h4>
<div>Select the feature files if run in standalone mode; comma separated
list of file names.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>infoFeatureFiles</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CinfoFeatures.3E"></a><b><a name="infoFeatures">&lt;infoFeatures&gt;</a></b></h4>
<div>Select the features for info generation.</div>
<ul>
<li><b>Type</b>: <tt>org.apache.sling.feature.maven.mojos.FeatureSelectionConfig</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CjarStartOrder.3E"></a><b><a name="jarStartOrder">&lt;jarStartOrder&gt;</a></b></h4>
<div>The start level for the attached jar/bundle.</div>
<ul>
<li><b>Type</b>: <tt>int</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CoutputDirectory.3E"></a><b><a name="outputDirectory">&lt;outputDirectory&gt;</a></b></h4>
<div>If output format is set to file, this can be used to change the
output directory.</div>
<ul>
<li><b>Type</b>: <tt>java.io.File</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>outputDirectory</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CoutputExportedPackages.3E"></a><b><a name="outputExportedPackages">&lt;outputExportedPackages&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>outputExportedPackages</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CoutputFormat.3E"></a><b><a name="outputFormat">&lt;outputFormat&gt;</a></b></h4>
<div>Output format, either file or log.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>outputFormat</tt></li>
<li><b>Default</b>: <tt>file</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3Creports.3E"></a><b><a name="reports">&lt;reports&gt;</a></b></h4>
<div>Comma separated list of reports.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>reports</tt></li>
<li><b>Default</b>: <tt>exported-packages</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CskipAddFeatureDependencies.3E"></a><b><a name="skipAddFeatureDependencies">&lt;skipAddFeatureDependencies&gt;</a></b></h4>
<div>If set to <tt>true</tt> the artifacts from the feature are not
as dependencies to the project.</div>
<ul>
<li><b>Type</b>: <tt>boolean</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Default</b>: <tt>false</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CskipAddJarToFeature.3E"></a><b><a name="skipAddJarToFeature">&lt;skipAddJarToFeature&gt;</a></b></h4>
<div>If set to <tt>true</tt> the main jar artifact is not added to
the feature.</div>
<ul>
<li><b>Type</b>: <tt>boolean</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Default</b>: <tt>false</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CskipAddJarToTestFeature.3E"></a><b><a name="skipAddJarToTestFeature">&lt;skipAddJarToTestFeature&gt;</a></b></h4>
<div>If set to <tt>true</tt> the main jar artifact is not added to
the test feature.</div>
<ul>
<li><b>Type</b>: <tt>boolean</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Default</b>: <tt>false</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CskipAddTestFeatureDependencies.3E"></a><b><a name="skipAddTestFeatureDependencies">&lt;skipAddTestFeatureDependencies&gt;</a></b></h4>
<div>If set to <tt>true</tt> the artifacts from the test feature are
not as dependencies to the project.</div>
<ul>
<li><b>Type</b>: <tt>boolean</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Default</b>: <tt>true</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CtestFeatures.3E"></a><b><a name="testFeatures">&lt;testFeatures&gt;</a></b></h4>
<div>Directory containing test feature files.</div>
<ul>
<li><b>Type</b>: <tt>java.io.File</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>Yes</tt></li>
<li><b>Default</b>: <tt>src/test/features</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CtestFeaturesExcludes.3E"></a><b><a name="testFeaturesExcludes">&lt;testFeaturesExcludes&gt;</a></b></h4>
<div>Comma separated list of excludes for the test features.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CtestFeaturesIncludes.3E"></a><b><a name="testFeaturesIncludes">&lt;testFeaturesIncludes&gt;</a></b></h4>
<div>Comma separated list of includes for the test features.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Default</b>: <tt>**/*.json</tt></li>
</ul><hr /></div>
<div class="section">
<h4><a name="a.3CvalidateFeatures.3E"></a><b><a name="validateFeatures">&lt;validateFeatures&gt;</a></b></h4>
<div>If set to <tt>true</tt> the features are validated against the
JSON schema.</div>
<ul>
<li><b>Type</b>: <tt>boolean</tt></li>
<li><b>Since</b>: <tt>1.1.20</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Default</b>: <tt>true</tt></li>
</ul>
</div></div>
</div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2007&#x2013;2020
<a href="https://www.apache.org/">The Apache Software Foundation</a>.
All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>