Description
I'm working on a set of Struts archetypes and discovered that the parent non-archetype project is also added to the local catalog when using archetype:update-local-catalog goal.
All the submodules are using maven-archetype packaging and the main project is using pom packaging.
I have prepared a PR to skip those non-archetype projects
https://github.com/apache/maven-archetype/pull/33