ctubbsii commented on code in PR #5940:
URL: https://github.com/apache/accumulo/pull/5940#discussion_r2392857250
##########
pom.xml:
##########
@@ -1745,5 +1747,16 @@ under the License.
</plugins>
</build>
</profile>
+ <profile>
+ <id>uniq-test-dirs</id>
+ <activation>
+ <property>
+ <name>uniq-test-dirs</name>
+ </property>
+ </activation>
+ <properties>
+ <accumulo.it.uniq.test.dir>true</accumulo.it.uniq.test.dir>
+ </properties>
+ </profile>
Review Comment:
Also, you can detect `-Dpropname` was used without `=true` because it will
be an empty string instead of null. So, if the code handles that, it's simpler
to use the property.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]