You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

archetype-metadata.xml 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  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
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  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
  18. ~ under the License.
  19. -->
  20. <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"
  21. 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"
  22. name="archiva-consumer-archetype" partial="false">
  23. <fileSets>
  24. <fileSet filtered="true" packaged="true">
  25. <directory>src/main/java</directory>
  26. </fileSet>
  27. <fileSet filtered="true" packaged="false">
  28. <directory>src/main/resources</directory>
  29. </fileSet>
  30. <fileSet filtered="true" packaged="true">
  31. <directory>src/test/java</directory>
  32. </fileSet>
  33. <fileSet filtered="true" packaged="false">
  34. <directory>src/test/resources</directory>
  35. </fileSet>
  36. </fileSets>
  37. <requiredProperties>
  38. <requiredProperty key="archivaVersion">
  39. <defaultValue>${archivaVersion}</defaultValue>
  40. </requiredProperty>
  41. <requiredProperty key="log4jVersion">
  42. <defaultValue>${log4j.version}</defaultValue>
  43. </requiredProperty>
  44. <requiredProperty key="slf4jVersion">
  45. <defaultValue>${slf4j.version}</defaultValue>
  46. </requiredProperty>
  47. <requiredProperty key="springVersion">
  48. <defaultValue>${spring.version}</defaultValue>
  49. </requiredProperty>
  50. <requiredProperty key="springockitoVersion">
  51. <defaultValue>${springockito.version}</defaultValue>
  52. </requiredProperty>
  53. <requiredProperty key="mockitoVersion">
  54. <defaultValue>${mockito.version}</defaultValue>
  55. </requiredProperty>
  56. <requiredProperty key="httpclientVersion">
  57. <defaultValue>${httpclient.version}</defaultValue>
  58. </requiredProperty>
  59. <requiredProperty key="httpcoreVersion">
  60. <defaultValue>${httpclient.core.version}</defaultValue>
  61. </requiredProperty>
  62. <requiredProperty key="mavenWagonVersion">
  63. <defaultValue>${wagon.version}</defaultValue>
  64. </requiredProperty>
  65. <requiredProperty key="jakartaInjectVersion">
  66. <defaultValue>${jakarta.inject.version}</defaultValue>
  67. </requiredProperty>
  68. <requiredProperty key="jakartaAnnotationVersion">
  69. <defaultValue>${jakarta.annotation.version}</defaultValue>
  70. </requiredProperty>
  71. </requiredProperties>
  72. </archetype-descriptor>