Nathan Beyer wrote:

I'm trying to help out the Xerces and XML Commons project to produce some
POMs and publish some newly release JARs to the central repository. Should I
just go about this as described here [1] and post a JIRA issue or is there a
more streamlined approach that Apache projects can integrate with to do this
in a more automated fashion.

Use a command line like the following:

    mvn deploy:deploy-file -Dpackaging=jar -Dversion=... \
       -DartifactId=... -DgroupId=... -DpomFile=... \
       -DgeneratePom=false -Dfile=... \

-Durl=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository

(This is written from memory, check the syntax of the scp URL and the path on people.apache.org!)

Once that is done, post a note on this list, because the directory isn't synced automatically, regardless of the name.


Jochen


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

Reply via email to