Skip to content

Commit

Permalink
incorparating review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Venmany <[email protected]>
  • Loading branch information
arunvenmany-ibm committed Nov 11, 2024
1 parent fd77c57 commit a09d75f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,6 @@ protected void verifyAppStarted(String appFile) throws MojoExecutionException {
String appName = appFile.substring(0, appFile.lastIndexOf('.'));
if (getAppsDirectory().equals("apps")) {

File serverXML = new File(serverDirectory, "server.xml");

try {
Map<String, File> libertyDirPropertyFiles = getLibertyDirectoryPropertyFiles();
CommonLogger logger = new CommonLogger(getLog());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ protected void undeployApp(File file) throws MojoExecutionException {
if (getAppsDirectory().equals("apps")) {

try {
File serverXML = new File(serverDirectory.getCanonicalPath(), "server.xml");

Map<String, File> libertyDirPropertyFiles = getLibertyDirectoryPropertyFiles();
CommonLogger logger = new CommonLogger(getLog());
setLog(logger.getLog());
Expand Down

0 comments on commit a09d75f

Please sign in to comment.