Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/858#discussion_r155288566 --- Diff: metron-interface/metron-alerts/pom.xml --- @@ -130,4 +146,44 @@ </plugin> </plugins> </build> + </profile> + + <profile> + <id>e2e</id> + <build> + <plugins> + <plugin> --- End diff -- should we document with a comment what these plugins are for?
---