Skip to content

Commit

Permalink
Fix formatting in example-thirdparty document
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jul 2, 2023
1 parent 6c9d391 commit 174094d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/site/apt/examples/example-thirdparty.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ org.jboss.xnio--xnio-api--3.3.6.Final=The Apache Software License, Version 2.0
Use the <<includedLicenses>> (whitelist of licenses) or/and <<excludedLicenses>> (blacklist of licenses).

These parameters contains licenses separated by <<|>>:

-------------------------------------------------------------------------------
<configuration>
...
Expand All @@ -387,6 +388,7 @@ org.jboss.xnio--xnio-api--3.3.6.Final=The Apache Software License, Version 2.0
-------------------------------------------------------------------------------

Since version <1.4>, you can also use a list format:

-------------------------------------------------------------------------------
<configuration>
...
Expand All @@ -404,8 +406,8 @@ org.jboss.xnio--xnio-api--3.3.6.Final=The Apache Software License, Version 2.0

Note that any extra space at the start or end of a license will be removed.

If parameter <<failIfWarning>> is set to <true>, then build will fail if one license is not in whiltelist or is in
blacklist.
If parameter <<failOnBlacklist>> is set to <true>, then build will fail if one license is not in <<includedLicenses>> or is in
<<excludedLicenses>>.

* Filter the dependencies

Expand Down

0 comments on commit 174094d

Please sign in to comment.