forked from apache/maven-sources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathretired.xml
More file actions
51 lines (45 loc) · 3 KB
/
Copy pathretired.xml
File metadata and controls
51 lines (45 loc) · 3 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
<?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/reporting/maven-docck-plugin' name='maven-docck-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='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='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>