You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@gmx.de> on 2014/04/01 09:30:33 UTC

maven-project artifact version

Hi,

i have just a small question concerning the above artifact.
I can find artifacts of maven things like maven-core etc. with an 
appropriate version like

maven-core:3.1.1, 3.0.5 or 3.2.1

but i can't find an artifact of maven-project with version like

3.1.1, 3.0.5 etc. but only maven-project:3.0-alpha-2

Is there any particular reason why not having artifacts with the version 
according to Maven releases ? It's a little bit inconsistent from my 
point of view? May be i didn't overview that completely..

Kind regards
Karl-Heinz Marbaise

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


Re: maven-project artifact version

Posted by Tamás Cservenák <ta...@cservenak.net>.
Howdy,

module "maven-project" was removed as part of Maven3 changes/refactoring
(but as you noted, was still present in some early alphas).

Just compare the two diagrams, and you will see that "project" module is
gone:
http://maven.apache.org/ref/2.2.1/
http://maven.apache.org/ref/3.2.1/

It's most probably that you need maven-core instead in Maven3.x


Thanks,
~t~



On Tue, Apr 1, 2014 at 9:30 AM, Karl Heinz Marbaise <kh...@gmx.de>wrote:

> Hi,
>
> i have just a small question concerning the above artifact.
> I can find artifacts of maven things like maven-core etc. with an
> appropriate version like
>
> maven-core:3.1.1, 3.0.5 or 3.2.1
>
> but i can't find an artifact of maven-project with version like
>
> 3.1.1, 3.0.5 etc. but only maven-project:3.0-alpha-2
>
> Is there any particular reason why not having artifacts with the version
> according to Maven releases ? It's a little bit inconsistent from my point
> of view? May be i didn't overview that completely..
>
> Kind regards
> Karl-Heinz Marbaise
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>