Index: processor/src/site/site.xml
===================================================================
--- processor/src/site/site.xml (revision 0)
+++ processor/src/site/site.xml (revision 0)
@@ -0,0 +1,30 @@
+
+
+
+
+ James Project
+ ../images/james-imap-logo.gif
+ http://james.apache.org/index.html
+
+
+
+
+
+
Property changes on: processor/src/site/site.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
Index: processor/pom.xml
===================================================================
--- processor/pom.xml (revision 1074121)
+++ processor/pom.xml (working copy)
@@ -28,6 +28,12 @@
org.apache.james
apache-james-imap-processor
Apache James IMAP Mailbox Processor function
+
+
+ imap-website-processor
+ ${site.root.url}/imap/processor/
+
+
Index: message/src/site/site.xml
===================================================================
--- message/src/site/site.xml (revision 0)
+++ message/src/site/site.xml (revision 0)
@@ -0,0 +1,30 @@
+
+
+
+
+ James Project
+ ../images/james-imap-logo.gif
+ http://james.apache.org/index.html
+
+
+
+
+
+
Property changes on: message/src/site/site.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
Index: message/pom.xml
===================================================================
--- message/pom.xml (revision 1074121)
+++ message/pom.xml (working copy)
@@ -28,6 +28,12 @@
org.apache.james
apache-james-imap-message
Apache James IMAP Message Library
+
+
+ imap-website-messge
+ ${site.root.url}/imap/message/
+
+
Index: src/site/site.xml
===================================================================
--- src/site/site.xml (revision 1074121)
+++ src/site/site.xml (working copy)
@@ -38,17 +38,18 @@
-
-
-
-
-
-
-
+
+
+
+
Index: api/src/site/site.xml
===================================================================
--- api/src/site/site.xml (revision 0)
+++ api/src/site/site.xml (revision 0)
@@ -0,0 +1,30 @@
+
+
+
+
+ James Project
+ ../images/james-imap-logo.gif
+ http://james.apache.org/index.html
+
+
+
+
+
+
Property changes on: api/src/site/site.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
Index: api/pom.xml
===================================================================
--- api/pom.xml (revision 1074121)
+++ api/pom.xml (working copy)
@@ -28,6 +28,12 @@
org.apache.james
apache-james-imap-api
Apache James IMAP API
+
+
+ imap-website-api
+ ${site.root.url}/imap/api/
+
+
${javax.mail.groupId}
Index: parent/pom.xml
===================================================================
--- parent/pom.xml (revision 1074121)
+++ parent/pom.xml (working copy)
@@ -180,7 +180,7 @@
imap-website
- scp://people.apache.org/www/james.apache.org/imap
+ ${site.root.url}/imap/
@@ -398,6 +398,7 @@
+ scp://people.apache.org/www/james.apache.org/
javax.activation
activation
javax.mail
Index: pom.xml
===================================================================
--- pom.xml (revision 1074121)
+++ pom.xml (working copy)
@@ -42,7 +42,7 @@
imap-website
- scp://people.apache.org/www/james.apache.org/imap
+ ${site.root.url}/imap/
Index: SITE-GENERATION.txt
===================================================================
--- SITE-GENERATION.txt (revision 0)
+++ SITE-GENERATION.txt (revision 0)
@@ -0,0 +1,18 @@
+How to build and publish the website:
+
+ 1. Install Apache Maven 2.0.6+ and make its binary 'mvn' available on your PATH.
+ 2. run "mvn clean site-deploy -Dsite.root.url={URL}".
+ e.g. -Dsite.root.url=file://{james/site/trunk/www}
+ 3. Test the built site in your browser from the {path} folder.
+ 4. If everything looks OK, copy the {path} folder to the checkout of james/site/trunk/www
+ folder.
+ 5. If you are on windows make sure endlines are LF only
+ hint: running "ant" from james/site/trunk/ will do this (this will take a lot).
+ 6. Commit changes to SVN
+ 7. Review generated pages on svn.apache.org/repos/asf/james/site/trunk/www
+ 8. svn-up on minotaur (people.apache.org ?)
+ 9. Wait for the changes to replicate to the Apache web server or setup 140.211.11.10:80 as
+ a proxy to review the changes (described here: http://www.apache.org/dev/project-site.html)
+
+When not setting the property 'site.root.url' in step 2 the default value
+'scp://people.apache.org/www/james.apache.org/' will be used.
\ No newline at end of file
Property changes on: SITE-GENERATION.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native