1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ Licensed to the Apache Software Foundation (ASF) under one
4 ~ or more contributor license agreements. See the NOTICE file
5 ~ distributed with this work for additional information
6 ~ regarding copyright ownership. The ASF licenses this file
7 ~ to you under the Apache License, Version 2.0 (the
8 ~ "License"); you may not use this file except in compliance
9 ~ with the License. You may obtain a copy of the License at
11 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~ Unless required by applicable law or agreed to in writing,
14 ~ software distributed under the License is distributed on an
15 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ~ KIND, either express or implied. See the License for the
17 ~ specific language governing permissions and limitations
21 <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
23 name="archiva-consumer-archetype" partial="false">
26 <fileSet filtered="true" packaged="true">
27 <directory>src/main/java</directory>
29 <fileSet filtered="true" packaged="true">
30 <directory>src/test/java</directory>
32 <fileSet filtered="true" packaged="false">
33 <directory>src/test/resources</directory>
37 <requiredProperty key="wagonVersion">
38 <defaultValue>${wagon.version}</defaultValue>
40 <requiredProperty key="archivaVersion">
41 <defaultValue>${archivaVersion}</defaultValue>
43 <requiredProperty key="log4jVersion">
44 <defaultValue>${log4j.version}</defaultValue>
46 <requiredProperty key="slf4jVersion">
47 <defaultValue>${slf4j.version}</defaultValue>
49 <requiredProperty key="springVersion">
50 <defaultValue>${spring.version}</defaultValue>
52 <requiredProperty key="jackrabbitVersion">
53 <defaultValue>${jackrabbit.version}</defaultValue>
55 <requiredProperty key="redbackVersion">
56 <defaultValue>${redback.version}</defaultValue>
58 <requiredProperty key="derbyVersion">
59 <defaultValue>${derbyVersion}</defaultValue>
62 </archetype-descriptor>