Arif,

What version of Maven are you using (use the command mvn -version)? Have you tried running the build with the -e switch to get more information? I still think that maven is unable to connect to a public repository to get the dependencies. In which file have you specified the proxy settings? Can you verify them once more?


Regards,

Gert

Arif Mohd wrote:
iam trying to build the binaries from servicemix code by using the following
commands

a) mvn eclipse:eclipse
b) mvn -Dmaven.test.skip=true -Dprofile=step1 install

none of the commands are working and iam getting the following error, i
manually dowloaded eclipse plugin jar and placed in the folder
.m2/repository but still iam getting the same error.

[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   ServiceMix
[INFO]   Servicemix :: Build
[INFO]   ServiceMix :: Parent
[INFO]   ServiceMix :: Core
[INFO]   ServiceMix :: JBI
[INFO]   ServiceMix :: Services
[INFO]   ServiceMix :: Core
[INFO]   ServiceMix :: Audit
[INFO]   ServiceMix :: Common
[INFO]   ServiceMix :: Common
[INFO]   ServiceMix :: Components
[INFO]   ServiceMix :: SOAP
[INFO]   ServiceMix :: SOAP2
[INFO]   ServiceMix :: BeanFlow
[INFO]   ServiceMix :: Tooling
[INFO]   ServiceMix :: Maven2 JBI Plugin
[INFO]   ServiceMix :: Maven2 XFire Plugin
[INFO]
----------------------------------------------------------------------------
[INFO] Building ServiceMix
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not
exist or no valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Wed May 30 18:17:16 IST 2007
[INFO] Final Memory: 3M/6M
[INFO]
------------------------------------------------------------------------

Reply via email to