Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/530 ``` cat ~/.m2/repository/archetype-catalog.xml <?xml version="1.0" encoding="UTF-8"?> <archetype-catalog xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0 http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd" xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <archetypes> <archetype> <groupId>org.apache.metron</groupId> <artifactId>metron-maven-parser-extension-archetype</artifactId> <version>0.4.0</version> <description>Apache Maven Parser Extension Archetype for Metron</description> </archetype> </archetypes> </archetype-catalog> cat ~/.m2/archetype-catalog.xml <?xml version="1.0" encoding="UTF-8"?> <archetype-catalog xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0 http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd" xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <archetypes> ... <archetype> <groupId>org.apache.metron</groupId> <artifactId>metron-maven-parser-extension-archetype</artifactId> <version>0.4.1</version> <description>Apache Maven Parser Extension Archetype for Metron</description> </archetype> </archetypes> </archetype-catalog> ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---