Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] Staging profile id?

On 11/13/18 2:54 AM, Maxim Nesen wrote:
Staging profile can be configured manually in Nexus using that manual https://help.sonatype.com/repomanager2/staging-releases/configuring-the-staging-suite but many of us (me as well) do not have right to create such a staging profile manually. So it is required to grand rights to a particular user or someone who has appropriate rights could configure profile at staging and provide its ID. Or may be there is another way to configure profile at staging? By some job for example?
The staging profile is created when you request deployment access at OSSRH.
It basically maps deployment permissions to groupIds.

You can list the profiles available for the account you have using "mvn nexus-staging:rc-list-profiles"

If the profile is missing or invalid this could indicate a bad setup of the OSSRH account.


Back to the top