The wsdl-first example is broken because it cannot locate the 
3.1-incubating-SNAPSHOT version of the jbi-maven-plugin 
----------------------------------------------------------------------------------------------------------------------

                 Key: SM-608
                 URL: https://issues.apache.org/activemq/browse/SM-608
             Project: ServiceMix
          Issue Type: Bug
    Affects Versions: 3.1
            Reporter: Bruce Snyder
             Fix For: 3.1


The wsdl-first example has the jbi-maven-plugin specified in the pom.xml file, 
but there is no pluginRepository specified in the pom.xml, so the build results 
in the following failure: 

{panel}
[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=3.1-incubating-SNAPSHOT -Dpackaging=maven-plugin 
-Dfile=/path/to/file


  
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.1-incubating-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

  
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.1-incubating-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)
{panel} 

I confirmed that this is an issue by moving my local version of the tooling 
directory aside like so: 

{panel}
mv ~/.m2/repository/org/apache/servicemix/tooling 
~/.m2/repository/org/apache/servicemix/tooling.old2
{panel}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to