Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Maven central, milestone artifacts and names

On 15 July 2011 02:42, Neale Upstone <neale@xxxxxxxxxxxxxxxx> wrote:

> I ended up checking back on the mailing list, as I was sure that it must be
> in Maven Central, and it is, but as 1.6.11.  I'm guessing that it's for
> consistency with what's already in central...?

Yep, only the 'numbers only' ones go into central (consistency).  They
are also in the spring maven repo, alongside the version ending
'.RELEASE'.  The .RELEASE mirrors the naming scheme we tend to use for
Spring projects.

> I'd love to see this with the milestones of AspectJ too, so here I am
> kicking of the thread, and wondering what people's experience is of
> consuming AspectJ artifacts from Maven, and if there is any reason why
> (apart from it being a little bit of black magic for Andy to push them out),
> we might not suggest the AJ milestones also get wider publication.

I did have a nice process for getting things into central that could
have been used for this, but these days I find I have to use the
sonatype tools - a big old manual process that drives me insane.
Hence milestones (sometimes snapshots) only get into the maven spring
repo - I can only face the pain of those tools once per release.

> Looking to the future, I been told that as of 3.2.0.M1, the Spring Framework
> team guys are planning to push milestones into Maven Central as easily
> consumable releases.

Maybe I can piggy back on something they are doing here, but I've not
spoken to any of them about it so far.  I'll try to find time to see
what mechanism they are going to use.

cheers,
Andy

> Hi,
>
> I've just had that quirky complaint from STS saying that 1.6.11.RELEASE
> isn't available because the maven repo is offline.
>
> What it actually means is that it's available, but not via a repository
> which is currently profiled in to my build (i.e. the Spring releases repo).
>
> Looking to the future, I been told that as of 3.2.0.M1, the Spring Framework
> team guys are planning to push milestones into Maven Central as easily
> consumable releases.
>
>
> Cheers,
>
> Neale
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top