You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kiran Kodlady <ki...@gmail.com> on 2007/05/07 16:52:57 UTC

Problem with downloading project specific jars from remote repository. plz help

 Hello,

Could u plz help me out in solving this error :


C:\Workspaces\Copy of RS_latest>mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   EDMS RS migration to OD
[INFO]   EDMS RS migration to OD
[INFO]   EDMS RS migration to OD
[INFO]   EDMS RS migration to OD
[INFO]
----------------------------------------------------------------------------
[INFO] Building EDMS RS migration to OD
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://phildcdv07.us.hsbc:8080/repository/proxy/repos/HTSU/Artifact%20Repository/es-presentation/es-taglib/2.1.4/es-taglib-2.1.4.pom
Downloading:
http://phildcdv07.us.hsbc:8080/repository/proxy/repos/HTSU/Artifact%20Repository/es-presentation/es-taglib/2.1.4/es-taglib-2.1.4.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) es-presentation:es-taglib:jar:2.1.4

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=es-presentation
-DartifactId=es-taglib \
          -Dversion=2.1.4 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) com.hsbc.rcc:edmsrc:jar:1.0-edmsrcc
        2) es-presentation:es-taglib:jar:2.1.4

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

for artifact:
  com.hsbc.rcc:edmsrc:jar:1.0-edmsrcc

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


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Mon May 07 20:20:08 GMT+05:30 2007
[INFO] Final Memory: 3M/6M

Thanks,

Kiran Kodlady
-- 
View this message in context: http://www.nabble.com/Problem-with-downloading-project-specific-jars-from-remote-repository.-plz-help-tf3704188s177.html#a10358772
Sent from the Maven - Users mailing list archive at Nabble.com.


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