Thanks for the responses. Is Maven2 support expected to be added anytime soon? If no, is there any way for this to be compatible with the rest of my project that uses Maven2? How would you go about making it work - I can't seem to think of any good way to organize the way I approach my project but keeping all the benefits of Maven-based management.
Thanks. Peter Gylling Jørgensen wrote: > > For the record and benifit for newcommers, I think it would be appropriate > also to point to the official help: > > http://ws.apache.org/axis2/svn.html > > From this page you can also uptain instructions for setting up the needed > environment. > > \pgj > >> -----Original Message----- >> From: Alistair Young [mailto:[EMAIL PROTECTED] >> Sent: Thursday, April 12, 2007 9:27 PM >> To: [EMAIL PROTECTED] >> Subject: Re: Axis2 and Maven >> >> >> svn co >> http://svn.apache.org/repos/asf/webservices/axis2/trunk/java trunk >> >> then for a quick build >> >> maven -Dskip.enterprise.tests=true -Dmaven.test.skip=true >> clean release dist >> >> Alistair >> >> >> -- >> mov eax,1 >> mov ebx,0 >> int 80h >> >> > >> > Could somebody point me to the source repository for Axis2 >> using Maven1 or >> > Maven2? I can't seem to find it, but only what someone on >> the Maven forum >> > called a "binary repository" at this URL: >> > >> > >> http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/ > apache/axis2/ >> >> I've also download the zip file of Axis2 but don't see any pom.xml or >> anything like that in there. As I'm fairly new to Maven, if you could >> please >> point me in the right direction, it'd be really appreciated. >> >> Thanks. >> -- >> View this message in context: >> http://www.nabble.com/Axis2-and-Maven-tf3567687.html#a9966535 >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Axis2-and-Maven-tf3567687.html#a9968595 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
