Hi

I've tried to get the maven-stage-plugin working. Currently the -DrepositoryId parameter is not working, which is not a fault of the plugin itself. That problem seems to stem from WagonManager in maven-artifact-manager or beyond. Anyway I couldn't find the root of the problem.

Now I need this to work because my local Windows user name is not the same as my ASF user name. So I decided to sidestep this and added a stage.username parameter to the plugin. I had to modify an interface to squeeze it in, so I have not committed anything of this.

With that in place I had a go at moving the staged release on the maven-one-plugin 2.1. It didn't go that well unfortunately, because the zip-file is created on Windows and apparently contains backslashes in the paths, see error message below. But if I manually unzip the file on people.a.o it unzips nicely, although it displays the same warning. That being said, the files have been unzipped by the plugin, but it's only halfway finished leaving a bunch of .rip files in the there. And the metadata has not been merged. I'm going to remove the stray files for now.

This was just a heads up, in case anyone else tried to go down this road...


[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] Error copying repository from http://people.apache.org/~dennisl/staging-repository-one-plugin/ to scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository

Embedded error: Exit code: 1 - warning: /www/people.apache.org/repo/m2-ibiblio-rsync-repository/staging-plugin-2.1.zip appears to use backslashes as path separators

--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to