2010/5/5 Mck <[email protected]>: > Halfway through the "test build" process and i am stuck! > > mvn -Papache-release -Darguments="-Papache-release" release:stage > (-Prelease seems to have been replaced with -Papache-release) > > fails with > >> [INFO] [INFO] Using alternate deployment repository >> scp://people.apache.org/www/people.apache.org/builds/tiles/2/m2-staging-repository >> [INFO] [INFO] >> ------------------------------------------------------------------------ >> [INFO] [ERROR] BUILD FAILURE >> [INFO] [INFO] >> ------------------------------------------------------------------------ >> [INFO] [INFO] : >> scp://people.apache.org/www/people.apache.org/builds/tiles/2/m2-staging-repository >> [INFO] Invalid syntax for repository. >> [INFO] >> [INFO] Invalid syntax for alternative repository. Use "id::layout::url". > > Should i (can i) just try the original `mvn release:perform ...` ?
No, otherwise the build will be put in the release repository. Let's stage it before. Can you try using the -DstagingRepository parameter directly, using the specified layout? tiles-staging::standard::scp://.... Antonio
