Skip to content

Commit

Permalink
Enhace deploy parms doc a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Feb 13, 2024
1 parent 03a2f0c commit 292eeda
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
public abstract class PluginConfigSupport extends StartDebugMojoSupport {

/**
* Application directory.
* Application directory. Either "apps" or "dropins". This defaults to "apps" when there is
* some application configured in server XML config and "dropins" when there is not.
*/
@Parameter(property = "appsDirectory")
protected String appsDirectory;
Expand All @@ -66,7 +67,7 @@ public abstract class PluginConfigSupport extends StartDebugMojoSupport {
protected boolean looseApplication;

/**
* Packages to install. One of "all", "dependencies" or "project".
* Packages to install. One of "all", "dependencies", "project", or "spring-boot-project".
*/
@Parameter(property = "deployPackages", defaultValue = "project", alias = "installAppPackages")
private String deployPackages;
Expand Down

0 comments on commit 292eeda

Please sign in to comment.