Re: Put Maven artifacts up for vote too?

2007-08-09 Thread Adam Lally
On 8/8/07, Marshall Schor [EMAIL PROTECTED] wrote: I've found some places in Apache docs where it seems to be true that the Maven artifacts themselves, do need to be signed. One of these is the ref to releasing Struts, found here:

Re: Put Maven artifacts up for vote too?

2007-08-09 Thread Marshall Schor
Adam Lally wrote: On 8/8/07, Marshall Schor [EMAIL PROTECTED] wrote: I've found some places in Apache docs where it seems to be true that the Maven artifacts themselves, do need to be signed. One of these is the ref to releasing Struts, found here:

Re: Put Maven artifacts up for vote too?

2007-08-09 Thread Thilo Goetz
I spent a long time today trying to get ssh configured to login using PKI: I give up, I don't want to spend more time on this. Can I just upload those artifacts manually, or does maven do any magic while it's doing that? --Thilo Adam Lally wrote: On 8/8/07, Adam Lally [EMAIL PROTECTED] wrote:

Re: Put Maven artifacts up for vote too?

2007-08-09 Thread Adam Lally
On 8/9/07, Thilo Goetz [EMAIL PROTECTED] wrote: I spent a long time today trying to get ssh configured to login using PKI: I give up, I don't want to spend more time on this. Can I just upload those artifacts manually, or does maven do any magic while it's doing that? --Thilo I don't know

Re: Put Maven artifacts up for vote too?

2007-08-08 Thread Thilo Goetz
Adam Lally wrote: On 8/7/07, Adam Lally [EMAIL PROTECTED] wrote: Maven automatically generates sources jar files (check your local Maven repository). Unfortunately these don't have the DISCLAIMER, LICENSE, NOTICES. I will see if I can figure out how to get those to be added. I've fixed

Re: Put Maven artifacts up for vote too?

2007-08-08 Thread Adam Lally
On 8/8/07, Marshall Schor [EMAIL PROTECTED] wrote: Reading the above link - it specifies requirements for the pom file for things going into the Maven repository, which our POM doesn't have. 2 I found missing were the license and the scm elements. Good catch - I will add these right away.

Re: Put Maven artifacts up for vote too?

2007-08-08 Thread Adam Lally
On 8/8/07, Thilo Goetz [EMAIL PROTECTED] wrote: Adam Lally wrote: This page describes how to create bundles to upload to a repository: http://maven.apache.org/guides/mini/guide-central-repository-upload.html Sorry, but I'm not sure how we're going to proceed now. What exactly are the

Re: Put Maven artifacts up for vote too?

2007-08-08 Thread Adam Lally
On 8/8/07, Thilo Goetz [EMAIL PROTECTED] wrote: Sure, that would be good. I'm currently building a new level, I'll create the maven artifacts manually for this one. I'm actually having some trouble at the moment... For one thing mvn repository:bundle-create fails when I run it on the root

Re: Put Maven artifacts up for vote too?

2007-08-08 Thread Thilo Goetz
Adam Lally wrote: On 8/8/07, Thilo Goetz [EMAIL PROTECTED] wrote: Adam Lally wrote: This page describes how to create bundles to upload to a repository: http://maven.apache.org/guides/mini/guide-central-repository-upload.html Sorry, but I'm not sure how we're going to proceed now. What

Re: Put Maven artifacts up for vote too?

2007-08-08 Thread Adam Lally
Next problem is that mvn repository:bundle-create complains about a missing LICENSE.txt file. What's that about!? Looking in incubator general for other projects that asked the IPMC to ratify their maven artifacts, it looks like the preferred approach is to set up a staging repository in

Re: Put Maven artifacts up for vote too?

2007-08-08 Thread Adam Lally
OK, I think I've gotten deployment of our Maven artifacts to a staging repository to work. I committed a change to the uimaj pom.xml: distributionManagement repository idstaging-repository/id url

Re: Put Maven artifacts up for vote too?

2007-08-08 Thread Adam Lally
On 8/8/07, Adam Lally [EMAIL PROTECTED] wrote: I will try to add a -deploy option to extractAndBuild script which will execute this, and I plan to (eventually) put this information on the Wiki Instructions for Committers page. Done and done. Instructions are here:

Re: Put Maven artifacts up for vote too?

2007-08-08 Thread Marshall Schor
Adam Lally wrote: On 8/8/07, Thilo Goetz [EMAIL PROTECTED] wrote: Sure, that would be good. I'm currently building a new level, I'll create the maven artifacts manually for this one. I'm actually having some trouble at the moment... For one thing mvn repository:bundle-create fails

Re: Put Maven artifacts up for vote too?

2007-08-07 Thread Michael Baessler
Adam Lally wrote: As I recall we had a couple of user requests for us to publish our jars as Maven artifacts in the Apache incubator repository. And I think I got our Maven metadata into shape during the 2.1.0 release process after some comments from Dan Kulp on the [EMAIL PROTECTED] list. So

Re: Put Maven artifacts up for vote too?

2007-08-07 Thread Thilo Goetz
Hi Adam, sure. Which jars do we want to publish? All of them, or the core jar only? I also gave up on following the Maven debate on [EMAIL PROTECTED] at some point. What repository are we allowed to deploy to? --Thilo Adam Lally wrote: As I recall we had a couple of user requests for us to

Re: Put Maven artifacts up for vote too?

2007-08-07 Thread Adam Lally
On 8/7/07, Thilo Goetz [EMAIL PROTECTED] wrote: Hi Adam, sure. Which jars do we want to publish? All of them, or the core jar only? I think all of them. I'm less certain though about the Eclipse plugins (where the Maven artifact is a zip, not a jar). I'll ask on uima-user in case there

Re: Put Maven artifacts up for vote too?

2007-08-07 Thread Marshall Schor
Adam Lally wrote: As I recall we had a couple of user requests for us to publish our jars as Maven artifacts in the Apache incubator repository. And I think I got our Maven metadata into shape during the 2.1.0 release process after some comments from Dan Kulp on the [EMAIL PROTECTED] list. So

Re: Put Maven artifacts up for vote too?

2007-08-07 Thread Adam Lally
On 8/7/07, Marshall Schor [EMAIL PROTECTED] wrote: OK with me. I verified that in at least one Jar (and Adam should confirm the build does this for all Jars) there are the following files in the META-INF directory: DISCLAIMER LICENSE NOTICES I check that these files are in all

Re: Put Maven artifacts up for vote too?

2007-08-07 Thread Adam Lally
On 8/7/07, Adam Lally [EMAIL PROTECTED] wrote: Maven automatically generates sources jar files (check your local Maven repository). Unfortunately these don't have the DISCLAIMER, LICENSE, NOTICES. I will see if I can figure out how to get those to be added. I've fixed this in SVN (see

Put Maven artifacts up for vote too?

2007-08-06 Thread Adam Lally
As I recall we had a couple of user requests for us to publish our jars as Maven artifacts in the Apache incubator repository. And I think I got our Maven metadata into shape during the 2.1.0 release process after some comments from Dan Kulp on the [EMAIL PROTECTED] list. So should we put these