Skip to content

Commit

Permalink
Merge pull request #26866 from gastaldi/multiple_included_optional
Browse files Browse the repository at this point in the history
Add note about multiple optional dependencies
  • Loading branch information
gastaldi authored Jul 21, 2022
2 parents c567fbe + c72cb0d commit e057fce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/maven-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,8 @@ To isolate profile-specific dependencies from other profiles, the JDBC drivers c
<2> For backward compatibility reasons, it is necessary to explicitly indicate that the optional dependencies need to be filtered.
<3> Only the optional dependency corresponding to the JDBC driver of PostgreSQL is expected in the final artifact.

NOTE: If you have more than one optional dependency to declare in the `quarkus.package.included-optional-dependencies` tag, make sure they are separated with `,` (e.g. `org.postgresql:postgresql::jar,com.foo:bar::jar`).

[[configuration-reference]]
== Configuring the Project Output

Expand Down

0 comments on commit e057fce

Please sign in to comment.