Skip to content

Commit

Permalink
Deploying to gh-pages from @ fbada9e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Mar 11, 2024
1 parent eec4c63 commit bd8a37d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apidocs/org/spdx/maven/CreateSpdxMojo.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ <h1 title="Class CreateSpdxMojo" class="title">Class CreateSpdxMojo</h1>
<hr>
<div class="type-signature"><span class="annotations">@Mojo(name="createSPDX",
defaultPhase=VERIFY,
requiresOnline=true)
requiresOnline=true,
threadSafe=true)
</span><span class="modifiers">public class </span><span class="element-name type-name-label">CreateSpdxMojo</span>
<span class="extends-implements">extends org.apache.maven.plugin.AbstractMojo</span></div>
<div class="block">NOTE: Currently this is a prototype plugin for supporting SPDX in a Maven build.
Expand Down
2 changes: 1 addition & 1 deletion createSPDX-mojo.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2><a name="spdx:createSPDX"></a>spdx:createSPDX</h2>

<li>Requires a Maven project to be executed.</li>

<li>The goal is not marked as thread-safe and thus does not support parallel builds.</li>
<li>The goal is thread-safe and supports parallel builds.</li>

<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>verify</code>.</li>

Expand Down

0 comments on commit bd8a37d

Please sign in to comment.