- Revision
- 818
- Author
- mauro
- Date
- 2008-09-05 02:04:07 -0500 (Fri, 05 Sep 2008)
Log Message
Upgraded to latest release of rspec-maven-plugin which supports optional flags to ignore failure and skip tests.
Modified Paths
Diff
Modified: trunk/examples/jruby-example/pom.xml (817 => 818)
--- trunk/examples/jruby-example/pom.xml 2008-09-04 14:49:07 UTC (rev 817) +++ trunk/examples/jruby-example/pom.xml 2008-09-05 07:04:07 UTC (rev 818) @@ -91,8 +91,9 @@ <jrubyHome>${project.build.directory}/jruby/META-INF/jruby.home</jrubyHome> <sourceDirectory>${basedir}/src/test/ruby/specs</sourceDirectory> <outputDirectory>${basedir}/target</outputDirectory> - <reportFile>${basedir}/target/rspec-report.html</reportFile> + <reportName>rspec-report.html</reportName> <ignoreFailure>false</ignoreFailure> + <skipTests>false</skipTests> </configuration> <executions> <execution>
Modified: trunk/pom.xml (817 => 818)
--- trunk/pom.xml 2008-09-04 14:49:07 UTC (rev 817) +++ trunk/pom.xml 2008-09-05 07:04:07 UTC (rev 818) @@ -225,7 +225,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rspec-maven-plugin</artifactId> - <version>1.0-beta-3</version> + <version>1.0-beta-4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
Modified: trunk/waffle-ruby/pom.xml (817 => 818)
--- trunk/waffle-ruby/pom.xml 2008-09-04 14:49:07 UTC (rev 817) +++ trunk/waffle-ruby/pom.xml 2008-09-05 07:04:07 UTC (rev 818) @@ -76,7 +76,8 @@ <sourceDirectory>${basedir}/src/test/ruby/specs</sourceDirectory> <outputDirectory>${basedir}/target</outputDirectory> <reportName>rspec-report.html</reportName> - <ignoreFailure>false</ignoreFailure> + <ignoreFailure>false</ignoreFailure> + <skipTests>false</skipTests> </configuration> <executions> <execution>
To unsubscribe from this list please visit:
