Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Archiva release process.
  2. 1) Perform a release:prepare at root of subversion tree.
  3. 2) Perform a release:peform at the root of subversion tree.
  4. Be sure you have the appropriate $HOME/.m2/settings.xml settings.
  5. <profiles>
  6. <profile>
  7. <id>release</id>
  8. <properties>
  9. <gpg.passphrase>********</gpg.passphrase>
  10. </properties>
  11. </profile>
  12. </profiles>
  13. Be sure you update your gpg passphrase!!
  14. 3) Create the vote for release email.
  15. 4) Wait 72 hours
  16. 5) Tabulate votes
  17. If a negative binding vote occurs, the release must be reviewed.
  18. If 3 or more positive binding votes occur, then the release is blessed.
  19. 6) Perform a stage:copy of the staged repository to the m2-ibiblio-rsync-repository location.
  20. This plugin can be found at the subversion url below:
  21. https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin
  22. $ mvn stage:copy -Dsource="http://people.apache.org/builds/maven/archiva/1.0-alpha-1/m2-staging-repository/" -Dtarget="scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository" -Dversion=1.0-alpha-1 -DrepositoryId=apache.releases
  23. 7) Copy the binaries over to the dist directory.
  24. $ ssh people.apache.org cp /www/people.apache.org/builds/maven/archiva/1.0-alpha-1/archiva-*-bin* /www/www.apache.org/dist/maven/binaries/
  25. $ ssh people.apache.org cp /www/people.apache.org/builds/maven/archiva/1.0-alpha-1/archiva-*-src* /www/www.apache.org/dist/maven/source/
  26. 8) Update the archiva-site documents to point to the new downloads.
  27. Update the released binaries to the latest in archiva-site/src/site/apt/download.apt
  28. To point to the new binaries and source files.
  29. Also add the latest release in the Latest News in archiva-site/src/site/xdoc/index.xml
  30. 9) Deploy the site.
  31. $ mvn clean site:site site:deploy