-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
None
-
None
User Story
as the document above, we are using maven-archetype-plugin 2.4 as a fallback for specifying Catalog - ARCHETYPE-519
since we will publish all the archetypes to public maven, there is no need to specify Catalog location.
It can be done with filter "-Dfilter=org.zkoss:"
once we try to use maven-archetype-plugin 3.X to generate ZK Maven Archetype,
specifying Catalog is not possible, see https://maven.apache.org/archetype/maven-archetype-plugin/archetype-repository.html
Also the maven-archetype-plugin version in the ZK Maven Archetype project(2.2) is too old.
Acceptance Criteria
upgrade the maven-archetype-plugin version in the ZK Maven Archetype project to 3.X or later version.
and update the document to let user generate archetypes with maven-archetype-plugin 3.X and filter instead of using maven-archetype-plugin 2.4 for specifying Catalog.
Details