-
Notifications
You must be signed in to change notification settings - Fork 6
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
There is no POM in this directory (/src) & [FATAL] Non-readable POM problem #1
Comments
Docker Version: 17.09.0-ce |
Hi! It seems an error when you run the docker image. Are you linking properly the /src folder to the source one you have in your env? Cheers! |
It seems a maven issue. Could you please put the result of ls -l /opt/AppiumCore? Also instead of running -e DOCKER_TESTS_COMMAND="mvn test" try to run -e DOCKER_TESTS_COMMAND="mvn test -X" to see a full stacktrace. Thanks! |
Hi @estefafdez, After reviewing this it seems the Dockerfile has a typo. If you add there an execution like:
rebuilds the image and run it back, does it work? If yes, please create a PR with that change. Thanks! |
Hello,
We follow all the instructions described into this project. We create an AppiumCore project with all the information necessary to run test using Appium. The test contained on the project run in our local environment (run the test on the IDE and by executing mvn test on the command line).
The pom.xml file is included on the /src directory as requested.
If we run this docker-appium along with our project, we get the following errors:
First error: there is no POM in this directory (/src):
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/src). Please verify you invoked Maven from the correct directory.
And then, if we create a new pom.xml file with the same content, we get the following error:
Any idea what could we do to resolve the problem?
Thank you.
The text was updated successfully, but these errors were encountered: