You might want to look over
http://www.goopen.org/confluence/display/SM/Building

Note that the first time you need to install the tooling first :

ie.

mvn -N install
cd tooling
mvn install
cd..
mvn -Dmaven.test.skip=true install


P

On 6/30/06, mclovis <[EMAIL PROTECTED]> wrote:


Thanks for the interest...
here is the info..
[DEBUG] Trying repository servicemix-m2-repo
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)
[DEBUG] Trying repository servicemix-distribution
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)
[DEBUG] Trying repository central
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]
------------------------------------------------------------------------

--
View this message in context:
http://www.nabble.com/building-ServiceMix3.0-tf1869557.html#a5121617
Sent from the ServiceMix - User forum at Nabble.com.


Reply via email to