-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathretired.xml
More file actions
64 lines (55 loc) · 4.01 KB
/
Copy pathretired.xml
File metadata and controls
64 lines (55 loc) · 4.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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.
-->
<!-- Retired projects -->
<manifest>
<remote name='origin' fetch='https://github.com/apache' />
<remote name='plexus' fetch='https://github.com/codehaus-plexus' />
<remote name='svn2git' fetch='https://github.com/apache' />
<default revision='master' remote='origin' sync-j='8' />
<project path='plugins/core/maven-verifier-plugin' name='maven-verifier-plugin.git' />
<project path='plugins/reporting/maven-docck-plugin' name='maven-docck-plugin.git' />
<project path='plugins/reporting/maven-linkcheck-plugin' name='maven-linkcheck-plugin.git' />
<project path='plugins/tools/maven-ant-plugin' name='maven-ant-plugin.git' />
<project path='plugins/tools/maven-patch-plugin' name='maven-patch-plugin.git' />
<project path='plugins/tools/maven-pdf-plugin' name='maven-pdf-plugin.git' />
<project path='plugins/tools/maven-repository-plugin' name='maven-repository-plugin.git' />
<project path='plugins/tools/maven-stage-plugin' name='maven-stage-plugin.git' />
<project path='doxia/site' name='maven-doxia-site.git' />
<project path='doxia/tools/doxia-book-maven-plugin' name='maven-doxia-book-maven-plugin.git' />
<project path='doxia/tools/doxia-book-renderer' name='maven-doxia-book-renderer.git' />
<project path='doxia/tools/linkcheck' name='maven-doxia-linkcheck.git' />
<project path='misc/skins/default' name='maven-default-skin.git' />
<project path='shared/artifact-resolver' name='maven-artifact-resolver.git' />
<project path='shared/artifact-transfer' name='maven-artifact-transfer.git' />
<project path='shared/downloader' name='maven-downloader.git' />
<project path='shared/osgi' name='maven-osgi.git' />
<project path='shared/project-utils' name='maven-project-utils.git' />
<project path='shared/repository-builder' name='maven-repository-builder.git' />
<project path='shared/runtime' name='maven-runtime.git' />
<project path='svn/repository-tools' name='maven-repository-tools.git' revision='trunk' />
<project path='svn/sandbox' name='maven-sandbox.git' revision='trunk' />
<project path='svn/doxia-ide' name='maven-doxia-ide.git' revision='trunk' />
<project path='plexus/components/cipher' name='plexus-cipher.git' remote='plexus' />
<project path='plexus/components/cli' name='plexus-cli.git' remote='plexus' />
<project path='plexus/components/digest' name='plexus-digest.git' remote='plexus' />
<project path='plexus/components/swizzle' name='plexus-swizzle.git' remote='plexus' />
<project path='plexus/plexus-containers' name='plexus-containers.git' remote='plexus' />
<project path='plexus/pom/components' name='plexus-components.git' remote='plexus' />
</manifest>