]> source.dussan.org Git - archiva.git/commitdiff
must also populate variables
authorBrett Porter <brett@apache.org>
Tue, 29 Jul 2014 05:27:55 +0000 (15:27 +1000)
committerBrett Porter <brett@apache.org>
Tue, 29 Jul 2014 05:27:55 +0000 (15:27 +1000)
archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

index 4b1984fcaef6c6ca1fca8a8f2d92373ce4dc3493..48efe7eaad2d3c04577e2afe88df0a540a83d90e 100644 (file)
     <requiredProperty key="derbyVersion">
       <defaultValue>${derbyVersion}</defaultValue>
     </requiredProperty>
+    <requiredProperty key="httpclientCoreVersion">
+      <defaultValue>${httpclient.core.version}</defaultValue>
+    </requiredProperty>
+    <requiredProperty key="commons-poolVersion">
+      <defaultValue>${commons-pool.version}</defaultValue>
+    </requiredProperty>
   </requiredProperties>
-</archetype-descriptor>
\ No newline at end of file
+</archetype-descriptor>