maven 2 jar missing on ibiblio.org for axis 2.0 parent
------------------------------------------------------

                 Key: AXIS2-2721
                 URL: https://issues.apache.org/jira/browse/AXIS2-2721
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Larry Hamel


The maven 2 stanza

<dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>axis2-parent</artifactId>
            <version>1.2</version>
</dependency>

using maven 2.0.4, yields:

[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building iLink
[INFO]    task-segment: [compile]
[INFO] 
----------------------------------------------------------------------------
[INFO] [xml:transform {execution: default}]
[INFO] Transformed 1 file(s).
[INFO] Transformed 1 file(s).
[INFO] Transformed 1 file(s).
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: 
http://www.ibiblio.net/pub/packages/maven2/org/apache/axis2/axis2-parent/1.2/axis2-parent-1.2.jar
[WARNING] Unable to get resource from repository central 
(http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.axis2:axis2-parent:jar:1.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.axis2 
-DartifactId=axis2-parent \
          -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 
        1) com.sri:ilink:war:1.0-SNAPSHOT
        2) org.apache.axis2:axis2-parent:jar:1.2

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

for artifact: 
  com.sri:ilink:war:1.0-SNAPSHOT

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


Can you add the jar in question to the central repository?

thanks,

larry

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to