forked from apache/maven-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.TXT
24 lines (19 loc) · 851 Bytes
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Deploying web site
-------------------
You can use the deploySite(.sh|.bat) script
Without any profile, the site will be deployed to http://maven.apache.org/maven-release-archives/maven-release-${project.version}
sh ./deploySite.sh -Preporting
To deploy main version http://maven.apache.org/maven-release, use
sh ./deploySite.sh -Preporting -Psite-release
Note you can add arguments to the script to pass your svn credentials:
-Dusername=
-Dpassword=
Workflow for site when releasing
--------------------------------
Once release staged, you can publish a staged site.
cd target/checkout
sh ./deploySite.sh -Preporting
content will be in http://maven.apache.org/maven-release-archives/maven-release-${project.version}
Once vote passed, redeploy main site:
cd target/checkout (or use the version tag)
sh ./deploySite.sh -Preporting -Psite-release