Hi Benjamin, 2008/8/7 <[EMAIL PROTECTED]>: > Author: bentmann > Date: Thu Aug 7 10:41:00 2008 > New Revision: 683661 > > URL: http://svn.apache.org/viewvc?rev=683661&view=rev > Log: > o Synced id and activation of integration-tests with core ITs > > Modified: > maven/release/trunk/maven-release-plugin/pom.xml > > Modified: maven/release/trunk/maven-release-plugin/pom.xml > URL: > http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/pom.xml?rev=683661&r1=683660&r2=683661&view=diff > ============================================================================== > --- maven/release/trunk/maven-release-plugin/pom.xml (original) > +++ maven/release/trunk/maven-release-plugin/pom.xml Thu Aug 7 10:41:00 2008 > @@ -154,13 +154,7 @@ > <profiles> > <!-- TODO: Enable once MINVOKER-43 is released and the staging works > reliably > <profile> > - <id>integration-tests</id> > - <activation> > - <property> > - <name>maven.test.skip</name> > - <value>!true</value> > - </property> > - </activation> > + <id>run-its</id> > <build>
Removing this activation check, ITs will never be been called by default. Is it really the wanted behaviour? IMHO I think unit testing implies IT testing. Does I missed something? Cheers, Vincent > <plugins> > <plugin> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]