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

Add upload GUI support #146

Open stefdev49 opened 12 months ago

stefdev49 commented 12 months ago

This PR brings upload GUI support for hosted composer repository. With this functionality you can upload manually a package from nexus GUI.

It adds the 2 support classes needed and a unit test class.