you're right: the mini guide explains Archetype 1.x, which had its descriptor
as archetype.xml
But Archetype is now Archetype 2, with archetype-metadata.xml descriptor
If you can create a MNGSITE issue and attach a patch for
http://svn.apache.org/repos/asf/maven/site/trunk/content/apt/guides/min
Hi Curtis,
you can see it here
https://github.com/buschmais/jqa-uber-parent/blob/6e8453a3254bced4ecaf5fa6dcfff3c18f252c19/pom.xml
But this is only a parent POM, which is used for example here
https://github.com/buschmais/jqa-junit-plugin
In my settings.xml adds the Sonatype repository for t
Le vendredi 23 septembre 2016 18:46:36 Manfred Moser a écrit :
> Fair enough. From the purely engineering/mathematical point of view it might
> not make sense. But I dont see a way to get that changed with breaking a
> TON of other stuff.
+1
> And I am not even sure if it would be more intuitive
>
I worked a lot on this in the past, and the range I found the easiest to write
is:
[1.0,2.0-a-a)
= "alpha-alpha" trick
yes, this is still a trick, but at least this better shows the intent
Regards,
Hervé
Le vendredi 23 septembre 2016 13:41:37 Robert Patrick a écrit :
> Well...like I said, I u
This page uses archetype.xml file as example:
https://maven.apache.org/guides/mini/guide-creating-archetypes.html
These pages describe archetype-metadata.xml as specification:
https://maven.apache.org/archetype/maven-archetype-plugin/specification/archetype-metadata.html
https://maven.apache.o