You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Walter B. Rasmann" <wa...@googlemail.com> on 2009/05/29 16:56:11 UTC

Excalibur-datasource 2.1 unresolved dependecy problem (Where to report?)

I hope this is the right place to report this issue.


Problem description:

Excalibur-datasource depends on packages which are not in the maven repository.


I don't know who manages the maven repository
(http://repo1.maven.org/maven2/) and if I could do something about
this myself.

I have purged the local repository before running "mvn compile" and
the POM contains following dependencies:

   <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>excalibur-datasource</groupId>
        <artifactId>excalibur-datasource</artifactId>
        <version>2.1</version>
    </dependency>


Error message:

***
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) d-haven-managed-pool:d-haven-managed-pool:jar:1.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=d-haven-managed-pool
-DartifactId=d-haven-managed-pool -Dversion=1.0 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=d-haven-managed-pool
-DartifactId=d-haven-managed-pool -Dversion=1.0 -Dpackaging=jar
-Dfile=/path/to/file -Durl
=[url] -DrepositoryId=[id]

  Path to dependency:
        1) com.test:test:jar:1.0-SNAPSHOT
        2) excalibur-datasource:excalibur-datasource:jar:2.1
        3) excalibur-fortress:excalibur-fortress-container-api:jar:1.2
        4) d-haven-managed-pool:d-haven-managed-pool:jar:1.0

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

for artifact:
  com.test:test:jar:1.0-SNAPSHOT

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

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Excalibur-datasource 2.1 unresolved dependecy problem (Where to report?)

Posted by "Walter B. Rasmann" <wa...@googlemail.com>.
Thank you very much.

For now I switched to "excalibur-datasource:1.2.0". If I notice some
weird behavior, I will follow your advice.

This is no big deal. However, the dependencies should be in the same
repository and it is also not the only package with missing
dependencies. I think this is something worth beeing fixed.

On 01/06/2009, Jorg Heymans <jo...@gmail.com> wrote:
> It's available in an m1 repo here
>
> https://svn.apache.org/repos/asf/excalibur/repository/d-haven-managed-pool/jars/
>
> Jorg
>
> On Fri, May 29, 2009 at 4:56 PM, Walter B. Rasmann
> <wa...@googlemail.com> wrote:
>> I hope this is the right place to report this issue.
>>
>>
>> Problem description:
>>
>> Excalibur-datasource depends on packages which are not in the maven
>> repository.
>>
>>
>> I don't know who manages the maven repository
>> (http://repo1.maven.org/maven2/) and if I could do something about
>> this myself.
>>
>> I have purged the local repository before running "mvn compile" and
>> the POM contains following dependencies:
>>
>>   <dependency>
>>      <groupId>junit</groupId>
>>      <artifactId>junit</artifactId>
>>      <version>4.5</version>
>>      <scope>test</scope>
>>    </dependency>
>>    <dependency>
>>        <groupId>excalibur-datasource</groupId>
>>        <artifactId>excalibur-datasource</artifactId>
>>        <version>2.1</version>
>>    </dependency>
>>
>>
>> Error message:
>>
>> ***
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Failed to resolve artifact.
>>
>> Missing:
>> ----------
>> 1) d-haven-managed-pool:d-haven-managed-pool:jar:1.0
>>
>>  Try downloading the file manually from the project website.
>>
>>  Then, install it using the command:
>>      mvn install:install-file -DgroupId=d-haven-managed-pool
>> -DartifactId=d-haven-managed-pool -Dversion=1.0 -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>  Alternatively, if you host your own repository you can deploy the file
>> there:
>>      mvn deploy:deploy-file -DgroupId=d-haven-managed-pool
>> -DartifactId=d-haven-managed-pool -Dversion=1.0 -Dpackaging=jar
>> -Dfile=/path/to/file -Durl
>> =[url] -DrepositoryId=[id]
>>
>>  Path to dependency:
>>        1) com.test:test:jar:1.0-SNAPSHOT
>>        2) excalibur-datasource:excalibur-datasource:jar:2.1
>>        3) excalibur-fortress:excalibur-fortress-container-api:jar:1.2
>>        4) d-haven-managed-pool:d-haven-managed-pool:jar:1.0
>>
>> ----------
>> 1 required artifact is missing.
>>
>> for artifact:
>>  com.test:test:jar:1.0-SNAPSHOT
>>
>> from the specified remote repositories:
>>  central (http://repo1.maven.org/maven2)
>> ***
>>
>> Thank you.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Excalibur-datasource 2.1 unresolved dependecy problem (Where to report?)

Posted by Jorg Heymans <jo...@gmail.com>.
It's available in an m1 repo here

https://svn.apache.org/repos/asf/excalibur/repository/d-haven-managed-pool/jars/

Jorg

On Fri, May 29, 2009 at 4:56 PM, Walter B. Rasmann
<wa...@googlemail.com> wrote:
> I hope this is the right place to report this issue.
>
>
> Problem description:
>
> Excalibur-datasource depends on packages which are not in the maven repository.
>
>
> I don't know who manages the maven repository
> (http://repo1.maven.org/maven2/) and if I could do something about
> this myself.
>
> I have purged the local repository before running "mvn compile" and
> the POM contains following dependencies:
>
>   <dependency>
>      <groupId>junit</groupId>
>      <artifactId>junit</artifactId>
>      <version>4.5</version>
>      <scope>test</scope>
>    </dependency>
>    <dependency>
>        <groupId>excalibur-datasource</groupId>
>        <artifactId>excalibur-datasource</artifactId>
>        <version>2.1</version>
>    </dependency>
>
>
> Error message:
>
> ***
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) d-haven-managed-pool:d-haven-managed-pool:jar:1.0
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=d-haven-managed-pool
> -DartifactId=d-haven-managed-pool -Dversion=1.0 -Dpackaging=jar
> -Dfile=/path/to/file
>
>  Alternatively, if you host your own repository you can deploy the file there:
>      mvn deploy:deploy-file -DgroupId=d-haven-managed-pool
> -DartifactId=d-haven-managed-pool -Dversion=1.0 -Dpackaging=jar
> -Dfile=/path/to/file -Durl
> =[url] -DrepositoryId=[id]
>
>  Path to dependency:
>        1) com.test:test:jar:1.0-SNAPSHOT
>        2) excalibur-datasource:excalibur-datasource:jar:2.1
>        3) excalibur-fortress:excalibur-fortress-container-api:jar:1.2
>        4) d-haven-managed-pool:d-haven-managed-pool:jar:1.0
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>  com.test:test:jar:1.0-SNAPSHOT
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
> ***
>
> Thank you.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org