Hello,
The following should make it easier to update the
Tuscany web site.
One time set up:
In the same directory where your maven repository is
either edit or create a 
setting.xml file and add the following:
<settings>
...
   <servers>
     <server>
       <id>website</id>
       <username>userid</username>  <!-- add this with
your apache userid --!>
     </server>
   </servers>

..
</settings>


 From then on to update the site in the site dirctory:

mvn site     (gen the site. view it at
target\site\index.html)
mvn site:deploy

The deploy step will ask you if you trust the host
credentials type "yes"
It will then prompt for a password,  supply your
Apache password

When done the site should be updated.  The output of
mvn site (target/site) 
should not have to be checked into subversion anymore
and no need to logon to 
people.apache.org to do the svn upate

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to