Deploying to a private repo
Releases must be deployed to a private repo, voted and then copied to the public Apache repositories.
To do this, change the properties in the root pom to
<m1.repo>scp://minotaur.apache.org/www/geronimo.apache.org/xbean/dist/xbean-2.5/m1</m1.repo>
<m2.repo>scp://minotaur.apache.org/www/geronimo.apache.org/xbean/dist/xbean-2.5/m2</m2.repo>
<site.repo>scp://minotaur.apache.org/www/geronimo.apache.org/xbean/dist/xbean-2.5/site</site.repo>
Follow the release guidelines below, and start a vote on dev@geronimo.apache.org
When the release is voted, copy the content of the m1 and m2 repos to
minotaur.apache.org:/www/www.apache.org/dist/java-repository/org.apache.xbean/
minotaur.apache.org:/www/www.apache.org/dist/maven-repository/org/apache/xbean/
and ask the maven guys to sync these repos to ibiblio...
Do not forget to revert back the properties before deploying a new snapshot
<m1.repo>scp://minotaur.apache.org/www/people.apache.org/repository</m1.repo>
<m2.repo>scp://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</m2.repo>
<site.repo>scp://minotaur.apache.org/www/geronimo.apache.org/xbean/dist/xbean-2.6-SNAPSHOT/site</site.repo>
|