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 "David Illsley (JIRA)" <ji...@apache.org> on 2007/05/29 17:18:16 UTC

[jira] Resolved: (AXIS2-2721) axis 2.0 parent jar missing on ibiblio.org for maven 2

     [ https://issues.apache.org/jira/browse/AXIS2-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Illsley resolved AXIS2-2721.
----------------------------------

    Resolution: Invalid
      Assignee: David Illsley

There is no axis2-parent jar, it's a maven2 pom we use for inheritance.

Please use one of the concrete maven artifacts which do have associated jars as your dependency e.g. 

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

or 


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

> axis 2.0 parent jar missing on ibiblio.org for maven 2
> ------------------------------------------------------
>
>                 Key: AXIS2-2721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2721
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Larry Hamel
>            Assignee: David Illsley
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org