That was my fault. I fixed it in 1.5 branch, and will merge to trunk. I added this extra activation for my testing jar sealing, so I could test it whenever I built without unit tests, so I wouldn't have to do the full apache-release profile. It should be working now.
-- Christopher L Tubbs II http://gravatar.com/ctubbsii On Fri, Apr 12, 2013 at 11:25 AM, Supun Kamburugamuva <[email protected]> wrote: > 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
