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
Copy file name to clipboardExpand all lines: WebSphereClearCaches/src/main/java/de/novensa/techniques/maven/plugin/web/as/WebSphere/ClearCachesMojo.java
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,6 @@
29
29
* consulting the mentioned script inside my WebSphere instance. This plugin helps in automating these tasks in your maven build chain.
Copy file name to clipboardExpand all lines: WebSphereClearCaches/src/main/java/de/novensa/techniques/maven/plugin/web/as/WebSphere/runtime/ErrorMessages.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ public interface ErrorMessages {
35
35
36
36
staticfinalStringDIRECTORY_DOES_NOT_EXIST = "The directory '%s' cannot be found.";
37
37
38
+
staticfinalStringPROFILES_DIRECTORY_DOES_NOT_EXIST = "The profiles directory for the profile '%s' is not located in " +
39
+
"'%s' where it is expected.";
40
+
38
41
staticfinalStringFILE_CANNOT_BE_RETRIEVED_ITS_CANONICAL_PATH_FROM = "The file '%s' cannot be retrieved it´s " +
0 commit comments