Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting in example-thirdparty document #502

Merged
merged 1 commit into from
Jul 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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