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
With the 3.1 release of ci.maven, you need to specify runnable in the include parameter once again. No need to specify packageType (defaults to jar when runnable is specified) or outputDirectory (defaults to ${project.build.directory}/liberty-alt-output-dir for package goal and install-feature goal). Change the following code in LibertyRuntime.java:
With the 3.1 release of ci.maven, you need to specify
runnablein theincludeparameter once again. No need to specify packageType (defaults to jar when runnable is specified) or outputDirectory (defaults to ${project.build.directory}/liberty-alt-output-dir for package goal and install-feature goal). Change the following code in LibertyRuntime.java:to