You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ellecer Valencia (JIRA)" <ji...@apache.org> on 2009/10/27 00:47:59 UTC

[jira] Created: (AXIS2-4537) pom.xml in samples are pointing to axis2-parent pom that is not yet in repository

pom.xml in samples are pointing to axis2-parent pom that is not yet in repository
---------------------------------------------------------------------------------

                 Key: AXIS2-4537
                 URL: https://issues.apache.org/jira/browse/AXIS2-4537
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: samples
    Affects Versions: 1.5.1
            Reporter: Ellecer Valencia
            Priority: Minor


Building a sample project with  a pom.xml, like /samples/version/ or /samples/jaxws-version/, returns this:

Downloading: http://repo1.maven.org/maven2/org/apache/axis2/axis2-parent/1.5.1/axis2-parent-1.5.1.pom
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.axis2
ArtifactId: axis2-parent
Version: 1.5.1

Reason: Unable to download the artifact from any repository

  org.apache.axis2:axis2-parent:pom:1.5.1

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


This is because the corresponding parent pom has not yet been deployed to public Maven repository on repo1.maven.org

If you go to http://repo1.maven.org/maven2/org/apache/axis2/axis2-parent/ you'll see there is no 1.5.1 directory yet. 

The fix is to deploy the corresponding pom files for this release.


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