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

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

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

        

[jira] Resolved: (SM-608) Maven based examples should include the needed repositories

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-608?page=all ]

Guillaume Nodet resolved SM-608.
--------------------------------

    Resolution: Fixed

Author: gnodet
Date: Mon Oct  2 05:58:27 2006
New Revision: 452019

URL: http://svn.apache.org/viewvc?view=rev&rev=452019
Log:
SM-608: Maven based examples should include the needed repositories

Modified:
   incubator/servicemix/branches/servicemix-3.0/samples/basic/pom.xml
   incubator/servicemix/branches/servicemix-3.0/samples/bridge/pom.xml
   incubator/servicemix/branches/servicemix-3.0/samples/loan-broker/pom.xml
   incubator/servicemix/branches/servicemix-3.0/samples/servicemix-web/pom.xml
   incubator/servicemix/branches/servicemix-3.0/samples/ws-sec/pom.xml
   incubator/servicemix/branches/servicemix-3.0/samples/wsdl-first/pom.xml


Author: gnodet
Date: Mon Oct  2 05:58:32 2006
New Revision: 452020

URL: http://svn.apache.org/viewvc?view=rev&rev=452020
Log:
SM-608: Maven based examples should include the needed repositories

Modified:
   incubator/servicemix/trunk/samples/basic/pom.xml
   incubator/servicemix/trunk/samples/bridge/pom.xml
   incubator/servicemix/trunk/samples/loan-broker/pom.xml
   incubator/servicemix/trunk/samples/servicemix-web/pom.xml
   incubator/servicemix/trunk/samples/ws-sec/pom.xml
   incubator/servicemix/trunk/samples/wsdl-first/pom.xml



> Maven based examples should include the needed repositories
> -----------------------------------------------------------
>
>                 Key: SM-608
>                 URL: https://issues.apache.org/activemq/browse/SM-608
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.1, 3.0
>            Reporter: Bruce Snyder
>         Assigned To: Guillaume Nodet
>             Fix For: 3.0.1, 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

        

[jira] Updated: (SM-608) Maven based examples should include the needed repositories

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-608?page=all ]

Guillaume Nodet updated SM-608:
-------------------------------

              Summary: Maven based examples should include the needed repositories  (was: The wsdl-first example is broken because it cannot locate the 3.1-incubating-SNAPSHOT version of the jbi-maven-plugin)
        Fix Version/s: 3.0.1
    Affects Version/s: 3.0

> Maven based examples should include the needed repositories
> -----------------------------------------------------------
>
>                 Key: SM-608
>                 URL: https://issues.apache.org/activemq/browse/SM-608
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.1, 3.0
>            Reporter: Bruce Snyder
>         Assigned To: Guillaume Nodet
>             Fix For: 3.1, 3.0.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

        

[jira] Updated: (SM-608) Maven based examples should include the needed repositories

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-608?page=all ]

Guillaume Nodet updated SM-608:
-------------------------------

    Component/s: servicemix-assembly

> Maven based examples should include the needed repositories
> -----------------------------------------------------------
>
>                 Key: SM-608
>                 URL: https://issues.apache.org/activemq/browse/SM-608
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-assembly
>    Affects Versions: 3.0, 3.1
>            Reporter: Bruce Snyder
>         Assigned To: Guillaume Nodet
>             Fix For: 3.0.1, 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

        

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

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-608?page=all ]

Guillaume Nodet reopened SM-608:
--------------------------------

      Assignee: Guillaume Nodet  (was: Bruce Snyder)
             
We need to put the needed repositories for all maven based examples
and also in 3.0.1

> 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: Guillaume Nodet
>             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

        

[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

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-608?page=all ]

Bruce Snyder closed SM-608.
---------------------------

    Resolution: Fixed
      Assignee: Bruce Snyder

Sending        pom.xml
Transmitting file data .
Committed revision 451073.

> 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

        

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

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-608?page=all ]

Bruce Snyder updated SM-608:
----------------------------

    Attachment: pom.xml.diff.txt

Attaching a patch to fix the issue. 

> 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
>
>         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