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
<walter.rasm...@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-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

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

Reply via email to