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

Nexus and composer integration - failing authentication step #132

Open GuillermoLlidoNestle opened 1 year ago

GuillermoLlidoNestle commented 1 year ago

I’m trying to set up a composer proxy in Nexus. Everything works fine when I’m not using authentication but with the authentication config I’m getting the below error:

ERROR: hudson.AbortException: Script execution error : [name:7f033936fe6e, result:javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: username for class: Script40]

It seems that the composer community nexus plugin has some issues supporting Statis.

Satis has some issues to be proxied by Nexus 3.

I followed some “workarounds” from the ticket https://github.com/sonatype-nexus-community/nexus-repository-composer/issues/29 Looks like tarball is required for the Nexus composer https://github.com/sonatype-nexus-community/nexus-repository-composer/pull/37