Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/144#discussion_r76919553
--- Diff: pom.xml ---
@@ -1006,6 +1010,10 @@
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
+ <configuration>
+
<excludeGroups>${accumulo.integrationTestsExcludedGroups}</excludeGroups>
+ <groups>${accumulo.integrationTestsGroups}</groups>
+ </configuration>
--- End diff --
At the very least, I've mentioned on several occasions the desire to use a
category to replace `-Psunny`. I'm not so much concerned about updating docs,
but obsoleting them. Documenting new categories as options is one thing. Adding
whole new documention to execute these categories, different than the way these
profiles are activated (or creating different combinations of groups each in
new profiles) is much more problematic.
---
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.
---