Just read the output: it means that one of your tests failed. :) Check the files generated in target/test-reports/, run maven with -e, check the properties of the test plugin to ignore test failures/errors [1], and either fix the test or your code! :)

-Lukas

[1] http://maven.apache.org/maven-1.x/plugins/test/properties.html

Ming Cheung wrote:
I have added the test plugin 1.8 dependency to projectRoot/etc/project.xml, and it caused a build failure. What did I do wrong? and what does this error mean? and How can I correct this build failure caused by this?

here is the dependency I added to the project.xml

/<dependencies> /
/ <dependency>/
/ <groupId>maven</groupId>/
/ <artifactId>maven-test-plugin</artifactId>/
/ <type>plugin</type>/
/ <version>1.8</version>/
/ </dependency>/
/ </dependencies>/

and my build failure

/BUILD FAILED/
/File...... C:\Documents and Settings\mingcheu\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly/
/Element... maven:reactor/
/Line...... 217/
/Column.... 9/
/Unable to obtain goal [multiproject:install-callback] -- C:\Documents and Settings\mingcheu\.maven\cache\maven-test-plugin-1.8\plugin.jelly:151:49: <junit> Test org.apache.rampart.MessageBuilderTest failed/
/Total time: 12 minutes 57 seconds/
/Finished at: Wed Sep 20 12:27:14 CDT 2006/




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to