You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Thomas Leonard <ta...@it-innovation.soton.ac.uk> on 2007/04/30 13:12:02 UTC

Maven 2.0.6 source release

Is the source code for maven 2.0.6 available?

The download sites only seem to go up to 2.0.5:

http://mirrors.dedipower.com/ftp.apache.org/maven/source/


[ The reason I want the code is because I'm getting some odd errors with
a multi-project build. Our tree has client and web-service child
modules. Building either module on its own works, but when building the
whole lot it fails to build the client, claiming it can't download the
service war (which it hasn't built yet and which the client module
doesn't depend on anyway). Any debugging hints appreciated! ]


-- 
Dr Thomas Leonard
IT Innovation Centre
2 Venture Road
Southampton
Hampshire SO16 7NP

Tel: +44 0 23 8076 0834
Fax: +44 0 23 8076 0833
mailto:tal@it-innovation.soton.ac.uk
http://www.it-innovation.soton.ac.uk 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven 2.0.6 source release

Posted by "Alan D. Salewski" <as...@healthmarketscience.com>.
On Mon, Apr 30, 2007 at 12:12:02PM +0100, Thomas Leonard spake thus:
> Is the source code for maven 2.0.6 available?
> 
> The download sites only seem to go up to 2.0.5:
> 
> http://mirrors.dedipower.com/ftp.apache.org/maven/source/


You can grab the code directly from the Subversion repository like this:

    $ svn export https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6

HTH
-Al

-- 
:: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::
::
Alan D. Salewski
Software Developer
Health Market Science, Inc.
:: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::
:: 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven 2.0.6 source release

Posted by Thomas Leonard <ta...@it-innovation.soton.ac.uk>.
For others with the same problem: upgrading maven-assembly-plugin from
version 2.1 to 2.2-beta-1 fixed it for me. I don't know why.


On Mon, 2007-04-30 at 12:12 +0100, Thomas Leonard wrote:

> [ The reason I want the code is because I'm getting some odd errors with
> a multi-project build. Our tree has client and web-service child
> modules. Building either module on its own works, but when building the
> whole lot it fails to build the client, claiming it can't download the
> service war (which it hasn't built yet and which the client module
> doesn't depend on anyway). Any debugging hints appreciated! ]


-- 
Dr Thomas Leonard
IT Innovation Centre
2 Venture Road
Southampton
Hampshire SO16 7NP

Tel: +44 0 23 8076 0834
Fax: +44 0 23 8076 0833
mailto:tal@it-innovation.soton.ac.uk
http://www.it-innovation.soton.ac.uk 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org