You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give the possibility to build the same module multiple times with different profiles, generating different artifacts.
Implementation ideas
Add multiple executions to the Quarkus maven plugin, specifying a different Quarkus profile for each execution.
The plugin could then generate one artifact for each execution and store it into a specific output directory.
Here is an example of the executions we could find in the pom.xml, resulting in 2 subfolders:
Description
Give the possibility to build the same module multiple times with different profiles, generating different artifacts.
Implementation ideas
Add multiple executions to the Quarkus maven plugin, specifying a different Quarkus profile for each execution.
The plugin could then generate one artifact for each execution and store it into a specific output directory.
Here is an example of the
executions
we could find in thepom.xml
, resulting in 2 subfolders:target/foo-quarkus-app
target/bar-quarkus-app
The text was updated successfully, but these errors were encountered: