In the trunk and 1.5 branch of accumulo, top level pom has a profile at the
bottom. It says if we don't skipeTests, skip tests. By changing the true to
false, the tests are running.
<profile>
<!-- Seal jars when either the apache-release profile is
activated or when tests are skipped -->
<id>apache-release</id>
<activation>
<property>
<name>skipTests</name>
<value>!false</value>
</property>
</activation>
<properties>
<sealJars>true</sealJars>
<skipTests>true</skipTests>
</properties>
</profile>
</profiles>
Thanks,
Supun..
On Fri, Apr 12, 2013 at 11:04 AM, Keith Turner <[email protected]> wrote:
> In 1.5 branch when I run "mvn clean package", unit test are not running.
>
--
Supun Kamburugamuva
Member, Apache Software Foundation; http://www.apache.org
E-mail: [email protected]; Mobile: +1 812 369 6762
Blog: http://supunk.blogspot.com