Repository: incubator-unomi Updated Branches: refs/heads/master 63aa5a623 -> a710d7b2d
- Add news for Git repository - Add fake distribution URL for site to be able to generate again Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/a710d7b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/a710d7b2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/a710d7b2 Branch: refs/heads/master Commit: a710d7b2d2d1861b1c06afd8bc6d87309cc434a9 Parents: 63aa5a6 Author: Serge Huber <[email protected]> Authored: Tue Nov 24 12:29:08 2015 +0100 Committer: Serge Huber <[email protected]> Committed: Tue Nov 24 12:29:08 2015 +0100 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ src/site/markdown/index.md | 1 + 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/a710d7b2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 32d0562..d61e321 100644 --- a/pom.xml +++ b/pom.xml @@ -211,6 +211,15 @@ </developer> </developers> + <distributionManagement> + <site> + <id>website</id> + <!-- we put a fake URL here for staging to work --> + <url>scp://www.mycompany.com/www/docs/project/</url> + </site> + </distributionManagement> + + <profiles> <profile> <id>integration-tests</id> http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/a710d7b2/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 54ee325..a88f93c 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -31,6 +31,7 @@ profiles into segments along user-definable dimensions or acted upon by algorith ### News +- 2015-11-23 Initial code base import in [Git repository](source-repository.html) - 2015-11-20 Added [Apache Maturity Model report page](maturity-model-report.html) - 2015-11-13 Initial web site created - 2015-10-20 JIRA, mailing lists, git, website space created.
