I used the Project > Custom > Goals in order to define a custom Maven goal:
<action>
<actionName>CUSTOM-test</actionName>
<displayName>test</displayName>
<goals>
<goal>test</goal>
</goals>
<properties>
<Env.ACCUMULO_HOME>C:\MyAccumuloHome</Env.ACCUMULO_HOME>
</properties>
</action>
When this custom goal is executed, a few more unit tests in the Start
module succeed.
.. have a good night ..
