Skip to main content

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

Hi Arjan,

I am using 1.0.5, I am getting following error when I execute this:

# Open a new staging repo
mvn -B nexus-staging:rc-open \
  -DstagingProfileId="${STAGING_PROFILE_ID}" \
  -DstagingDescription="${STAGING_DESC}"

Can you point me to the job (or share the script) to refer to, I might be missing something trivial in my script then?

Thanks,

Vinay

On 13/11/18 1:59 PM, arjan tijms wrote:
Hi,

I used the 1.0.5 parent and didn’t need to set any of these. Which parent pom are you using, then?


On Tuesday, November 13, 2018, vinay.vishal@xxxxxxxxxx <vinay.vishal@xxxxxxxxxx> wrote:

Hi,

As per wiki, following three need to be customized for each project:

# Customize these for each project
STAGING_NAME
STAGING_DESC
STAGING_PROFILE_ID

What is STAGING_PROFILE_ID, is this just the hash of the latest commit id (in short form)?.

I am getting following error when rc-open goal gets executed of nexus-staging-maven-plugin.

[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-open (default-cli) on project glassfish-main-aggregator: 
Execution default-cli of goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-open failed: 404 - Not Found -> [Help 1]

Any help?


_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ee4j-build

Back to the top