Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/530 ```bash ââ[ottofowler@Winterfell] - [~/tmp/HelloParser] - [Thu Aug 03, 19:12] ââ[$]> 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.1</version> <description>Apache Maven Parser Extension Archetype for Metron</description> </archetype> </archetypes> </archetype-catalog> ``` ```bash ââ[ottofowler@Winterfell] - [~/tmp/HelloParser] - [Thu Aug 03, 19:13] ââ[$]> 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.nifi</groupId> <artifactId>nifi-service-bundle-archetype</artifactId> <version>1.2.0-SNAPSHOT</version> <description>Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.</description> </archetype> <archetype> <groupId>org.apache.nifi</groupId> <artifactId>nifi-processor-bundle-archetype</artifactId> <version>1.2.0-SNAPSHOT</version> <description>Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.</description> </archetype> <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. ---