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



Inactive hide details for Lukas Theussl <[EMAIL PROTECTED]>Lukas Theussl <[EMAIL PROTECTED]>


          Lukas Theussl <[EMAIL PROTECTED]>

          09/19/2006 02:36 PM

          Please respond to
          "Maven Users List" <users@maven.apache.org>

To

Maven Users List <users@maven.apache.org>

cc


Subject

Re: [maven1.x] maven-test-plugin.jar 1.8.1

http://maven.apache.org/maven-1.x/plugins/bundled/downloadPlugins.html

Note however that some plugins are not compatible with maven 1.0.2
anymore, in particular the artifact plugin.

HTH,
-Lukas

Ming Cheung wrote:
> Is there a way that I can download all plugins including the latest ones
> that I need for maven 1.0.2?
>
> Sincerely,
>
> Ming Cheung
> WebSphere Web Services Developer
>

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


Reply via email to