You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2006/09/29 08:41:23 UTC

[jira] Commented: (SM-608) The wsdl-first example is broken because it cannot locate the 3.1-incubating-SNAPSHOT version of the jbi-maven-plugin

    [ https://issues.apache.org/activemq/browse/SM-608?page=comments#action_37037 ] 
            
Guillaume Nodet commented on SM-608:
------------------------------------

This is also true for other samples, and in v 3.0 I think.
We need to keep in mind that the url need to change when releasing ServiceMix.

> 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
>         Assigned To: Bruce Snyder
>             Fix For: 3.1
>
>         Attachments: pom.xml.diff.txt
>
>
> 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