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 Steve Loughran <st...@apache.org> on 2005/08/25 16:45:50 UTC

[Axis2] Maven repositories

I am trying to use maven2 to pull down the latest Axis2 releases

1. there is only a 0.9 version up and about; has 0.91 been published yet?

2. there is only an axis2.jar; not the separate axis-core, axis-common, 
etc. Is the intent that people downstream of the axis project should be 
using the aggregate axis2 jar, rather than the separate ones?

Because maven2 adds transient dependency logic, you either need to 
publish .pom files that dont declare dependencies on -core, -common, or 
(more preferable) publish all the separate modules as individual 
artifacts for things to pull in. Transient dependendency logic will get 
the rights bits in, on demand

-steve