This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git.
from c76ced0 Avoid error messages for site and jdk 8 with doclint option
add 91c1475 Changes for site git migration
add bac9034 Changing to https urls and adding docu.
add b7346be Activating new git publish repository
No new revisions were added by this update.
Summary of changes:
README.adoc | 81 ++++++++++
checkoutSite.sh | 135 +++++++++++++++++
deploySite.sh | 61 +++++++-
git-sparse-checkout-pattern | 1 +
pom.xml | 163 +++++++++++++++++++--
redback-authentication/pom.xml | 3 +
.../redback-authentication-api/pom.xml | 3 +
.../redback-authentication-providers/pom.xml | 3 +
.../redback-authentication-ldap/pom.xml | 1 +
.../redback-authentication-memory/pom.xml | 3 +
.../redback-authentication-open/pom.xml | 3 +
.../redback-authentication-users/pom.xml | 3 +
redback-authorization/pom.xml | 3 +
.../redback-authorization-api/pom.xml | 3 +
.../redback-authorization-providers/pom.xml | 3 +
.../redback-authorization-open/pom.xml | 3 +
.../redback-authorization-rbac/pom.xml | 3 +
redback-common/pom.xml | 3 +
redback-common/redback-common-jpa/pom.xml | 3 +
redback-common/redback-common-ldap/pom.xml | 3 +
.../redback-common-test-resources/pom.xml | 3 +
redback-configuration/pom.xml | 3 +
redback-data-management/pom.xml | 3 +
redback-features/pom.xml | 1 +
redback-integrations/pom.xml | 3 +
.../redback-common-integrations/pom.xml | 3 +
.../redback-integrations-security/pom.xml | 3 +
redback-integrations/redback-rest/pom.xml | 3 +
.../redback-rest/redback-rest-api/pom.xml | 1 +
.../redback-rest/redback-rest-services/pom.xml | 1 +
redback-keys/pom.xml | 3 +
redback-keys/redback-authentication-keys/pom.xml | 3 +
redback-keys/redback-keys-api/pom.xml | 3 +
redback-keys/redback-keys-providers/pom.xml | 3 +
.../redback-keys-cached/pom.xml | 3 +
.../redback-keys-jpa/pom.xml | 3 +
.../redback-keys-memory/pom.xml | 3 +
redback-keys/redback-keys-tests/pom.xml | 3 +
redback-policy/pom.xml | 3 +
redback-rbac/pom.xml | 3 +
redback-rbac/redback-rbac-model/pom.xml | 3 +
redback-rbac/redback-rbac-providers/pom.xml | 3 +
.../redback-rbac-cached/pom.xml | 3 +
.../redback-rbac-jpa/pom.xml | 3 +
.../redback-rbac-ldap/pom.xml | 3 +
.../redback-rbac-memory/pom.xml | 3 +
redback-rbac/redback-rbac-role-manager/pom.xml | 3 +
redback-rbac/redback-rbac-tests/pom.xml | 3 +
redback-system/pom.xml | 3 +
redback-users/pom.xml | 3 +
redback-users/redback-users-api/pom.xml | 3 +
redback-users/redback-users-providers/pom.xml | 3 +
.../redback-users-cached/pom.xml | 3 +
.../redback-users-configurable/pom.xml | 3 +
.../redback-users-jpa/pom.xml | 3 +
.../redback-users-ldap/pom.xml | 3 +
.../redback-users-memory/pom.xml | 3 +
redback-users/redback-users-tests/pom.xml | 3 +
src/site/site.xml | 18 ++-
59 files changed, 590 insertions(+), 20 deletions(-)
create mode 100644 README.adoc
create mode 100755 checkoutSite.sh
mode change 100644 => 100755 deploySite.sh
create mode 100644 git-sparse-checkout-pattern