sonatype-nexus-community / nexus-repository-composer

Composer support for the Nexus Repository Manager (work in progress!)
Eclipse Public License 1.0
211 stars 82 forks source link

composer install --prefer-source not working #133

Open marcgenou opened 1 year ago

marcgenou commented 1 year ago

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.

composer install --prefer-source We use this command with a satis repo and works syncing and cloning packages and source code (.git folders)

To work in vendors source code without to move elsewhere

if this commands worked

You can see an output here:

Installing dependencies from lock file (including require-dev) Package operations: 34 installs, 0 updates, 0 removals

[...]

As you can see, downloading instead of syncing and extracting instead of cloning.

Type is hosted for non working private repo. The other one working is a proxy type repository from packagist. Both running in a nexus docker 3.43.0-01

bartkibilko commented 4 months ago

Same issue here. Bump!