Looks like I missed my command line and the pom.xml file get committed too...
I changed the pom.xml to exclude the test-integration-* projects from the standard build and have them in a specific 'integration-tests' profile. Regards, Pierre-Arnaud On Thu, Oct 2, 2008 at 6:38 PM, <[EMAIL PROTECTED]> wrote: > Author: pamarcelot > Date: Thu Oct 2 09:38:44 2008 > New Revision: 701183 > > URL: http://svn.apache.org/viewvc?rev=701183&view=rev > Log: > Added velocity.log to svn:ignore. > > Modified: > directory/studio/trunk/ (props changed) > directory/studio/trunk/pom.xml > > Propchange: directory/studio/trunk/ > > ------------------------------------------------------------------------------ > --- svn:ignore (original) > +++ svn:ignore Thu Oct 2 09:38:44 2008 > @@ -2,3 +2,4 @@ > .project > .classpath > .settings > +velocity.log > > Modified: directory/studio/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=701183&r1=701182&r2=701183&view=diff > > ============================================================================== > --- directory/studio/trunk/pom.xml (original) > +++ directory/studio/trunk/pom.xml Thu Oct 2 09:38:44 2008 > @@ -124,6 +124,18 @@ > <module>apacheds-help</module> > </modules> > </profile> > + <!-- > + Integration tests are disabled by default. Add > + -Pintegration-tests > + to the commandline to launch them. > + --> > + <profile> > + <id>integration-tests</id> > + <modules> > + <module>test-integration-core</module> > + <module>test-integration-ui</module> > + </modules> > + </profile> > <!-- > Add the dist modules as profile to force them being built > AFTER the help modules, otherwise we run into a backlog > @@ -1037,8 +1049,6 @@ > <module>apacheds</module> > <module>apacheds-feature</module> > <module>jars</module> > - <module>test-integration-core</module> > - <module>test-integration-ui</module> > </modules> > > <build> > > >
