Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
during the generate goal, the new property would determine if the archetype currently being run will be imported/appended to local catalog
this would be much more convenient than "crawl"ing the local repo after running a new archetype
during the generate goal?
actually, if you use maven-archetype packaging, when you 'mvn install' the archetype project, the built archetype will be added to the local catalog (archetype:update-local-catalog bound to install phase): no need to crawl
does it fit your use case?