[
https://issues.apache.org/jira/browse/COMMONSRDF-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504896#comment-14504896
]
Stian Soiland-Reyes commented on COMMONSRDF-9:
----------------------------------------------
I had to do the deployment like this:
{code}
mvn clean site
cd target
svn co
https://svn.apache.org/repos/infra/websites/production/commonsrdf/content/
rm -rf content/*
cd content
cp -r ../target/site/* .
svn add .
# do
svn status
svn add some-file/which/svn-add-ignored/grrr
# repeat until all ? are gone
svn commit
{code}
> Bootstrap Commons site build
> ----------------------------
>
> Key: COMMONSRDF-9
> URL: https://issues.apache.org/jira/browse/COMMONSRDF-9
> Project: Apache Commons RDF
> Issue Type: Improvement
> Reporter: Benedikt Ritter
> Assignee: Sergio Fernández
>
> There are a number of configurations that have to be done in order to
> bootstrap the commons site build. Use for example Commons Lang as a template.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)