cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

cf-maven-plugin mvn issue

Open hporeddy-vm opened this issue 2 years ago • 3 comments
trafficstars

Hi

I have a selenium java testng framework for web application which i need to run in pcf space I added ccf-maven-plugin but getting error java.util.map.size() because envMap is null

any help is greatly appreciated

hporeddy-vm avatar Jan 24 '23 03:01 hporeddy-vm

Sorry, the Maven plugin has not been supported for a very long time. It was only part of v1.x of the cf-java-client. It's been removed for 2+, and we're presently on v5.x. If it works for you, then you're welcome to keep using it, but it's not supported.

dmikusa avatar Jan 24 '23 05:01 dmikusa

oh ok v5.x doea it have the support for java application deploying to pcf and executing it in pcf please. I would like to use ..

my requirement is to run selenium testng script in pcf

Any help is appreciated highly, Thank you

hporeddy-vm avatar Jan 24 '23 15:01 hporeddy-vm

v5.x has full support for CAPI v2 and partial support for CAPI v3. https://apidocs.cloudfoundry.org/16.22.0/

The operations library implements high-level stuff like cf push, and the client library aims to be one-to-one with CAPI.

dmikusa avatar Jan 25 '23 03:01 dmikusa