Sanjiva Weerawarana wrote:
I'd like to add a bit more to this:
(1) Instead of axis2.jar for the base jar, how about axis2-core.jar?
+1
(2) Can we also plan on importing the various axis2-{foo}-{version}.jar
files into ibiblio? Then anyone (e.g., Synapse) who wants a specific
version of the axis2 core, simply puts a dependency on the right jars
and they have it.
+1
this is where getting the dependencies right matters. Take hibernate-3.1
http://ibiblio.org/maven2/org/hibernate/hibernate/3.1/hibernate-3.1.pom
it makes sure you get enough to compile, but as it pulls in bits of
jboss and other caching things, you end up with serious problems when
the time comes to pull the files into a WAR
-steve