{"id":14987816,"url":"https://github.com/apache/jackrabbit-site","last_synced_at":"2025-10-19T11:32:33.409Z","repository":{"id":219085281,"uuid":"743161277","full_name":"apache/jackrabbit-site","owner":"apache","description":"Apache Jackrabbit Website","archived":false,"fork":false,"pushed_at":"2025-01-16T08:05:55.000Z","size":36893,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-01-30T10:34:34.239Z","etag":null,"topics":["database","jackrabbit","java","jcr","repository"],"latest_commit_sha":null,"homepage":"https://jackrabbit.apache.org/","language":"CSS","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-14T14:19:01.000Z","updated_at":"2025-01-16T08:05:56.000Z","dependencies_parsed_at":"2024-03-28T11:43:40.667Z","dependency_job_id":"d4d59e3b-cb51-4b11-a06d-baa1303ada1a","html_url":"https://github.com/apache/jackrabbit-site","commit_stats":{"total_commits":919,"total_committers":22,"mean_commits":41.77272727272727,"dds":0.499455930359086,"last_synced_commit":"83baafa22dea52b0215a0179886ae296422c6b37"},"previous_names":["apache/jackrabbit-site"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjackrabbit-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjackrabbit-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjackrabbit-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjackrabbit-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/jackrabbit-site/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237125434,"owners_count":19259285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","jackrabbit","java","jcr","repository"],"created_at":"2024-09-24T14:15:30.388Z","updated_at":"2025-10-19T11:32:32.741Z","avatar_url":"https://github.com/apache.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n   Licensed to the Apache Software Foundation (ASF) under one or more\n   contributor license agreements.  See the NOTICE file distributed with\n   this work for additional information regarding copyright ownership.\n   The ASF licenses this file to You under the Apache License, Version 2.0\n   (the \"License\"); you may not use this file except in compliance with\n   the License.  You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n  --\u003e\n\nJackrabbit Site Generation\n==========================\n\n[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]\n[![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-site/job/main.svg)][build]\n\nThis is the Git repository for the content of \u003chttps://jackrabbit.apache.org/jcr/\u003e. \nFurther information in [website](src/site/markdown/website.md).\n\nThe Jackrabbit site lives as Markdown files in `src/site/markdown` such\nthat it easy to view e.g. from GitHub. This project only generates the\ncontent below \u003chttps://svn.apache.org/repos/asf/jackrabbit/site/live/jcr\u003e, otherwise\nthe scm-publish mechanism is too slow, checking out the entire site.\n\nThe Maven site plugin is used to build the web site as follows:\n\n1. In this project's directory execute:\n\n   ````\n   $ mvn site\n   ````\n\n2. Review the site at `target/site/index.html`\n\n3. Commit and push your changes to the source files\n\n### Automatic Deployment\n\nThe `main` branch is automatically built on the [ASF Jenkins][build] after every commit and the results are automatically committed to \u003chttps://svn.apache.org/repos/asf/jackrabbit/site/live/jcr\u003e from where the Website is being populated.\n\n### Manual Deployment\n\n1. Build and deploy the site to \u003chttps://svn.apache.org/repos/asf/jackrabbit/site/live/jcr\u003e using:\n\n   ````\n   $ mvn site-deploy\n   ````\n\n2. Finally review the site at \u003chttps://jackrabbit.apache.org/jcr\u003e.\n\nNote: To skip the final commit use `-Dscmpublish.skipCheckin=true`. You can then\nreview all pending changes in `target/scmpublish-checkout` and follow\nup with `svn commit` manually.\n\n\nNote: Every committer should be able to deploy the site. Deployment is done via svn commit to\n`https://svn.apache.org/repos/asf/jackrabbit/site/live/jcr`. \nThe credentials are retrieved from a server with `id` *apache.releases.https* from the [Maven Settings](https://maven.apache.org/settings.html). Alternatively\none can provide the credentials explicitly via `-Dpassword` and `-Dusername` ([maven-scm-publish-plugin:publish-scm](https://maven.apache.org/plugins/maven-scm-publish-plugin/publish-scm-mojo.html)).\n\n\n[jira]: https://issues.apache.org/jira/projects/JCRSITE/\n[license]: https://www.apache.org/licenses/LICENSE-2.0\n[build]: https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-site/job/main/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjackrabbit-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fjackrabbit-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjackrabbit-site/lists"}