Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/144#discussion_r76904810
--- Diff: pom.xml ---
@@ -115,6 +115,10 @@
<url>https://builds.apache.org/view/A-D/view/Accumulo/</url>
</ciManagement>
<properties>
+
<accumulo.anyClusterTests>org.apache.accumulo.test.categories.AnyClusterTest</accumulo.anyClusterTests>
+ <accumulo.integrationTestsExcludedGroups />
+
<accumulo.integrationTestsGroups>${accumulo.anyClusterTests},${accumulo.miniclusterTests}</accumulo.integrationTestsGroups>
--- End diff --
I'd suggest shortening these property names to `accumulo.it.groups` and
`accumulo.it.excludeGroups` to more closely match the user property names in
the failsafe plugin, but without removing the accumulo-failsafe-specific
context you've added.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---