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

The end path "" is not absolute. #74

Open
VictorDC92 opened this issue Feb 19, 2024 · 1 comment
Open

The end path "" is not absolute. #74

VictorDC92 opened this issue Feb 19, 2024 · 1 comment

Comments

@VictorDC92
Copy link

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.

@livsi
Copy link

livsi commented Apr 2, 2024

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 ...

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

No branches or pull requests

2 participants