I just committed a pom change so that integrations tests will not be run as part of a default maven build, but just as part of "integration testing". So, if you usually did "mvn clean install" from now on the tests from projects bellow will not be run anymore. To run them you will have to use the "integration" profile like "mvn clean install -Pintegration"
The following projects will not be included in the default build: * tests/core * tests/performance This is done in order to build faster Qi4j on your usual day by day builds. The continuous integration builds will be changed to include the integration profiles. Alin On Thu, May 8, 2008 at 2:57 PM, Rickard Öberg <[EMAIL PROTECTED]> wrote: > Hey, > > For those who haven't looked at the new source layout (GREAT work > Alin!), there is now a separate place for tests related to Jira issues. > Create a new package for each issue, with the classes needed by the test > in that package, and call the test itself "IssueTest". This makes it > much easier to get the test cases into the main builds, and avoids > having to attach test case sourcecode to the Jira issue. > > /Rickard > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev > -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven Development. http://malaysia.jayway.net - New Energy for Projects - Great People working on Great Projects at Great Places _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

