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

Larry Hamel commented on AXIS2-2721:
------------------------------------

Maybe it will be more clear to describe the 'use-case' of how axis-parent 
appears to me:

Having no knowledge of Axis, and having a maven2-based build, I seek to give 
the sample axis code a run. What stanza should I use?  a query at 

    http://mvnrepository.com/search.html?query=axis

yields 62 separate choices. However, one of them, axis-parent, has an apt title 
and by far the longest description. So I hope by using that, I'll get all the 
pieces, and get my test code running. I really don't know what libraries I'll 
need.  Easiest to try to get an "parent" project that will call in all the 
libraries, and I can optimize later.

And then a broken build, because of what *looks* to be a missing jar.

So again, consider fixing this by eliminating axis-parent from the published 
set of stanzas, or put the <packaging> tag into the stanza itself, if that 
would help.

thanks,

larry


> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to