Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/858#discussion_r155339646 --- Diff: metron-interface/metron-alerts/pom.xml --- @@ -130,4 +146,44 @@ </plugin> </plugins> </build> + </profile> + + <profile> + <id>e2e</id> + <build> + <plugins> + <plugin> --- End diff -- Once we get closer to consensus on what this is going to look like, I promise I will add extensive documentation.
---