Skip to content

Commit

Permalink
deploy: 20eafbb
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Oct 9, 2024
1 parent 0433564 commit 1bef825
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions snapshot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3643,10 +3643,13 @@ <h3 id="_plugin_configuration">5.3. Plugin Configuration</h3>
&lt;configurationLocations&gt;
&lt;configurationLocation&gt;/home/runner/work/jqassistant/jqassistant/maven/.jqassistant.yml&lt;/configurationLocation&gt;
&lt;/configurationLocations&gt;
&lt;yaml&gt;
&lt;yaml&gt;&lt;![CDATA[
jqassistant:
skip: true
&lt;yaml&gt;
]]&gt;&lt;/yaml&gt;
&lt;properties&gt;
&lt;jqassistant.skip&gt;true&lt;/jqassistant.skip&gt;
&lt;/properties&gt;
--&gt;</span>
<span class="tag">&lt;/configuration&gt;</span>
<span class="tag">&lt;/execution&gt;</span>
Expand Down Expand Up @@ -3701,7 +3704,20 @@ <h3 id="_plugin_configuration">5.3. Plugin Configuration</h3>
<div class="ulist">
<ul>
<li>
<p>embedded YAML configuration</p>
<p>embedded configuration using YAML</p>
</li>
<li>
<p>can be used as an alternative to the .jqassistant.yml file, e.g. to provide the pom.xml as a parent with a pre-defined jQAssistant configuration</p>
</li>
</ul>
</div>
</dd>
<dt class="hdlist1">properties</dt>
<dd>
<div class="ulist">
<ul>
<li>
<p>embedded configuration using properties</p>
</li>
<li>
<p>can be used as an alternative to the .jqassistant.yml file, e.g. to provide the pom.xml as a parent with a pre-defined jQAssistant configuration</p>
Expand Down Expand Up @@ -11688,7 +11704,7 @@ <h4 id="XsdFileScanner">7.5.3. Generic scanner for XSD files</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-09 06:04:06 UTC
Last updated 2024-10-09 08:02:37 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 1bef825

Please sign in to comment.