Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cf-maven-plugin mvn issue #1176

Open
hporeddy-vm opened this issue Jan 24, 2023 · 3 comments
Open

cf-maven-plugin mvn issue #1176

hporeddy-vm opened this issue Jan 24, 2023 · 3 comments
Labels

Comments

@hporeddy-vm
Copy link

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

@dmikusa
Copy link
Contributor

dmikusa commented Jan 24, 2023

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.

@hporeddy-vm
Copy link
Author

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

@dmikusa
Copy link
Contributor

dmikusa commented Jan 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants