defeated by maven automated release process

2015-01-15 Thread Steve Loughran
I have to confess: I can't release using maven to automate the ASF artifact release process; I'm getting 401/unauthed, even though the infrastructure team can't see any problems Can someone else try? 1. release branch is branches/branch-0.6 ; tag tag-prerelease-0.61 being what I want to release.

Re: defeated by maven automated release process

2015-01-16 Thread Josh Elser
Billie caught it (despite me staring at it). Because we override the repository in distributionManagement, you need to have apache.staging.https defined in ~/.m2/settings.xml with your credentials (not just the normal apache.releases.https from apache.pom). I have a release:perform of the tag

Re: defeated by maven automated release process

2015-01-16 Thread Josh Elser
Alright, a bit farther: With the slider-0.61.0 tag that Steve already made, I ran `mvn release:clean release:prepare` myself, modified the release.properties to to use "slider-0.61.0" instead of the dummy tag name I provided, and then `mvn release:perform -Darguments="-DskipTests"` to push it

Re: defeated by maven automated release process

2015-01-17 Thread Steve Loughran
thanks for this you too: I had snapshot and release, but not this staging one. I'll do a run through tomorrow myself On 16 January 2015 at 18:39, Josh Elser wrote: > Alright, a bit farther: > > With the slider-0.61.0 tag that Steve already made, I ran `mvn > release:clean release:prepare` myself

Re: defeated by maven automated release process

2015-01-20 Thread Steve Loughran
OK, I've got all this done & fixed a race in our build where the agent.tar.gz didn't always make it into the tar file. Our manual build steps got it in, but the mvn release didn't. now it's just that signing On 16 January 2015 at 18:39, Josh Elser wrote: > Alright, a bit farther: > > With the s

Re: defeated by maven automated release process

2015-01-20 Thread Steve Loughran
We have our first repository! https://repository.apache.org/content/repositories/orgapacheslider-1002/org/apache/slider/ big zip file is in https://repository.apache.org/content/repositories/orgapacheslider-1002/org/apache/slider/slider-assembly/0.61.0/ I couldn't stop the app packages getting

Re: defeated by maven automated release process

2015-01-20 Thread Ted Yu
I browsed the staging repo - looks good. On Tue, Jan 20, 2015 at 6:05 AM, Steve Loughran wrote: > We have our first repository! > > > https://repository.apache.org/content/repositories/orgapacheslider-1002/org/apache/slider/ > > big zip file is in > > > https://repository.apache.org/content/repo

Re: defeated by maven automated release process

2015-01-20 Thread Sumit Mohanty
Looks good to me. I have asked Srimanth to verify from Ambari perspective as well. On Tue, Jan 20, 2015 at 3:27 PM, Ted Yu wrote: > I browsed the staging repo - looks good. > > On Tue, Jan 20, 2015 at 6:05 AM, Steve Loughran > wrote: > > > We have our first repository! > > > > > > > https://rep

Re: defeated by maven automated release process

2015-01-16 Thread Josh Elser
I'm poking around with trying out your steps this morning. Will report if I get stuck, too. Steve Loughran wrote: I have to confess: I can't release using maven to automate the ASF artifact release process; I'm getting 401/unauthed, even though the infrastructure team can't see any problems Ca

Re: defeated by maven automated release process

2015-01-16 Thread Josh Elser
I've been 401'ed as well -- I know my local creds are good because I just deployed a snapshot. [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project slider: Failed to deploy artifacts: Could not transfer artifact org.apache.s