Hello All,

I am a newbie to the world of ServiceMix. I have downloaded the ServiceMix
source from:

   apache-servicemix-3.0-M2-incubating

and the maven-2.0.4

When I am trying to build with the following command:

   mvn -Dmaven.test.skip=true install

I am getting the following messages. Would anyone let me know what I should
(or should not) be doing?

Thanks a lot in advance.

[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   ServiceMix
[INFO]   ServiceMix :: JBI
[INFO]   ServiceMix :: Services
[INFO]   ServiceMix :: Core
[INFO]   ServiceMix :: Components
[INFO]   ServiceMix :: Common
[INFO]   ServiceMix :: SOAP
[INFO]   ServiceMix :: Console
[INFO]   ServiceMix :: Tooling
[INFO]   ServiceMix :: Maven2 :: JBI Plugin
[INFO]   ServiceMix :: HTTP
[INFO]   ServiceMix :: BPE
[INFO]   ServiceMix :: JMS
[INFO]   ServiceMix :: JSR-181 Service Engine
[INFO]   ServiceMix :: WS-Notification Service Engine
[INFO]   ServiceMix :: Lightweight container Service Engine
[INFO]   ServiceMix :: SCA Service Engine
[INFO]   ServiceMix :: Web
[INFO]   ServiceMix :: EIP
[INFO]   ServiceMix :: ITests
[INFO]   ServiceMix :: BeanFlow
[INFO]   ServiceMix :: Maven2 :: Archetypes :: BindingComponent
[INFO]   ServiceMix :: Maven2 :: Archetypes :: ServiceEngine
[INFO]   ServiceMix :: Maven2 :: Archetypes :: ServiceUnit
[INFO]   ServiceMix :: Maven2 :: Archetypes :: ServiceAssembly
[INFO]   ServiceMix :: Samples
[INFO]   ServiceMix :: Samples :: WSDL first
[INFO]   ServiceMix :: Samples :: WSDL first :: JSR181
[INFO]   ServiceMix :: Samples :: WSDL first :: HTTP
[INFO]   ServiceMix :: Samples :: WSDL first :: SA
[INFO]   Servicemix :: Assembly
Downloading:
http://servicemix.org/m2-repo/org/apache/servicemix/tooling/jbi-maven-plugin/1.0-M2-incubating/jbi-maven-plugin-1.0-M2-incubating.jar
[WARNING] Unable to get resource from repository servicemix-m2-repo
(http://servicemix.org/m2-repo)
Downloading:
http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2/org/apache/servicemix/tooling/jbi-maven-plugin/1.0-M2-incubating/jbi-maven-plugin-1.0-M2-incubating.jar
[WARNING] Unable to get resource from repository servicemix-distribution
(http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2)
Downloading:
http://repo1.maven.org/maven2/org/apache/servicemix/tooling/jbi-maven-plugin/1.0-M2-incubating/jbi-maven-plugin-1.0-M2-incubating.jar
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Plugin could not be found - check that the goal name is correct:
Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=org.apache.servicemix.tooling
-DartifactId=jbi-maven-plugin \
        -Dversion=1.0-M2-incubating -Dpackaging=maven-plugin
-Dfile=/path/to/file


 
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:1.0-M2-incubating

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  servicemix-m2-repo (http://servicemix.org/m2-repo),
  servicemix-distribution
(http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2)

 
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:1.0-M2-incubating

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  servicemix-m2-repo (http://servicemix.org/m2-repo),
  servicemix-distribution
(http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2)

[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 10 seconds
[INFO] Finished at: Tue Aug 15 09:40:14 CDT 2006
[INFO] Final Memory: 5M/159M
[INFO]
------------------------------------------------------------------------

-- 
View this message in context: 
http://www.nabble.com/Build-problems-with-SerivceMix-tf2109810.html#a5816326
Sent from the ServiceMix - Dev forum at Nabble.com.

Reply via email to