Skip to content

Commit

Permalink
Rename parameter to appMonitorTrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
evie-lau committed Aug 7, 2023
1 parent a9ba3c6 commit 3db9505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private void doDeploy() throws IOException, MojoExecutionException, TransformerE
}

// create applicationMonitor configuration in configDropins/defaults
appMonXml.writeAppMonitorConfigXmlDocument(serverDirectory, applicationMonitorValue);
appMonXml.writeAppMonitorConfigXmlDocument(serverDirectory, appMonitorTrigger);
}

private void installSpringBootApp() throws MojoExecutionException, IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ public abstract class StartDebugMojoSupport extends ServerFeatureSupport {
@Parameter
protected List<String> jvmOptions;

@Parameter(property = "applicationMonitor")
protected String applicationMonitorValue;
@Parameter(property = "appMonitorTrigger")
protected String appMonitorTrigger;

/**
* The current plugin's descriptor. This is auto-filled by Maven 3.
Expand Down

0 comments on commit 3db9505

Please sign in to comment.