Skip to content

Commit

Permalink
Merge pull request OpenLiberty#1791 from scottkurz/update-deploy-doc
Browse files Browse the repository at this point in the history
Enhace deploy parms doc a bit
  • Loading branch information
scottkurz committed Feb 19, 2024
2 parents 0db0a28 + 292eeda commit f4f09d8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public abstract class PluginConfigSupport extends StartDebugMojoSupport {
protected ServerConfigDocument scd = null;

/**
* 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 @@ -69,7 +70,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 f4f09d8

Please sign in to comment.