You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2010/02/19 04:22:40 UTC

[jira] Created: (SM-1933) Sample poms refer to people.apache.org instead of repository.apache.org for snapshot

Sample poms refer to people.apache.org instead of repository.apache.org for snapshot
------------------------------------------------------------------------------------

                 Key: SM-1933
                 URL: https://issues.apache.org/activemq/browse/SM-1933
             Project: ServiceMix
          Issue Type: Bug
          Components: samples
    Affects Versions: 3.3.1
            Reporter: Gert Vanthienen
            Assignee: Gert Vanthienen
             Fix For: 3.3.2


{noformat}
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.servicemix:servicemix-bean:jar:2010.01-SNAPSHOT

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file -DgroupId=org.apache.servicemix -DartifactId=servicemix-bean -Dversion=2010.01-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

 Alternatively, if you host your own repository you can deploy the file there:
     mvn deploy:deploy-file -DgroupId=org.apache.servicemix -DartifactId=servicemix-bean -Dversion=2010.01-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
       1) org.apache.servicemix.samples.loan-broker:loan-broker-bean-su:jbi-service-unit:3.3.2-SNAPSHOT
       2) org.apache.servicemix:servicemix-bean:jar:2010.01-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
 org.apache.servicemix.samples.loan-broker:loan-broker-bean-su:jbi-service-unit:3.3.2-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 servicemix.m2 (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
 codehaus (http://repository.codehaus.org),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 apache.incubating (http://people.apache.org/repo/m2-incubating-repository)
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SM-1933) Sample poms refer to people.apache.org instead of repository.apache.org for snapshot

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SM-1933.
---------------------------------

    Resolution: Fixed

Fixed in http://svn.apache.org/viewvc?view=revision&revision=911691

> Sample poms refer to people.apache.org instead of repository.apache.org for snapshot
> ------------------------------------------------------------------------------------
>
>                 Key: SM-1933
>                 URL: https://issues.apache.org/activemq/browse/SM-1933
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 3.3.1
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 3.3.2
>
>
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.servicemix:servicemix-bean:jar:2010.01-SNAPSHOT
>  Try downloading the file manually from the project website.
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=org.apache.servicemix -DartifactId=servicemix-bean -Dversion=2010.01-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>  Alternatively, if you host your own repository you can deploy the file there:
>      mvn deploy:deploy-file -DgroupId=org.apache.servicemix -DartifactId=servicemix-bean -Dversion=2010.01-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>  Path to dependency:
>        1) org.apache.servicemix.samples.loan-broker:loan-broker-bean-su:jbi-service-unit:3.3.2-SNAPSHOT
>        2) org.apache.servicemix:servicemix-bean:jar:2010.01-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>  org.apache.servicemix.samples.loan-broker:loan-broker-bean-su:jbi-service-unit:3.3.2-SNAPSHOT
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>  servicemix.m2 (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
>  codehaus (http://repository.codehaus.org),
>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>  apache.incubating (http://people.apache.org/repo/m2-incubating-repository)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.