We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Utilizo el siguiente comando
composer push --username=**** --password=**** --url=http://nexus.com/repository/xxx 0.0.1-SNAPSHOT
Y me da el siguiente error.
In Filesystem.php line 456:
The end path "" is not absolute.
Me podeís echar una mano a ver como puedo solucionarlo.
The text was updated successfully, but these errors were encountered:
I got the same error. The reason was in the autoload-dev section in my package composer.json:
"autoload-dev": { "psr-4": { "Vendor\\Tests\\": "tests" } },
I added the folder tests to ignore and the error disappeared:
composer push ... --ignore test ...
Sorry, something went wrong.
No branches or pull requests
Utilizo el siguiente comando
composer push --username=**** --password=**** --url=http://nexus.com/repository/xxx 0.0.1-SNAPSHOT
Y me da el siguiente error.
In Filesystem.php line 456:
The end path "" is not absolute.
Me podeís echar una mano a ver como puedo solucionarlo.
The text was updated successfully, but these errors were encountered: