You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by Jörn Kottmann <ko...@gmail.com> on 2011/03/18 15:02:38 UTC

How to deploy our artifacts to incubator repo?

Hi everyone,

how can we deploy our artifacts when they are released to
the incubator maven repository?

I googled a little and it looks like we need to put the
distribution management into our pom. Is that correct?
Because if then we need to do it prior to our first release.

Thanks,
Jörn

Re: How to deploy our artifacts to incubator repo?

Posted by Jörn Kottmann <ko...@gmail.com>.
On 3/18/11 4:26 PM, Benson Margulies wrote:
> There's no 'incubator repo', just the Apache repo. Incubator releases
> are 'releases'.
>
> You need distro management and you need signatures. The simplest thing
> to do is to inherit from the ASF parent POM:
>
> org.apache:apache:WHATEVER_IS_CURRENT
>
> There is a web page on the infrastructure site with specific instructions.

Thanks, that we are already doing. So it should be fine as it is.

Jörn

Re: How to deploy our artifacts to incubator repo?

Posted by Benson Margulies <bi...@gmail.com>.
There's no 'incubator repo', just the Apache repo. Incubator releases
are 'releases'.

You need distro management and you need signatures. The simplest thing
to do is to inherit from the ASF parent POM:

org.apache:apache:WHATEVER_IS_CURRENT

There is a web page on the infrastructure site with specific instructions.

On Fri, Mar 18, 2011 at 10:02 AM, Jörn Kottmann <ko...@gmail.com> wrote:
> Hi everyone,
>
> how can we deploy our artifacts when they are released to
> the incubator maven repository?
>
> I googled a little and it looks like we need to put the
> distribution management into our pom. Is that correct?
> Because if then we need to do it prior to our first release.
>
> Thanks,
> Jörn
>