Questions tagged [liberty-maven-plugin]

22 questions
0
votes
1 answer

Why isn't IBM Liberty Developer Tools or WebSphere Developer Tools (WDT) for Eclipse automatically creating a server to run my Maven project?

PROBLEM / EXPECTED BEHAVIOR I started with the simple Getting Started guide sample application. After a git clone, then cd finish, I did a mvn install, following the instructions in the doc. I then did an Import->Maven->Existing Maven Projects to…
Scott Kurz
  • 4,985
  • 1
  • 18
  • 40
0
votes
1 answer

open liberty won't start app after initial startup

I'm using the liberty-maven-plugin v3.7.1 to start an app in liberty (mvn liberty:dev). My pom setting is listed below. When I run this the first time, with no server in the liberty wlp directory, it works. When I stop the server & run a second…
Mr Smith
  • 3,318
  • 9
  • 47
  • 85
0
votes
1 answer

How to use MicroProfile ConfigProperty injection from a microprofile-config.properties file in Open Liberty test using ShrinkWrap + Arquillian?

Problem I added a microprofile-config.properties file to the Liberty "Testing microservices with the Arquillian managed container" guide sample, but my microprofile-config.properties isn't picked up by my test. Symptom > Exception :…
0
votes
1 answer

How can I use Open Liberty dev mode with my Maven WAR project and include JavaScript and CSS files from outside my project (eg from my local machine)?

I have some JavaScript and CSS files which are not part of my WAR module source repository. They are not packaged in a Maven dependency either. I separately extract them to a path on my local system. How can I use include these resources in my…
Scott Kurz
  • 4,985
  • 1
  • 18
  • 40
0
votes
1 answer

Getting CWWKF0044E incompatible feature error using Open Liberty with Maven, but I didn't configure incompatible features

When using Open Liberty version 22.0.0.5 and liberty-maven-plugin version 3.3 with a server config (server.xml) configuring just a single feature: batch-2.0 and running "dev…
Scott Kurz
  • 4,985
  • 1
  • 18
  • 40
0
votes
1 answer

How to redeploy artifact with liberty-maven-plugin?

I have IBM Liberty server running on my machine and want to redeploy my WAR using corresponding maven plugin. The documentation says that there are goals like deploy , undeploy , install-apps . Currently I am using
ikos23
  • 4,879
  • 10
  • 41
  • 60
0
votes
1 answer

What tools are there to deploy to Websphere 8.5 using maven on OSX

I'm currently looking for an easy way to deploy to a remote websphere server using maven from OSX. I haven't found that much online about this topic. There seems to be a liberty-maven-plugin, but I'm unsure if that can do remote deployment.
Rick Eyre
  • 2,355
  • 4
  • 20
  • 26
1
2