You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jacek Laskowski <ja...@laskowski.net.pl> on 2007/09/19 17:30:59 UTC

How to upload m2 artifacts for review/vote?

Hi,

Some of the projects I've been following upload their m2 artifact to a
private area (e.g. http://people.apache.org/~jlaskowski) to let people
review and vote before these artifacts are published. How is it done?
How to build openejb3 and put the jars into my home website area?

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: How to upload m2 artifacts for review/vote?

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/19/07, Jacek Laskowski <ja...@laskowski.net.pl> wrote:

> Read it a couple of times, and I could not find the answer. That's why
> I was asking for some additional tips.

Answering my own question - I've just found the solution I was looking
for - http://cwiki.apache.org/confluence/display/CXF/Building. Take a
look at the Performing a release section. There're things I have never
done myself so I'll give it a shot and report back.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: How to upload m2 artifacts for review/vote?

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/19/07, Karan Malhi <ka...@gmail.com> wrote:

> You also might want to checkout this page
> http://cwiki.apache.org/confluence/display/OPENEJB/Tips+and+Suggestions

Read it a couple of times, and I could not find the answer. That's why
I was asking for some additional tips.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: How to upload m2 artifacts for review/vote?

Posted by Karan Malhi <ka...@gmail.com>.
Jacek,

You also might want to checkout this page
http://cwiki.apache.org/confluence/display/OPENEJB/Tips+and+Suggestions

David has explained in detail regarding this exact question. Its an
excellent read.

On 9/19/07, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
> Hi,
>
> Some of the projects I've been following upload their m2 artifact to a
> private area (e.g. http://people.apache.org/~jlaskowski) to let people
> review and vote before these artifacts are published. How is it done?
> How to build openejb3 and put the jars into my home website area?
>
> Jacek
>
> --
> Jacek Laskowski
> http://www.JacekLaskowski.pl
>


-- 
Karan Singh Malhi

Re: How to upload m2 artifacts for review/vote?

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/19/07, Jeff Genender <jg...@apache.org> wrote:
> mvn package
> scp ./target/openejb-X.X-SNAPSHOT.jar
> jlaskowski@people.apache.org:public_html/

Hi Jeff,

Thanks for the answer, but that's not exactly what I asked about (I
think I wasn't clear enough and hence the confusion).

Should I wipe out the entire local repository, build openejb3 and scp
it to people.apache.org? The repository contains other files too. How
to exclude them from copying? I think something like find . -name
"*.jar"... could work, but am asking for some guidance to do it right.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: How to upload m2 artifacts for review/vote?

Posted by Jeff Genender <jg...@apache.org>.
mvn package
scp ./target/openejb-X.X-SNAPSHOT.jar
jlaskowski@people.apache.org:public_html/

Jeff

Jacek Laskowski wrote:
> Hi,
> 
> Some of the projects I've been following upload their m2 artifact to a
> private area (e.g. http://people.apache.org/~jlaskowski) to let people
> review and vote before these artifacts are published. How is it done?
> How to build openejb3 and put the jars into my home website area?
> 
> Jacek
>