You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jean-Louis MONTEIRO <je...@atosorigin.com> on 2010/06/01 09:41:25 UTC

Re: Snapshots

Hi Jon,

Yes it is.
Do you think, we can push a new snapshot?

Anyway, thanks.
Jean-Louis
-- 
View this message in context: http://openejb.979440.n4.nabble.com/Snapshots-tp2229896p2238119.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: Snapshots

Posted by David Blevins <da...@visi.com>.
On Jun 2, 2010, at 4:42 AM, Jonathan Gallimore wrote:

> Hi Jean-Louis,
> 
> You have to add something to your Maven settings.xml to add your ASF login
> details - I don't have this to hand at the moment, but I'll forward an
> example on later.

Here's what I have in my settings.xml

<settings>
  <servers>
    <server>
      <id>apache.snapshots.https</id>
      <username>dblevins</username>
      <password>xxxxxxxxxxxxxx</password>
    </server>
    <server>
      <id>apache.releases.https</id>
      <username>dblevins</username>
      <password>xxxxxxxxxxxxxx</password>
    </server>
  </servers>
</settings>

> Then you can just do a 'mvn -Dassemble deploy' and Maven will do the rest.

I tend to use 'mvn clean deploy -Dassemble -Dmaven.test.skip=true'

Usually I build first with tests, then deploy if the tests pass.  And 'clean' just to make sure there's no cruft.  I tend to do a clean on every build anyway.  Been burned too many times by statics that are compiled in....


-David


Re: Snapshots

Posted by Jonathan Gallimore <jo...@gmail.com>.
Hi Jean-Louis,

You have to add something to your Maven settings.xml to add your ASF login
details - I don't have this to hand at the moment, but I'll forward an
example on later.

Then you can just do a 'mvn -Dassemble deploy' and Maven will do the rest.

Jon

On Wed, Jun 2, 2010 at 11:58 AM, Jean-Louis MONTEIRO <
jean-louis.monteiro@atosorigin.com> wrote:

>
> Hi all,
>
> I'd be more than happy to push a new snapshot.
> Can someone give me some pointers/hints?
> Do we (OpenEJB or Apache) have documentation?
>
> Thanks.
> JLouis
>
>
> David Blevins wrote:
> >
> >
> > On Jun 1, 2010, at 12:41 AM, Jean-Louis MONTEIRO wrote:
> >
> >> Do you think, we can push a new snapshot?
> >
> > Sure, push a new snapshot anytime you like.  Any committer can do it.
> >
> > Would be nice to have it done automatically via one of the CI systems we
> > have (continuum or vmbuild).
> >
> > -David
> >
> >
> >
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Snapshots-tp2229896p2239923.html
> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>

Re: Snapshots

Posted by Jean-Louis MONTEIRO <je...@atosorigin.com>.
Hi all,

I'd be more than happy to push a new snapshot.
Can someone give me some pointers/hints?
Do we (OpenEJB or Apache) have documentation?

Thanks.
JLouis


David Blevins wrote:
> 
> 
> On Jun 1, 2010, at 12:41 AM, Jean-Louis MONTEIRO wrote:
> 
>> Do you think, we can push a new snapshot?
> 
> Sure, push a new snapshot anytime you like.  Any committer can do it.
> 
> Would be nice to have it done automatically via one of the CI systems we
> have (continuum or vmbuild).
> 
> -David
> 
> 
> 

-- 
View this message in context: http://openejb.979440.n4.nabble.com/Snapshots-tp2229896p2239923.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: Snapshots

Posted by David Blevins <da...@visi.com>.
On Jun 1, 2010, at 12:41 AM, Jean-Louis MONTEIRO wrote:

> Do you think, we can push a new snapshot?

Sure, push a new snapshot anytime you like.  Any committer can do it.

Would be nice to have it done automatically via one of the CI systems we have (continuum or vmbuild).

-David