You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/07/03 16:38:57 UTC

[maven-sources] 01/01: Initial commit

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch submodules
in repository https://gitbox.apache.org/repos/asf/maven-sources.git

commit be9258026c66564979be275fe7460c519559652d
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Jul 3 14:53:24 2020 +0200

    Initial commit
---
 .gitmodules                                        | 288 +++++++++++++++++++++
 core/its                                           |   1 +
 core/maven                                         |   1 +
 core/maven-wrapper-plugin                          |   1 +
 core/pom.xml                                       |  41 +++
 core/resolver                                      |   1 +
 core/resolver-ant-tasks                            |   1 +
 doxia/doxia                                        |   1 +
 doxia/pom.xml                                      |  43 +++
 doxia/site                                         |   1 +
 doxia/sitetools                                    |   1 +
 doxia/tools/converter                              |   1 +
 doxia/tools/doxia-book-maven-plugin                |   1 +
 doxia/tools/doxia-book-renderer                    |   1 +
 doxia/tools/linkcheck                              |   1 +
 misc/archetypes                                    |   1 +
 misc/dist-tool                                     |   1 +
 misc/indexer                                       |   1 +
 misc/jenkins/env                                   |   1 +
 misc/jenkins/lib                                   |   1 +
 misc/plugin-testing                                |   1 +
 misc/pom.xml                                       |  47 ++++
 misc/pom/apache                                    |   1 +
 misc/pom/maven                                     |   1 +
 misc/skins/default                                 |   1 +
 misc/skins/fluido                                  |   1 +
 misc/wagon                                         |   1 +
 plugins/core/maven-clean-plugin                    |   1 +
 plugins/core/maven-compiler-plugin                 |   1 +
 plugins/core/maven-deploy-plugin                   |   1 +
 plugins/core/maven-install-plugin                  |   1 +
 plugins/core/maven-resources-plugin                |   1 +
 plugins/core/maven-site-plugin                     |   1 +
 plugins/core/maven-verifier-plugin                 |   1 +
 plugins/core/pom.xml                               |  44 ++++
 plugins/core/surefire                              |   1 +
 plugins/packaging/maven-acr-plugin                 |   1 +
 plugins/packaging/maven-ear-plugin                 |   1 +
 plugins/packaging/maven-ejb-plugin                 |   1 +
 plugins/packaging/maven-jar-plugin                 |   1 +
 plugins/packaging/maven-jlink-plugin               |   1 +
 plugins/packaging/maven-jmod-plugin                |   1 +
 plugins/packaging/maven-rar-plugin                 |   1 +
 plugins/packaging/maven-shade-plugin               |   1 +
 plugins/packaging/maven-source-plugin              |   1 +
 plugins/packaging/maven-war-plugin                 |   1 +
 plugins/packaging/pom.xml                          |  46 ++++
 plugins/pom.xml                                    |  40 +++
 plugins/reporting/jxr                              |   1 +
 plugins/reporting/maven-changelog-plugin           |   1 +
 plugins/reporting/maven-changes-plugin             |   1 +
 plugins/reporting/maven-checkstyle-plugin          |   1 +
 plugins/reporting/maven-doap-plugin                |   1 +
 plugins/reporting/maven-docck-plugin               |   1 +
 plugins/reporting/maven-javadoc-plugin             |   1 +
 plugins/reporting/maven-jdeps-plugin               |   1 +
 plugins/reporting/maven-linkcheck-plugin           |   1 +
 plugins/reporting/maven-pmd-plugin                 |   1 +
 .../reporting/maven-project-info-reports-plugin    |   1 +
 plugins/reporting/pom.xml                          |  47 ++++
 plugins/tools/archetype                            |   1 +
 plugins/tools/enforcer                             |   1 +
 plugins/tools/maven-antrun-plugin                  |   1 +
 plugins/tools/maven-artifact-plugin                |   1 +
 plugins/tools/maven-assembly-plugin                |   1 +
 plugins/tools/maven-dependency-plugin              |   1 +
 plugins/tools/maven-gpg-plugin                     |   1 +
 plugins/tools/maven-help-plugin                    |   1 +
 plugins/tools/maven-invoker-plugin                 |   1 +
 plugins/tools/maven-jarsigner-plugin               |   1 +
 plugins/tools/maven-jdeprscan-plugin               |   1 +
 plugins/tools/maven-patch-plugin                   |   1 +
 plugins/tools/maven-pdf-plugin                     |   1 +
 plugins/tools/maven-remote-resources-plugin        |   1 +
 plugins/tools/maven-scm-publish-plugin             |   1 +
 plugins/tools/maven-scripting-plugin               |   1 +
 plugins/tools/maven-stage-plugin                   |   1 +
 plugins/tools/maven-toolchains-plugin              |   1 +
 plugins/tools/plugin-tools                         |   1 +
 plugins/tools/pom.xml                              |  57 ++++
 plugins/tools/release                              |   1 +
 plugins/tools/scm                                  |   1 +
 pom.xml                                            |  66 +++++
 shared/archiver                                    |   1 +
 shared/artifact-transfer                           |   1 +
 shared/common-artifact-filters                     |   1 +
 shared/dependency-analyzer                         |   1 +
 shared/dependency-tree                             |   1 +
 shared/file-management                             |   1 +
 shared/filtering                                   |   1 +
 shared/invoker                                     |   1 +
 shared/jarsigner                                   |   1 +
 shared/mapping                                     |   1 +
 shared/pom.xml                                     |  57 ++++
 shared/project-utils                               |   1 +
 shared/reporting-api                               |   1 +
 shared/reporting-exec                              |   1 +
 shared/reporting-impl                              |   1 +
 shared/script-interpreter                          |   1 +
 shared/shared-incremental                          |   1 +
 shared/shared-io                                   |   1 +
 shared/shared-jar                                  |   1 +
 shared/shared-resources                            |   1 +
 shared/shared-utils                                |   1 +
 shared/verifier                                    |   1 +
 site                                               |   1 +
 sources                                            |   1 +
 107 files changed, 872 insertions(+)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c6c63ec
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,288 @@
+[submodule "site"]
+	path = site
+	url = https://gitbox.apache.org/repos/asf/maven-site.git
+[submodule "sources"]
+	path = sources
+	url = https://gitbox.apache.org/repos/asf/maven-sources.git
+[submodule "core/maven"]
+	path = core/maven
+	url = https://gitbox.apache.org/repos/asf/maven.git
+[submodule "core/its"]
+	path = core/its
+	url = https://gitbox.apache.org/repos/asf/maven-integration-testing.git
+[submodule "core/resolver"]
+	path = core/resolver
+	url = https://gitbox.apache.org/repos/asf/maven-resolver.git
+[submodule "core/resolver-ant-tasks"]
+	path = core/resolver-ant-tasks
+	url = https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
+[submodule "core/maven-wrapper-plugin"]
+	path = core/maven-wrapper-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git
+[submodule "plugins/core/maven-clean-plugin"]
+	path = plugins/core/maven-clean-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
+[submodule "plugins/core/maven-compiler-plugin"]
+	path = plugins/core/maven-compiler-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
+[submodule "plugins/core/maven-deploy-plugin"]
+	path = plugins/core/maven-deploy-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
+[submodule "plugins/core/maven-install-plugin"]
+	path = plugins/core/maven-install-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-install-plugin.git
+[submodule "plugins/core/maven-resources-plugin"]
+	path = plugins/core/maven-resources-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
+[submodule "plugins/core/maven-site-plugin"]
+	path = plugins/core/maven-site-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-site-plugin.git
+[submodule "plugins/core/surefire"]
+	path = plugins/core/surefire
+	url = https://gitbox.apache.org/repos/asf/maven-surefire.git
+[submodule "plugins/core/maven-verifier-plugin"]
+	path = plugins/core/maven-verifier-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git
+[submodule "plugins/packaging/maven-ear-plugin"]
+	path = plugins/packaging/maven-ear-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
+[submodule "plugins/reporting/maven-changelog-plugin"]
+	path = plugins/reporting/maven-changelog-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git
+[submodule "plugins/tools/maven-antrun-plugin"]
+	path = plugins/tools/maven-antrun-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git
+[submodule "doxia/tools/doxia-book-maven-plugin"]
+	path = doxia/tools/doxia-book-maven-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-doxia-book-maven-plugin.git
+[submodule "misc/archetypes"]
+	path = misc/archetypes
+	url = https://gitbox.apache.org/repos/asf/maven-archetypes.git
+[submodule "misc/pom/maven"]
+	path = misc/pom/maven
+	url = https://gitbox.apache.org/repos/asf/maven-parent.git
+[submodule "misc/skins/default"]
+	path = misc/skins/default
+	url = https://gitbox.apache.org/repos/asf/maven-default-skin.git
+[submodule "misc/jenkins/env"]
+	path = misc/jenkins/env
+	url = https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
+[submodule "plugins/packaging/maven-jar-plugin"]
+	path = plugins/packaging/maven-jar-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
+[submodule "plugins/packaging/maven-rar-plugin"]
+	path = plugins/packaging/maven-rar-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-rar-plugin.git
+[submodule "plugins/packaging/maven-war-plugin"]
+	path = plugins/packaging/maven-war-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-war-plugin.git
+[submodule "plugins/packaging/maven-acr-plugin"]
+	path = plugins/packaging/maven-acr-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-acr-plugin.git
+[submodule "plugins/packaging/maven-shade-plugin"]
+	path = plugins/packaging/maven-shade-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
+[submodule "plugins/packaging/maven-source-plugin"]
+	path = plugins/packaging/maven-source-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-source-plugin.git
+[submodule "plugins/packaging/maven-jlink-plugin"]
+	path = plugins/packaging/maven-jlink-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
+[submodule "plugins/reporting/maven-changes-plugin"]
+	path = plugins/reporting/maven-changes-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
+[submodule "plugins/reporting/maven-checkstyle-plugin"]
+	path = plugins/reporting/maven-checkstyle-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
+[submodule "plugins/reporting/maven-doap-plugin"]
+	path = plugins/reporting/maven-doap-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-doap-plugin.git
+[submodule "plugins/reporting/maven-docck-plugin"]
+	path = plugins/reporting/maven-docck-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-docck-plugin.git
+[submodule "plugins/reporting/maven-javadoc-plugin"]
+	path = plugins/reporting/maven-javadoc-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
+[submodule "plugins/reporting/maven-jdeps-plugin"]
+	path = plugins/reporting/maven-jdeps-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git
+[submodule "plugins/reporting/jxr"]
+	path = plugins/reporting/jxr
+	url = https://gitbox.apache.org/repos/asf/maven-jxr.git
+[submodule "plugins/reporting/maven-linkcheck-plugin"]
+	path = plugins/reporting/maven-linkcheck-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git
+[submodule "plugins/reporting/maven-pmd-plugin"]
+	path = plugins/reporting/maven-pmd-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
+[submodule "plugins/reporting/maven-project-info-reports-plugin"]
+	path = plugins/reporting/maven-project-info-reports-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin
+[submodule "plugins/tools/archetype"]
+	path = plugins/tools/archetype
+	url = https://gitbox.apache.org/repos/asf/maven-archetype.git
+[submodule "plugins/tools/maven-artifact-plugin"]
+	path = plugins/tools/maven-artifact-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git
+[submodule "plugins/tools/maven-assembly-plugin"]
+	path = plugins/tools/maven-assembly-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
+[submodule "plugins/tools/maven-dependency-plugin"]
+	path = plugins/tools/maven-dependency-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
+[submodule "plugins/tools/enforcer"]
+	path = plugins/tools/enforcer
+	url = https://gitbox.apache.org/repos/asf/maven-enforcer.git
+[submodule "plugins/tools/maven-gpg-plugin"]
+	path = plugins/tools/maven-gpg-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git
+[submodule "plugins/tools/maven-help-plugin"]
+	path = plugins/tools/maven-help-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-help-plugin.git
+[submodule "plugins/tools/maven-invoker-plugin"]
+	path = plugins/tools/maven-invoker-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
+[submodule "plugins/tools/maven-jarsigner-plugin"]
+	path = plugins/tools/maven-jarsigner-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git
+[submodule "plugins/tools/maven-jdeprscan-plugin"]
+	path = plugins/tools/maven-jdeprscan-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git
+[submodule "plugins/tools/maven-patch-plugin"]
+	path = plugins/tools/maven-patch-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-patch-plugin.git
+[submodule "plugins/tools/maven-pdf-plugin"]
+	path = plugins/tools/maven-pdf-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git
+[submodule "plugins/tools/plugin-tools"]
+	path = plugins/tools/plugin-tools
+	url = https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
+[submodule "plugins/tools/release"]
+	path = plugins/tools/release
+	url = https://gitbox.apache.org/repos/asf/maven-release.git
+[submodule "plugins/tools/maven-remote-resources-plugin"]
+	path = plugins/tools/maven-remote-resources-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin
+[submodule "plugins/tools/scm"]
+	path = plugins/tools/scm
+	url = https://gitbox.apache.org/repos/asf/maven-scm.git
+[submodule "plugins/tools/maven-scm-publish-plugin"]
+	path = plugins/tools/maven-scm-publish-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
+[submodule "plugins/tools/maven-scripting-plugin"]
+	path = plugins/tools/maven-scripting-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git
+[submodule "plugins/tools/maven-stage-plugin"]
+	path = plugins/tools/maven-stage-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-stage-plugin.git
+[submodule "plugins/tools/maven-toolchains-plugin"]
+	path = plugins/tools/maven-toolchains-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git
+[submodule "shared/archiver"]
+	path = shared/archiver
+	url = https://gitbox.apache.org/repos/asf/maven-archiver.git
+[submodule "shared/artifact-transfer"]
+	path = shared/artifact-transfer
+	url = https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
+[submodule "shared/common-artifact-filters"]
+	path = shared/common-artifact-filters
+	url = https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git
+[submodule "shared/dependency-analyzer"]
+	path = shared/dependency-analyzer
+	url = https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git
+[submodule "shared/dependency-tree"]
+	path = shared/dependency-tree
+	url = https://gitbox.apache.org/repos/asf/maven-dependency-tree.git
+[submodule "shared/file-management"]
+	path = shared/file-management
+	url = https://gitbox.apache.org/repos/asf/maven-file-management.git
+[submodule "shared/filtering"]
+	path = shared/filtering
+	url = https://gitbox.apache.org/repos/asf/maven-filtering.git
+[submodule "shared/invoker"]
+	path = shared/invoker
+	url = https://gitbox.apache.org/repos/asf/maven-invoker.git
+[submodule "shared/jarsigner"]
+	path = shared/jarsigner
+	url = https://gitbox.apache.org/repos/asf/maven-jarsigner.git
+[submodule "shared/mapping"]
+	path = shared/mapping
+	url = https://gitbox.apache.org/repos/asf/maven-mapping.git
+[submodule "shared/project-utils"]
+	path = shared/project-utils
+	url = https://gitbox.apache.org/repos/asf/maven-project-utils.git
+[submodule "shared/reporting-api"]
+	path = shared/reporting-api
+	url = https://gitbox.apache.org/repos/asf/maven-reporting-api.git
+[submodule "shared/reporting-exec"]
+	path = shared/reporting-exec
+	url = https://gitbox.apache.org/repos/asf/maven-reporting-exec.git
+[submodule "shared/reporting-impl"]
+	path = shared/reporting-impl
+	url = https://gitbox.apache.org/repos/asf/maven-reporting-impl.git
+[submodule "shared/script-interpreter"]
+	path = shared/script-interpreter
+	url = https://gitbox.apache.org/repos/asf/maven-script-interpreter.git
+[submodule "shared/shared-incremental"]
+	path = shared/shared-incremental
+	url = https://gitbox.apache.org/repos/asf/maven-shared-incremental.git
+[submodule "shared/shared-io"]
+	path = shared/shared-io
+	url = https://gitbox.apache.org/repos/asf/maven-shared-io.git
+[submodule "shared/shared-jar"]
+	path = shared/shared-jar
+	url = https://gitbox.apache.org/repos/asf/maven-shared-jar.git
+[submodule "shared/shared-resources"]
+	path = shared/shared-resources
+	url = https://gitbox.apache.org/repos/asf/maven-shared-resources.git
+[submodule "shared/shared-utils"]
+	path = shared/shared-utils
+	url = https://gitbox.apache.org/repos/asf/maven-shared-utils.git
+[submodule "shared/verifier"]
+	path = shared/verifier
+	url = https://gitbox.apache.org/repos/asf/maven-verifier.git
+[submodule "doxia/doxia"]
+	path = doxia/doxia
+	url = https://gitbox.apache.org/repos/asf/maven-doxia.git
+[submodule "doxia/site"]
+	path = doxia/site
+	url = https://gitbox.apache.org/repos/asf/maven-doxia-site.git
+[submodule "doxia/sitetools"]
+	path = doxia/sitetools
+	url = https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
+[submodule "doxia/tools/doxia-book-renderer"]
+	path = doxia/tools/doxia-book-renderer
+	url = https://gitbox.apache.org/repos/asf/maven-doxia-book-renderer.git
+[submodule "doxia/tools/converter"]
+	path = doxia/tools/converter
+	url = https://gitbox.apache.org/repos/asf/maven-doxia-converter.git
+[submodule "doxia/tools/linkcheck"]
+	path = doxia/tools/linkcheck
+	url = https://gitbox.apache.org/repos/asf/maven-doxia-linkcheck.git
+[submodule "misc/pom/apache"]
+	path = misc/pom/apache
+	url = https://gitbox.apache.org/repos/asf/maven-apache-parent.git
+[submodule "misc/skins/fluido"]
+	path = misc/skins/fluido
+	url = https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
+[submodule "misc/dist-tool"]
+	path = misc/dist-tool
+	url = https://gitbox.apache.org/repos/asf/maven-dist-tool.git
+[submodule "misc/jenkins/lib"]
+	path = misc/jenkins/lib
+	url = https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
+[submodule "misc/indexer"]
+	path = misc/indexer
+	url = https://gitbox.apache.org/repos/asf/maven-indexer.git
+[submodule "misc/plugin-testing"]
+	path = misc/plugin-testing
+	url = https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
+[submodule "misc/wagon"]
+	path = misc/wagon
+	url = https://gitbox.apache.org/repos/asf/maven-wagon.git
+[submodule "plugins/packaging/maven-ejb-plugin"]
+	path = plugins/packaging/maven-ejb-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git
+[submodule "plugins/packaging/maven-jmod-plugin"]
+	path = plugins/packaging/maven-jmod-plugin
+	url = https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
diff --git a/core/its b/core/its
new file mode 160000
index 0000000..717bf2f
--- /dev/null
+++ b/core/its
@@ -0,0 +1 @@
+Subproject commit 717bf2ff2b8b333e799475971c3f8e74399e1bec
diff --git a/core/maven b/core/maven
new file mode 160000
index 0000000..65ec04c
--- /dev/null
+++ b/core/maven
@@ -0,0 +1 @@
+Subproject commit 65ec04c2363b16d08b760fe7e494b56b347bffee
diff --git a/core/maven-wrapper-plugin b/core/maven-wrapper-plugin
new file mode 160000
index 0000000..02d5d61
--- /dev/null
+++ b/core/maven-wrapper-plugin
@@ -0,0 +1 @@
+Subproject commit 02d5d612c770f4fb981e28515b75806f847f4203
diff --git a/core/pom.xml b/core/pom.xml
new file mode 100644
index 0000000..e1337f0
--- /dev/null
+++ b/core/pom.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.aggregator</groupId>
+    <artifactId>maven-aggregator</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>core</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for core</name>
+  <modules>
+    <module>maven</module>
+    <module>its</module>
+    <module>resolver</module>
+    <module>resolver-ant-tasks</module>
+    <module>maven-wrapper-plugin</module>
+  </modules>
+</project>
diff --git a/core/resolver b/core/resolver
new file mode 160000
index 0000000..2133d0d
--- /dev/null
+++ b/core/resolver
@@ -0,0 +1 @@
+Subproject commit 2133d0d23a9062f6305ab8be07aa22af4d413aa5
diff --git a/core/resolver-ant-tasks b/core/resolver-ant-tasks
new file mode 160000
index 0000000..77af875
--- /dev/null
+++ b/core/resolver-ant-tasks
@@ -0,0 +1 @@
+Subproject commit 77af87501c9f2279ce8009803038af2752c7bffd
diff --git a/doxia/doxia b/doxia/doxia
new file mode 160000
index 0000000..d55d614
--- /dev/null
+++ b/doxia/doxia
@@ -0,0 +1 @@
+Subproject commit d55d6144a06b08e2f6972a61f247ad40e8c96de3
diff --git a/doxia/pom.xml b/doxia/pom.xml
new file mode 100644
index 0000000..182ee2d
--- /dev/null
+++ b/doxia/pom.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.aggregator</groupId>
+    <artifactId>maven-aggregator</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>doxia</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for Doxia</name>
+  <modules>
+    <module>doxia</module>
+    <module>site</module>
+    <module>sitetools</module>
+    <module>tools/doxia-book-maven-plugin</module>
+    <module>tools/doxia-book-renderer</module>
+    <module>tools/converter</module>
+    <module>tools/linkcheck</module>
+  </modules>
+</project>
diff --git a/doxia/site b/doxia/site
new file mode 160000
index 0000000..b74072c
--- /dev/null
+++ b/doxia/site
@@ -0,0 +1 @@
+Subproject commit b74072c2c1a2db7db101cd6fb2251c8ebe85c638
diff --git a/doxia/sitetools b/doxia/sitetools
new file mode 160000
index 0000000..e549258
--- /dev/null
+++ b/doxia/sitetools
@@ -0,0 +1 @@
+Subproject commit e5492587e8455e90037763b86356d93466c3e263
diff --git a/doxia/tools/converter b/doxia/tools/converter
new file mode 160000
index 0000000..969ac9c
--- /dev/null
+++ b/doxia/tools/converter
@@ -0,0 +1 @@
+Subproject commit 969ac9cc73be4de1f6abe1546a9b5d77c150512b
diff --git a/doxia/tools/doxia-book-maven-plugin b/doxia/tools/doxia-book-maven-plugin
new file mode 160000
index 0000000..812d9d2
--- /dev/null
+++ b/doxia/tools/doxia-book-maven-plugin
@@ -0,0 +1 @@
+Subproject commit 812d9d293d04943d52450c164e373d315656da4c
diff --git a/doxia/tools/doxia-book-renderer b/doxia/tools/doxia-book-renderer
new file mode 160000
index 0000000..3a2a5da
--- /dev/null
+++ b/doxia/tools/doxia-book-renderer
@@ -0,0 +1 @@
+Subproject commit 3a2a5da21f1fa458842ba24bd3b69b2814784113
diff --git a/doxia/tools/linkcheck b/doxia/tools/linkcheck
new file mode 160000
index 0000000..7c8e708
--- /dev/null
+++ b/doxia/tools/linkcheck
@@ -0,0 +1 @@
+Subproject commit 7c8e708ab2de3c2a4cead3b7a48bb7c08686fe28
diff --git a/misc/archetypes b/misc/archetypes
new file mode 160000
index 0000000..f9f45bc
--- /dev/null
+++ b/misc/archetypes
@@ -0,0 +1 @@
+Subproject commit f9f45bca2afc282887047253a6eeba4faf146e98
diff --git a/misc/dist-tool b/misc/dist-tool
new file mode 160000
index 0000000..ec50fd5
--- /dev/null
+++ b/misc/dist-tool
@@ -0,0 +1 @@
+Subproject commit ec50fd54243f438c05a79e72ee9a6a6058695ca0
diff --git a/misc/indexer b/misc/indexer
new file mode 160000
index 0000000..465681a
--- /dev/null
+++ b/misc/indexer
@@ -0,0 +1 @@
+Subproject commit 465681a62f0d27a47ceb412b248d7361677215fb
diff --git a/misc/jenkins/env b/misc/jenkins/env
new file mode 160000
index 0000000..6e8965c
--- /dev/null
+++ b/misc/jenkins/env
@@ -0,0 +1 @@
+Subproject commit 6e8965c3e604ff37e18bdaccfe14f976d3526c12
diff --git a/misc/jenkins/lib b/misc/jenkins/lib
new file mode 160000
index 0000000..e5aca61
--- /dev/null
+++ b/misc/jenkins/lib
@@ -0,0 +1 @@
+Subproject commit e5aca61c1347c38c8ebf46217c4d9c90f7be90b2
diff --git a/misc/plugin-testing b/misc/plugin-testing
new file mode 160000
index 0000000..0766245
--- /dev/null
+++ b/misc/plugin-testing
@@ -0,0 +1 @@
+Subproject commit 0766245a8eb5626caff32ce958ccebee6e9d0042
diff --git a/misc/pom.xml b/misc/pom.xml
new file mode 100644
index 0000000..57f7c14
--- /dev/null
+++ b/misc/pom.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.aggregator</groupId>
+    <artifactId>maven-aggregator</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>misc</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for misc</name>
+  <modules>
+    <module>archetypes</module>
+    <module>dist-tool</module>
+    <module>indexer</module>
+    <!-- not a module: jenkins -->
+    <module>plugin-testing</module>
+    <module>pom/apache</module>
+    <module>pom/maven</module>
+    <module>skins/default</module>
+    <module>skins/fluido</module>
+    <!-- not a module: studies -->
+    <module>wagon</module>
+  </modules>
+</project>
diff --git a/misc/pom/apache b/misc/pom/apache
new file mode 160000
index 0000000..2f2d6e4
--- /dev/null
+++ b/misc/pom/apache
@@ -0,0 +1 @@
+Subproject commit 2f2d6e4aeb1bee81c43d9c5f46710a21c9c2f134
diff --git a/misc/pom/maven b/misc/pom/maven
new file mode 160000
index 0000000..b2cc6dc
--- /dev/null
+++ b/misc/pom/maven
@@ -0,0 +1 @@
+Subproject commit b2cc6dcd540c1d100d007f7bb1743f49bbb4644c
diff --git a/misc/skins/default b/misc/skins/default
new file mode 160000
index 0000000..b9c9302
--- /dev/null
+++ b/misc/skins/default
@@ -0,0 +1 @@
+Subproject commit b9c9302b4ba6402d1fb3dd6fa258bd3b47733ff2
diff --git a/misc/skins/fluido b/misc/skins/fluido
new file mode 160000
index 0000000..6878585
--- /dev/null
+++ b/misc/skins/fluido
@@ -0,0 +1 @@
+Subproject commit 6878585731c830f46f8861735bf77c8de176c386
diff --git a/misc/wagon b/misc/wagon
new file mode 160000
index 0000000..a7c8e34
--- /dev/null
+++ b/misc/wagon
@@ -0,0 +1 @@
+Subproject commit a7c8e3470dd968961e87a7cb9a3829d3bec77383
diff --git a/plugins/core/maven-clean-plugin b/plugins/core/maven-clean-plugin
new file mode 160000
index 0000000..68c3303
--- /dev/null
+++ b/plugins/core/maven-clean-plugin
@@ -0,0 +1 @@
+Subproject commit 68c3303f779db52ec6f46a798890790e149afebb
diff --git a/plugins/core/maven-compiler-plugin b/plugins/core/maven-compiler-plugin
new file mode 160000
index 0000000..dc4a563
--- /dev/null
+++ b/plugins/core/maven-compiler-plugin
@@ -0,0 +1 @@
+Subproject commit dc4a5635ba4eb2ba5e461fa53b2c47c58d7fa397
diff --git a/plugins/core/maven-deploy-plugin b/plugins/core/maven-deploy-plugin
new file mode 160000
index 0000000..84d0a07
--- /dev/null
+++ b/plugins/core/maven-deploy-plugin
@@ -0,0 +1 @@
+Subproject commit 84d0a07ef0153ea7ba6dfb0fff816a7e60489877
diff --git a/plugins/core/maven-install-plugin b/plugins/core/maven-install-plugin
new file mode 160000
index 0000000..da439e2
--- /dev/null
+++ b/plugins/core/maven-install-plugin
@@ -0,0 +1 @@
+Subproject commit da439e29cd752841aa04a56e17cfff89b89a32e7
diff --git a/plugins/core/maven-resources-plugin b/plugins/core/maven-resources-plugin
new file mode 160000
index 0000000..43917a4
--- /dev/null
+++ b/plugins/core/maven-resources-plugin
@@ -0,0 +1 @@
+Subproject commit 43917a4837c57434d14e5b6ff6894f2eab6012d1
diff --git a/plugins/core/maven-site-plugin b/plugins/core/maven-site-plugin
new file mode 160000
index 0000000..2c212a7
--- /dev/null
+++ b/plugins/core/maven-site-plugin
@@ -0,0 +1 @@
+Subproject commit 2c212a7f4b4d290bad9e0ceda52cd5aff10b0158
diff --git a/plugins/core/maven-verifier-plugin b/plugins/core/maven-verifier-plugin
new file mode 160000
index 0000000..9f7b856
--- /dev/null
+++ b/plugins/core/maven-verifier-plugin
@@ -0,0 +1 @@
+Subproject commit 9f7b856e0d5dd6cb207d326ff5ead263d4ffadb7
diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
new file mode 100644
index 0000000..f42fbe9
--- /dev/null
+++ b/plugins/core/pom.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.aggregator</groupId>
+    <artifactId>plugins</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>plugins-core</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for Core Plugins</name>
+  <modules>
+    <module>maven-clean-plugin</module>
+    <module>maven-compiler-plugin</module>
+    <module>maven-deploy-plugin</module>
+    <module>maven-install-plugin</module>
+    <module>maven-resources-plugin</module>
+    <module>maven-site-plugin</module>
+    <module>surefire</module>
+    <module>maven-verifier-plugin</module>
+  </modules>
+</project>
diff --git a/plugins/core/surefire b/plugins/core/surefire
new file mode 160000
index 0000000..a11f4b1
--- /dev/null
+++ b/plugins/core/surefire
@@ -0,0 +1 @@
+Subproject commit a11f4b186497885b6c5462d3e6932ff9cb43ad88
diff --git a/plugins/packaging/maven-acr-plugin b/plugins/packaging/maven-acr-plugin
new file mode 160000
index 0000000..8a66ae2
--- /dev/null
+++ b/plugins/packaging/maven-acr-plugin
@@ -0,0 +1 @@
+Subproject commit 8a66ae20fbab42a47d2c75206743fe3f90084fb4
diff --git a/plugins/packaging/maven-ear-plugin b/plugins/packaging/maven-ear-plugin
new file mode 160000
index 0000000..f076ac9
--- /dev/null
+++ b/plugins/packaging/maven-ear-plugin
@@ -0,0 +1 @@
+Subproject commit f076ac9397037068e684038e56a633b6179f13e4
diff --git a/plugins/packaging/maven-ejb-plugin b/plugins/packaging/maven-ejb-plugin
new file mode 160000
index 0000000..ad274e1
--- /dev/null
+++ b/plugins/packaging/maven-ejb-plugin
@@ -0,0 +1 @@
+Subproject commit ad274e18c33809e3361768d25662f2499d5d0d20
diff --git a/plugins/packaging/maven-jar-plugin b/plugins/packaging/maven-jar-plugin
new file mode 160000
index 0000000..536e2e3
--- /dev/null
+++ b/plugins/packaging/maven-jar-plugin
@@ -0,0 +1 @@
+Subproject commit 536e2e3c4aa837cc99f46738d039805b1bb6b220
diff --git a/plugins/packaging/maven-jlink-plugin b/plugins/packaging/maven-jlink-plugin
new file mode 160000
index 0000000..51df86c
--- /dev/null
+++ b/plugins/packaging/maven-jlink-plugin
@@ -0,0 +1 @@
+Subproject commit 51df86cf2a54a82c86b5dc16fcc4924e0472dff5
diff --git a/plugins/packaging/maven-jmod-plugin b/plugins/packaging/maven-jmod-plugin
new file mode 160000
index 0000000..d7df272
--- /dev/null
+++ b/plugins/packaging/maven-jmod-plugin
@@ -0,0 +1 @@
+Subproject commit d7df272cdd107ce610b519bfd0b824af54a869a4
diff --git a/plugins/packaging/maven-rar-plugin b/plugins/packaging/maven-rar-plugin
new file mode 160000
index 0000000..6ea9c73
--- /dev/null
+++ b/plugins/packaging/maven-rar-plugin
@@ -0,0 +1 @@
+Subproject commit 6ea9c738f089930b5f27b4e7796808412b1886b0
diff --git a/plugins/packaging/maven-shade-plugin b/plugins/packaging/maven-shade-plugin
new file mode 160000
index 0000000..6ea8543
--- /dev/null
+++ b/plugins/packaging/maven-shade-plugin
@@ -0,0 +1 @@
+Subproject commit 6ea8543b8b380bd4ebc0e876970957426bb46808
diff --git a/plugins/packaging/maven-source-plugin b/plugins/packaging/maven-source-plugin
new file mode 160000
index 0000000..b677bb8
--- /dev/null
+++ b/plugins/packaging/maven-source-plugin
@@ -0,0 +1 @@
+Subproject commit b677bb8bd173c621ec3c28842aa296f8c149f059
diff --git a/plugins/packaging/maven-war-plugin b/plugins/packaging/maven-war-plugin
new file mode 160000
index 0000000..14d5d46
--- /dev/null
+++ b/plugins/packaging/maven-war-plugin
@@ -0,0 +1 @@
+Subproject commit 14d5d4687f62759ff518eb50589a573cb4e92af7
diff --git a/plugins/packaging/pom.xml b/plugins/packaging/pom.xml
new file mode 100644
index 0000000..a0b12de
--- /dev/null
+++ b/plugins/packaging/pom.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.aggregator</groupId>
+    <artifactId>plugins</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>plugins-packaging</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for Packaging Plugins</name>
+  <modules>
+    <module>maven-ear-plugin</module>
+    <module>maven-ejb-plugin</module>
+    <module>maven-jar-plugin</module>
+    <module>maven-rar-plugin</module>
+    <module>maven-war-plugin</module>
+    <module>maven-acr-plugin</module>
+    <module>maven-shade-plugin</module>
+    <module>maven-source-plugin</module>
+    <module>maven-jlink-plugin</module>
+    <module>maven-jmod-plugin</module>
+  </modules>
+</project>
diff --git a/plugins/pom.xml b/plugins/pom.xml
new file mode 100644
index 0000000..1482312
--- /dev/null
+++ b/plugins/pom.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.aggregator</groupId>
+    <artifactId>maven-aggregator</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>plugins</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for Plugins</name>
+  <modules>
+    <module>core</module>
+    <module>packaging</module>
+    <module>reporting</module>
+    <module>tools</module>
+  </modules>
+</project>
diff --git a/plugins/reporting/jxr b/plugins/reporting/jxr
new file mode 160000
index 0000000..eb1b24b
--- /dev/null
+++ b/plugins/reporting/jxr
@@ -0,0 +1 @@
+Subproject commit eb1b24b24ddcbd7ef36b0a60b56557e77c87bb62
diff --git a/plugins/reporting/maven-changelog-plugin b/plugins/reporting/maven-changelog-plugin
new file mode 160000
index 0000000..89026fb
--- /dev/null
+++ b/plugins/reporting/maven-changelog-plugin
@@ -0,0 +1 @@
+Subproject commit 89026fb95cb6f29eee8eaf881e305b7ea26d3772
diff --git a/plugins/reporting/maven-changes-plugin b/plugins/reporting/maven-changes-plugin
new file mode 160000
index 0000000..b497819
--- /dev/null
+++ b/plugins/reporting/maven-changes-plugin
@@ -0,0 +1 @@
+Subproject commit b497819d8c34b08e44841d2aaa749f8956b557f7
diff --git a/plugins/reporting/maven-checkstyle-plugin b/plugins/reporting/maven-checkstyle-plugin
new file mode 160000
index 0000000..d16d027
--- /dev/null
+++ b/plugins/reporting/maven-checkstyle-plugin
@@ -0,0 +1 @@
+Subproject commit d16d027cb732f8b37e575e3540afb8e08cd3ac06
diff --git a/plugins/reporting/maven-doap-plugin b/plugins/reporting/maven-doap-plugin
new file mode 160000
index 0000000..21c3721
--- /dev/null
+++ b/plugins/reporting/maven-doap-plugin
@@ -0,0 +1 @@
+Subproject commit 21c3721c64789e136830e1d08dbe643522f205fc
diff --git a/plugins/reporting/maven-docck-plugin b/plugins/reporting/maven-docck-plugin
new file mode 160000
index 0000000..4f56125
--- /dev/null
+++ b/plugins/reporting/maven-docck-plugin
@@ -0,0 +1 @@
+Subproject commit 4f561257b156aa2b59d4ce80d777fc1e35b620da
diff --git a/plugins/reporting/maven-javadoc-plugin b/plugins/reporting/maven-javadoc-plugin
new file mode 160000
index 0000000..09b7e03
--- /dev/null
+++ b/plugins/reporting/maven-javadoc-plugin
@@ -0,0 +1 @@
+Subproject commit 09b7e03fe680a0441fc049557a19623bd4572632
diff --git a/plugins/reporting/maven-jdeps-plugin b/plugins/reporting/maven-jdeps-plugin
new file mode 160000
index 0000000..dd88a61
--- /dev/null
+++ b/plugins/reporting/maven-jdeps-plugin
@@ -0,0 +1 @@
+Subproject commit dd88a61cd93f82288f1caf1c102f5b6a5ffb32a3
diff --git a/plugins/reporting/maven-linkcheck-plugin b/plugins/reporting/maven-linkcheck-plugin
new file mode 160000
index 0000000..90380c9
--- /dev/null
+++ b/plugins/reporting/maven-linkcheck-plugin
@@ -0,0 +1 @@
+Subproject commit 90380c97b5828b501c3dc82dde756d9f277f5b90
diff --git a/plugins/reporting/maven-pmd-plugin b/plugins/reporting/maven-pmd-plugin
new file mode 160000
index 0000000..1ff2884
--- /dev/null
+++ b/plugins/reporting/maven-pmd-plugin
@@ -0,0 +1 @@
+Subproject commit 1ff28844d61ffcff37cd77a7c3c42f7c1de19fd2
diff --git a/plugins/reporting/maven-project-info-reports-plugin b/plugins/reporting/maven-project-info-reports-plugin
new file mode 160000
index 0000000..7843b22
--- /dev/null
+++ b/plugins/reporting/maven-project-info-reports-plugin
@@ -0,0 +1 @@
+Subproject commit 7843b22bc4bb34837c6ed4ca41ebf266e8bdd7bd
diff --git a/plugins/reporting/pom.xml b/plugins/reporting/pom.xml
new file mode 100644
index 0000000..38bd72b
--- /dev/null
+++ b/plugins/reporting/pom.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.aggregator</groupId>
+    <artifactId>plugins</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>plugins-reporting</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for Reporting Plugins</name>
+  <modules>
+    <module>maven-changelog-plugin</module>
+    <module>maven-changes-plugin</module>
+    <module>maven-checkstyle-plugin</module>
+    <module>maven-doap-plugin</module>
+    <module>maven-docck-plugin</module>
+    <module>maven-javadoc-plugin</module>
+    <module>maven-jdeps-plugin</module>
+    <module>jxr</module>
+    <module>maven-linkcheck-plugin</module>
+    <module>maven-pmd-plugin</module>
+    <module>maven-project-info-reports-plugin</module>
+  </modules>
+</project>
diff --git a/plugins/tools/archetype b/plugins/tools/archetype
new file mode 160000
index 0000000..ad50f12
--- /dev/null
+++ b/plugins/tools/archetype
@@ -0,0 +1 @@
+Subproject commit ad50f129a48e935f1d5fcd49960c037fdd819981
diff --git a/plugins/tools/enforcer b/plugins/tools/enforcer
new file mode 160000
index 0000000..7e86dd9
--- /dev/null
+++ b/plugins/tools/enforcer
@@ -0,0 +1 @@
+Subproject commit 7e86dd9fa29048b7716fbc42ac17306fc1001c92
diff --git a/plugins/tools/maven-antrun-plugin b/plugins/tools/maven-antrun-plugin
new file mode 160000
index 0000000..0f36ecd
--- /dev/null
+++ b/plugins/tools/maven-antrun-plugin
@@ -0,0 +1 @@
+Subproject commit 0f36ecd0ddf3f0a3c530a3bf9a878228d9feb150
diff --git a/plugins/tools/maven-artifact-plugin b/plugins/tools/maven-artifact-plugin
new file mode 160000
index 0000000..f193f87
--- /dev/null
+++ b/plugins/tools/maven-artifact-plugin
@@ -0,0 +1 @@
+Subproject commit f193f875cc80fa4baba57e69a29e1ac56c653ddf
diff --git a/plugins/tools/maven-assembly-plugin b/plugins/tools/maven-assembly-plugin
new file mode 160000
index 0000000..dfddaa8
--- /dev/null
+++ b/plugins/tools/maven-assembly-plugin
@@ -0,0 +1 @@
+Subproject commit dfddaa82b0dce9ee93e45c794ef903c653ab6666
diff --git a/plugins/tools/maven-dependency-plugin b/plugins/tools/maven-dependency-plugin
new file mode 160000
index 0000000..7309af7
--- /dev/null
+++ b/plugins/tools/maven-dependency-plugin
@@ -0,0 +1 @@
+Subproject commit 7309af7666c18553f5720facac3ec5a95ef18988
diff --git a/plugins/tools/maven-gpg-plugin b/plugins/tools/maven-gpg-plugin
new file mode 160000
index 0000000..25bae43
--- /dev/null
+++ b/plugins/tools/maven-gpg-plugin
@@ -0,0 +1 @@
+Subproject commit 25bae43e8fe7abefe20da847b2ac3d7363f78a5b
diff --git a/plugins/tools/maven-help-plugin b/plugins/tools/maven-help-plugin
new file mode 160000
index 0000000..f0df1e0
--- /dev/null
+++ b/plugins/tools/maven-help-plugin
@@ -0,0 +1 @@
+Subproject commit f0df1e076b0d22097aea84551db9071544dbc413
diff --git a/plugins/tools/maven-invoker-plugin b/plugins/tools/maven-invoker-plugin
new file mode 160000
index 0000000..38e99b0
--- /dev/null
+++ b/plugins/tools/maven-invoker-plugin
@@ -0,0 +1 @@
+Subproject commit 38e99b0f4080677330b28a583542e422d68e1af0
diff --git a/plugins/tools/maven-jarsigner-plugin b/plugins/tools/maven-jarsigner-plugin
new file mode 160000
index 0000000..31e4659
--- /dev/null
+++ b/plugins/tools/maven-jarsigner-plugin
@@ -0,0 +1 @@
+Subproject commit 31e465970cf8cd08f96c82a45e460b16e42481d8
diff --git a/plugins/tools/maven-jdeprscan-plugin b/plugins/tools/maven-jdeprscan-plugin
new file mode 160000
index 0000000..c075857
--- /dev/null
+++ b/plugins/tools/maven-jdeprscan-plugin
@@ -0,0 +1 @@
+Subproject commit c075857868f0151b61c7c05fa623b76918add1a3
diff --git a/plugins/tools/maven-patch-plugin b/plugins/tools/maven-patch-plugin
new file mode 160000
index 0000000..a7c3064
--- /dev/null
+++ b/plugins/tools/maven-patch-plugin
@@ -0,0 +1 @@
+Subproject commit a7c30647bb71c8a2ccda8486da5d9baf93742a12
diff --git a/plugins/tools/maven-pdf-plugin b/plugins/tools/maven-pdf-plugin
new file mode 160000
index 0000000..99f615c
--- /dev/null
+++ b/plugins/tools/maven-pdf-plugin
@@ -0,0 +1 @@
+Subproject commit 99f615c559f1c028e41f6672457b685f34b9c57d
diff --git a/plugins/tools/maven-remote-resources-plugin b/plugins/tools/maven-remote-resources-plugin
new file mode 160000
index 0000000..91148a0
--- /dev/null
+++ b/plugins/tools/maven-remote-resources-plugin
@@ -0,0 +1 @@
+Subproject commit 91148a0d1e629b80f28298b9775c0c769f8eee2d
diff --git a/plugins/tools/maven-scm-publish-plugin b/plugins/tools/maven-scm-publish-plugin
new file mode 160000
index 0000000..d4d4b12
--- /dev/null
+++ b/plugins/tools/maven-scm-publish-plugin
@@ -0,0 +1 @@
+Subproject commit d4d4b12a525089591469a42b00243ca840ead145
diff --git a/plugins/tools/maven-scripting-plugin b/plugins/tools/maven-scripting-plugin
new file mode 160000
index 0000000..d563401
--- /dev/null
+++ b/plugins/tools/maven-scripting-plugin
@@ -0,0 +1 @@
+Subproject commit d56340194f244a5e05e9ddfae3d3ba0acabb12af
diff --git a/plugins/tools/maven-stage-plugin b/plugins/tools/maven-stage-plugin
new file mode 160000
index 0000000..6eee772
--- /dev/null
+++ b/plugins/tools/maven-stage-plugin
@@ -0,0 +1 @@
+Subproject commit 6eee772768e045583dc101d2af0184380bbf4901
diff --git a/plugins/tools/maven-toolchains-plugin b/plugins/tools/maven-toolchains-plugin
new file mode 160000
index 0000000..ee5310a
--- /dev/null
+++ b/plugins/tools/maven-toolchains-plugin
@@ -0,0 +1 @@
+Subproject commit ee5310aadf916008717dc62f3158947b39deccc9
diff --git a/plugins/tools/plugin-tools b/plugins/tools/plugin-tools
new file mode 160000
index 0000000..185734c
--- /dev/null
+++ b/plugins/tools/plugin-tools
@@ -0,0 +1 @@
+Subproject commit 185734cdcb944eac0a0f2e75b5b4c6873259f202
diff --git a/plugins/tools/pom.xml b/plugins/tools/pom.xml
new file mode 100644
index 0000000..b339193
--- /dev/null
+++ b/plugins/tools/pom.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.aggregator</groupId>
+    <artifactId>plugins</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>plugins-tools</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for Tools Plugins</name>
+  <modules>
+    <module>maven-antrun-plugin</module>
+    <module>archetype</module>
+    <module>maven-artifact-plugin</module>
+    <module>maven-assembly-plugin</module>
+    <module>maven-dependency-plugin</module>
+    <module>enforcer</module>
+    <module>maven-gpg-plugin</module>
+    <module>maven-help-plugin</module>
+    <module>maven-invoker-plugin</module>
+    <module>maven-jarsigner-plugin</module>
+    <module>maven-jdeprscan-plugin</module>
+    <module>maven-patch-plugin</module>
+    <module>maven-pdf-plugin</module>
+    <module>plugin-tools</module>
+    <module>release</module>
+    <module>maven-remote-resources-plugin</module>
+    <module>scm</module>
+    <module>maven-scm-publish-plugin</module>
+    <module>maven-scripting-plugin</module>
+    <module>maven-stage-plugin</module>
+    <module>maven-toolchains-plugin</module>
+  </modules>
+</project>
diff --git a/plugins/tools/release b/plugins/tools/release
new file mode 160000
index 0000000..d0fc1b0
--- /dev/null
+++ b/plugins/tools/release
@@ -0,0 +1 @@
+Subproject commit d0fc1b0880d3d5724e26405d5f4979bb5fb7883b
diff --git a/plugins/tools/scm b/plugins/tools/scm
new file mode 160000
index 0000000..9074518
--- /dev/null
+++ b/plugins/tools/scm
@@ -0,0 +1 @@
+Subproject commit 907451834ab0b9c774875c56b435abfd3d267cb7
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..745c114
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.aggregator</groupId>
+  <artifactId>maven-aggregator</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for the whole source code of Maven project</name>
+  <url>https://maven.apache.org/</url>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>https://www.apache.org/</url>
+  </organization>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-sources.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-sources.git</developerConnection>
+    <url>https://github.com/apache/maven-sources/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
+  </scm>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <maven.install.skip>true</maven.install.skip><!-- aggregator POMs not intended to be installed -->
+    <maven.deploy.skip>true</maven.deploy.skip><!-- aggregator POMs not intended to be deployed -->
+  </properties>
+
+  <modules>
+    <module>core</module>
+    <module>doxia</module>
+    <module>misc</module>
+    <module>plugins</module>
+    <module>shared</module>
+    <!-- module>studies</module> -->
+  </modules>
+</project>
diff --git a/shared/archiver b/shared/archiver
new file mode 160000
index 0000000..a3103d9
--- /dev/null
+++ b/shared/archiver
@@ -0,0 +1 @@
+Subproject commit a3103d99396cd8d3440b907ef932a33563225265
diff --git a/shared/artifact-transfer b/shared/artifact-transfer
new file mode 160000
index 0000000..a8fd9dc
--- /dev/null
+++ b/shared/artifact-transfer
@@ -0,0 +1 @@
+Subproject commit a8fd9dc40cc4e405ab7f16ab81a506f8e0d0e9db
diff --git a/shared/common-artifact-filters b/shared/common-artifact-filters
new file mode 160000
index 0000000..c1ca007
--- /dev/null
+++ b/shared/common-artifact-filters
@@ -0,0 +1 @@
+Subproject commit c1ca007f2016dfaf76b82b4d36be53d60e032b22
diff --git a/shared/dependency-analyzer b/shared/dependency-analyzer
new file mode 160000
index 0000000..e867083
--- /dev/null
+++ b/shared/dependency-analyzer
@@ -0,0 +1 @@
+Subproject commit e86708327d0f39d7d1ce3fc0a1a1ef7f085481f2
diff --git a/shared/dependency-tree b/shared/dependency-tree
new file mode 160000
index 0000000..c137955
--- /dev/null
+++ b/shared/dependency-tree
@@ -0,0 +1 @@
+Subproject commit c137955222dfe4279cd77eb1a513a728e50d4097
diff --git a/shared/file-management b/shared/file-management
new file mode 160000
index 0000000..4b3c194
--- /dev/null
+++ b/shared/file-management
@@ -0,0 +1 @@
+Subproject commit 4b3c194f647702bfb7699f181b48045ebf003a07
diff --git a/shared/filtering b/shared/filtering
new file mode 160000
index 0000000..64de258
--- /dev/null
+++ b/shared/filtering
@@ -0,0 +1 @@
+Subproject commit 64de258579f8f012d909dff6eccb3d3a9b2f0742
diff --git a/shared/invoker b/shared/invoker
new file mode 160000
index 0000000..28fcae3
--- /dev/null
+++ b/shared/invoker
@@ -0,0 +1 @@
+Subproject commit 28fcae33b0cf559efcc48b93f530e6de1e8aad71
diff --git a/shared/jarsigner b/shared/jarsigner
new file mode 160000
index 0000000..39d1241
--- /dev/null
+++ b/shared/jarsigner
@@ -0,0 +1 @@
+Subproject commit 39d124100db9a7f1624a6ed54e1beac33fbc7d07
diff --git a/shared/mapping b/shared/mapping
new file mode 160000
index 0000000..6cad189
--- /dev/null
+++ b/shared/mapping
@@ -0,0 +1 @@
+Subproject commit 6cad189a15b1d78e49ac104844f6e6a01440963a
diff --git a/shared/pom.xml b/shared/pom.xml
new file mode 100644
index 0000000..c6ce8e6
--- /dev/null
+++ b/shared/pom.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.aggregator</groupId>
+    <artifactId>maven-aggregator</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>shared</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Aggregator POM for Shared Components</name>
+  <modules>
+    <module>archiver</module>
+    <module>artifact-transfer</module>
+    <module>common-artifact-filters</module>
+    <module>dependency-analyzer</module>
+    <module>dependency-tree</module>
+    <module>file-management</module>
+    <module>filtering</module>
+    <module>invoker</module>
+    <module>jarsigner</module>
+    <module>mapping</module>
+    <module>project-utils</module>
+    <module>reporting-api</module>
+    <module>reporting-exec</module>
+    <module>reporting-impl</module>
+    <module>script-interpreter</module>
+    <module>shared-incremental</module>
+    <module>shared-io</module>
+    <module>shared-jar</module>
+    <module>shared-resources</module>
+    <module>shared-utils</module>
+    <module>verifier</module>
+  </modules>
+</project>
diff --git a/shared/project-utils b/shared/project-utils
new file mode 160000
index 0000000..84da2f4
--- /dev/null
+++ b/shared/project-utils
@@ -0,0 +1 @@
+Subproject commit 84da2f4b3bbef97bc566e7cff03168c15403c597
diff --git a/shared/reporting-api b/shared/reporting-api
new file mode 160000
index 0000000..3733fdc
--- /dev/null
+++ b/shared/reporting-api
@@ -0,0 +1 @@
+Subproject commit 3733fdc953d821851afe36e9259f6d7edca0bd79
diff --git a/shared/reporting-exec b/shared/reporting-exec
new file mode 160000
index 0000000..29b784c
--- /dev/null
+++ b/shared/reporting-exec
@@ -0,0 +1 @@
+Subproject commit 29b784c0fa687c08397dabc4ea5e6e9f337efe16
diff --git a/shared/reporting-impl b/shared/reporting-impl
new file mode 160000
index 0000000..66ef645
--- /dev/null
+++ b/shared/reporting-impl
@@ -0,0 +1 @@
+Subproject commit 66ef645829a589634c5a26fcf68ca6e067e17aa6
diff --git a/shared/script-interpreter b/shared/script-interpreter
new file mode 160000
index 0000000..9f62f60
--- /dev/null
+++ b/shared/script-interpreter
@@ -0,0 +1 @@
+Subproject commit 9f62f6084299a4e3048f535356da94551725c70d
diff --git a/shared/shared-incremental b/shared/shared-incremental
new file mode 160000
index 0000000..085e3ee
--- /dev/null
+++ b/shared/shared-incremental
@@ -0,0 +1 @@
+Subproject commit 085e3ee4cb1e2b036c0400d6aa36dd215876001c
diff --git a/shared/shared-io b/shared/shared-io
new file mode 160000
index 0000000..5164550
--- /dev/null
+++ b/shared/shared-io
@@ -0,0 +1 @@
+Subproject commit 51645508a8eb14a1be9639cd50a95b22230a82af
diff --git a/shared/shared-jar b/shared/shared-jar
new file mode 160000
index 0000000..9735ab3
--- /dev/null
+++ b/shared/shared-jar
@@ -0,0 +1 @@
+Subproject commit 9735ab3e65bcb73525857276380ee5d6e2b745ae
diff --git a/shared/shared-resources b/shared/shared-resources
new file mode 160000
index 0000000..4a75cc8
--- /dev/null
+++ b/shared/shared-resources
@@ -0,0 +1 @@
+Subproject commit 4a75cc8d1d92d1ce4eb82435ffd10c900c6cf7f3
diff --git a/shared/shared-utils b/shared/shared-utils
new file mode 160000
index 0000000..6798f30
--- /dev/null
+++ b/shared/shared-utils
@@ -0,0 +1 @@
+Subproject commit 6798f3033c3c5144e52c5aa8e1be584ea97527d2
diff --git a/shared/verifier b/shared/verifier
new file mode 160000
index 0000000..3a7c77c
--- /dev/null
+++ b/shared/verifier
@@ -0,0 +1 @@
+Subproject commit 3a7c77cd9ef458e5d1ee15e22acee03a628e5846
diff --git a/site b/site
new file mode 160000
index 0000000..429bf1a
--- /dev/null
+++ b/site
@@ -0,0 +1 @@
+Subproject commit 429bf1a349fc7d6318ccbc730e515a9952415391
diff --git a/sources b/sources
new file mode 160000
index 0000000..7e9f7ec
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+Subproject commit 7e9f7ec8961eae9481124bec27cb4e43ccbac4ea