ctubbsii commented on a change in pull request #332: ACCUMULO-4826 Use the
hadoop3 shaded jars
URL: https://github.com/apache/accumulo/pull/332#discussion_r170412238
##########
File path: pom.xml
##########
@@ -128,7 +128,9 @@
<findbugs.version>3.0.5</findbugs.version>
<!-- surefire/failsafe plugin option -->
<forkCount>1</forkCount>
+ <hadoop.profile>2</hadoop.profile>
Review comment:
There is a build extension mentioned in the comments of that issue which
could be a good workaround to creating a third profile. It provides a mechanism
to add a scripted expression to determine if a profile should be active or not.
It looks promising, but I'd want to test it in Eclipse M2E (and maybe other
IDEs which support Maven) first to see if the correct profile activates by
default there also.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services