Fun with Jenkins as a repo

2011-07-05 Thread Benson Margulies
Mark or anyone else: Please point your browser to : https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/. As of my repairs, the HtmlFileListParser no longer explodes on this soi-disant repository. But when it analyzes this page, it comes up with a

enumerating contents of a repo

2011-07-05 Thread Benson Margulies
I'm posting this thread, even though I can pretty much guarantee that I'm not going to be able to muster the effort to act on it. Sitting over at mojo is a wagon-maven-plugin. It wants to enumerate all the artifacts in a repo. It tries to do this by walking the repo as a directory tree. Sadly

Re: Next wagon question, beta?

2011-07-05 Thread Benson Margulies
numbers are free, beta on 5th year is ridiculous. Den 5. juli 2011 kl. 20:28 skrev Benson Margulies bimargul...@gmail.com: Why is wagon still all 'beta'. Could we possibly make the next release just '1.0'? It seems embarassing to me to keep calling this production code beta

Re: Next wagon question, beta?

2011-07-05 Thread Benson Margulies
FTP server for the integration tests * upgrade of plexus and a few other plugins and dependencies that's basically it! I'd say wagon-2.x is the way to go. But it still needs a bit testing of course! LieGrue, strub --- On Tue, 7/5/11, Benson Margulies bimargul...@gmail.com wrote: From

Re: Fun with Jenkins as a repo

2011-07-05 Thread Benson Margulies
is not designed to serve as Maven repository. Have a look at this plugin : https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Maven+Repository+Server -- Olivier Lamy http://twitter.com/olamy | http://www.linkedin.com/in/olamy 2011/7/5 Benson Margulies bimargul...@gmail.com: Mark or anyone

Re: Fun with Jenkins as a repo

2011-07-05 Thread Benson Margulies
They do. See https://issues.apache.org/jira/browse/SOLR-2634 for the whole discussion of *what* they do. On Tue, Jul 5, 2011 at 5:18 PM, Olivier Lamy ol...@apache.org wrote: They cannot use maven ant tasks ? (http://maven.apache.org/ant-tasks/ ) 2011/7/5 Benson Margulies bimargul...@gmail.com

Re: Next wagon question, beta?

2011-07-05 Thread Benson Margulies
much to finish other than the HTTP ping pong that Mark has taken over to 2.x). That gives a stable place for any minor releases to go from and all the dev can focus on the trunk. - Brett On 06/07/2011, at 5:33 AM, Benson Margulies wrote: why not: 1. release 2. make mvn trunk use it 3

Re: enumerating contents of a repo

2011-07-05 Thread Benson Margulies
I am inclined to agree, having wrestled with this all day. On Tue, Jul 5, 2011 at 9:10 PM, Brett Porter br...@apache.org wrote: On 06/07/2011, at 4:25 AM, Benson Margulies wrote: I'm posting this thread, even though I can pretty much guarantee that I'm not going to be able to muster

Re: How to replace an old MavenEmbedder?

2011-07-04 Thread Benson Margulies
On Mon, Jul 4, 2011 at 6:11 PM, Dennis Lundberg denn...@apache.org wrote: Hi I'm trying to replace an old version 2.0 MavenEmbedder in the aspectj-maven-plugin, over at mojo@codehaus. That's because we can't upgrade other Maven core dependencies while the embedder is being used. In a class

Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-03 Thread Benson Margulies
I'm not sure what you are asking. Shade is a binary operation that uses asm. It renames packages. There is no feature of creating corresponding source. If you just want the original source, the plugin doesn't get into that business either, that would be a whole 'nother plugin. On Sun, Jul 3,

Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-03 Thread Benson Margulies
: On Sun, Jul 3, 2011 at 4:23 PM, Benson Margulies bimargul...@gmail.comwrote: I'm not sure what you are asking. Shade is a binary operation that uses asm. It renames packages. There is no feature of creating corresponding source. I see. It means what I asked is not possible. I wasn't aware

Re: [maven-shade-plugin] Factor Out ResourceMerger ...?

2011-07-03 Thread Benson Margulies
So, I'm a mostly a monkey here, but it seems very sensible to me. Perhaps Dan Kulp would chime in? On Sun, Jul 3, 2011 at 2:11 PM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: A number of feature requests [1][2] could be implemented in an elegant way by introducing an interface

problem in maven-shade-plugin svn

2011-07-02 Thread Benson Margulies
/Users/benson/asf/mvn/plugins svn cleanup svn: In directory 'maven-shade-plugin/src/it/mini-jar-package-info' svn: Error processing command 'committed' in 'maven-shade-plugin/src/it/mini-jar-package-info' svn: Working copy 'maven-shade-plugin/src/it' locked svn: run 'svn cleanup' to remove locks

coast clear, + status report on shade

2011-07-02 Thread Benson Margulies
The problem I reported with svn was local to my checkout; my checkin had succeeded. I've applied all the patches with tests, and even written tests for two without tests. I've invited two others to provide tests, and there's one interesting patch that poses a legal issue: the submitted just

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Benson Margulies
This strikes me as forking maven, making a fundamental changing in the behavior, and then passing off the results as still 'maven'. I'm not sure if 'trademark' is the right stepping-off point here, but something about it seems very wrong. On Sat, Jul 2, 2011 at 3:22 PM, Ralph Goers

compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-02 Thread Benson Margulies
OK, well, I'm stumped. In maven-shade-plugin, I modified my local copy to point to maven-plugins version 20 as parent. This in turn points to maven parent 20. Which configures the compiler plugin for source level 1.5. Yet, help:effective-pom shows me source level 1.4, and adding in a generic

Re: compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-02 Thread Benson Margulies
correction: I made shade point to maven-plugins:21, which in turn points to maven-parent 20, which is the one with the 1.5's in it. On Sat, Jul 2, 2011 at 8:04 PM, Benson Margulies bimargul...@gmail.com wrote: OK, well, I'm stumped. In maven-shade-plugin, I modified my local copy to point

Re: compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-02 Thread Benson Margulies
Oh, Duh, I see. It's only in a profile in the plugin parent. oops. On Sat, Jul 2, 2011 at 8:04 PM, Benson Margulies bimargul...@gmail.com wrote: OK, well, I'm stumped. In maven-shade-plugin, I modified my local copy to point to maven-plugins version 20 as parent. This in turn points to maven

Another maven pom release

2011-07-02 Thread Benson Margulies
I just realized rather inefficiently that the change to default to 1.5 is still pending for the maven-parent pom, along with a raft of others. Any objection to staging a release? - To unsubscribe, e-mail:

Re: Re: why Maven 3 is divided into eleven eclipse project?

2011-06-30 Thread Benson Margulies
jameslordhz 发件人: Benson Margulies 发送时间: 2011-06-30  03:24:25 收件人: Maven Developers List 抄送: 主题: Re: why Maven 3 is divided into eleven eclipse project? What are you two talking about. In what respect is Maven 3 divided into this set of eclipse projects? On Wed, Jun 29, 2011 at 2:36

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Benson Margulies
The JIRA count is not a reliable indication of anything. Lots of us use shade in production. The JIRA count can indicate a plethora of improvement suggestions, or a bunch of uninvestigated complaints. Don't get me wrong, please do dig in. But you are likely to find that it works for you as is.

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Benson Margulies
I'll play patch monkey. Name those JIRA. On Thu, Jun 30, 2011 at 8:00 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Apart from the fact that I start my summer vacation in 2 days I'm sure I can assist you in getting patches in. I like TLC ;) I'll add shade to my stream, but don't

Re: why Maven 3 is divided into eleven eclipse project?

2011-06-30 Thread Benson Margulies
is pretty much done. If you'd like to join the development community, there are plenty of resources out there describing what's to be done and how to approach it. --benson margulies On Thu, Jun 30, 2011 at 4:22 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: FYI, here is the dependency tree: [1

Re: Pom changes

2011-06-29 Thread Benson Margulies
: On Wed, Jun 29, 2011 at 1:02 AM, Benson Margulies bimargul...@gmail.com wrote: But why do 2.0.10 users need to build against brand-spanking-new poms? And, if they do, could we give them a downconversion tool? the new poms will arrive to central for everyone to use.. Milos On Tue, Jun 28

Re: Pom changes

2011-06-29 Thread Benson Margulies
Telling people to edit and maintain two poms is also likely to lead to widespread derision. Here's another thought experiment in design. This may merely be me recapitulating Steven's idea. Say that for Maven 3.1 we wanted to fix this issue once and for all. So, we make maven 3.1 default to

Re: Maven 3 and updateReleaseInfo=false

2011-06-29 Thread Benson Margulies
I think that you should create a JIRA. On Wed, Jun 29, 2011 at 7:11 AM, Henika Tekwani htekw...@adobe.com wrote: Hi All, I am trying to deploy an artifact using maven 3 but I don't want to update the RELEASE tag in the maven-metadata.xml. I am using maven-deploy-plugin:2.6:deploy-file and

Re: Pom changes

2011-06-29 Thread Benson Margulies
I'm opposed to namespaces for two reasons. One is a global reason, the other applies only to 'core' configuration. The global reason: read all the very cogent writing from the HTML5 process as to why they have run screaming away from namespaces. The more local reason: Consider what started this

Re: why Maven 3 is divided into eleven eclipse project?

2011-06-29 Thread Benson Margulies
What are you two talking about. In what respect is Maven 3 divided into this set of eclipse projects? On Wed, Jun 29, 2011 at 2:36 PM, Martin Gainty mgai...@hotmail.com wrote: these are the eclipse (sub)projects i have thus far:          apache          cdt          core          equinox  

Re: scopeperi/scope

2011-06-28 Thread Benson Margulies
not need a special scope. symmantically their required scope is provided. - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 28 Jun 2011 00:46, Benson Margulies bimargul

Re: scopeperi/scope

2011-06-28 Thread Benson Margulies
words and other nonsense are a direct result of using swype to type on the screen On 28 Jun 2011 00:46, Benson Margulies bimargul...@gmail.com wrote: The tomcat wars are NOT provided. The idea is to grab them from the repositories, copy them to the local repo, and have the tomcat plugin

Re: scopeperi/scope

2011-06-28 Thread Benson Margulies
phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 28 Jun 2011 00:46, Benson Margulies bimargul...@gmail.com wrote: The tomcat wars are NOT provided. The idea is to grab them from the repositories, copy them

Re: svn commit: r1131500 - in /maven/pom/trunk/asf: pom.xml src/ src/site/ src/site/apt/ src/site/apt/index.apt src/site/site.xml

2011-06-28 Thread Benson Margulies
be wrapped as well. On 27 June 2011 21:42, Benson Margulies bimargul...@gmail.com wrote: It occurs to me that the main pom could include a profile to run the site pom via the invoker. On Mon, Jun 27, 2011 at 4:36 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: option 1 seems to be controversial

Re: scopeperi/scope

2011-06-28 Thread Benson Margulies
I agree, but if you stick to the cannot change the pom format the only thing you can just about do is introduce a new scope. Is this, let's make this feature before we're willing to change the pom or let's never change the pom.

Re: scopeperi/scope

2011-06-28 Thread Benson Margulies
I would offer scopealsoProvides/scope for the feature you propose. On Tue, Jun 28, 2011 at 11:11 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 28 June 2011 14:38, Benson Margulies bimargul...@gmail.com wrote: Because why should I have to always state that I'm using

Pom changes

2011-06-28 Thread Benson Margulies
This is a new thread for the topic I accidentally started with Steven. I'm fairly new around here, so please try to forgive me for (re)stating the obvious. There is an ecosystem of tools that parse poms. They don't use any library we give them, they just parse them. We want old tools to handle

Re: core integration tests trunk

2011-06-28 Thread Benson Margulies
of maven2/3 project when adding the job) HTH, -Lukas Benson Margulies wrote: I just added an IT for MNG-5062. When I run the whole set, I get: Tests run: 697, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1,520.853 sec  FAILURE! Results : Failed tests:   testitMNG3951

Re: Pom changes

2011-06-28 Thread Benson Margulies
, Benson Margulies bimargul...@gmail.com wrote: This is a new thread for the topic I accidentally started with Steven. I'm fairly new around here, so please try to forgive me for (re)stating the obvious. There is an ecosystem of tools that parse poms. They don't use any library we give them

Re: svn commit: r1131500 - in /maven/pom/trunk/asf: pom.xml src/ src/site/ src/site/apt/ src/site/apt/index.apt src/site/site.xml

2011-06-27 Thread Benson Margulies
OK, call that '2(c)' from my list. On Mon, Jun 27, 2011 at 3:07 AM, Jörg Schaible joerg.schai...@scalaris.com wrote: Hi Hervé, Hervé BOUTEMY wrote: Now the question is: where do we put ASF pom documentation? sharing a few thoughts: 1. in the project itself? need to find a way to get its

Mocking a repository, sort of

2011-06-27 Thread Benson Margulies
There's a jira claiming that the 'don't update snapshots' flag isn't working. I thought to build a real test case; I wondered if we have anything in the way of a precedent. I need to construct a repo that claims to have a very new snapshot so that Maven will be tempted to download it. I can think

Re: Mocking a repository, sort of

2011-06-27 Thread Benson Margulies
... I shall be getting back at some time in the near future. I would do something like a file:/// based repo for now until I can get you the mock-repo plugin -Stephen On 27 June 2011 13:24, Benson Margulies bimargul...@gmail.com wrote: There's a jira claiming that the 'don't update snapshots

Re: Mocking a repository, sort of

2011-06-27 Thread Benson Margulies
:/// is usually sufficient On 27 June 2011 13:55, Benson Margulies bimargul...@gmail.com wrote: I'm checking into whether archiva can be launched embeddedly. On Mon, Jun 27, 2011 at 8:36 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: I have been working on the mock-repository-maven

Re: Mocking a repository, sort of

2011-06-27 Thread Benson Margulies
OK, bear of little brain time here. If I use install:install-file on a file URL, I can turn around after that and use the resulting thing as a repository? On Mon, Jun 27, 2011 at 9:08 AM, Wendy Smoak wsm...@gmail.com wrote: On Mon, Jun 27, 2011 at 8:55 AM, Benson Margulies bimargul...@gmail.com

Where do the integration tests live?

2011-06-27 Thread Benson Margulies
Where do overall maven integration tests live? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

scopeperi/scope

2011-06-27 Thread Benson Margulies
In looking at the tomcat plugin, I noticed that it depends on using a custom scope, and there was commentary complaining that maven 3 complains. Is there a thread or a JIRA about this? I'm contemplating creating something like this of my own, and I'd like to know what trouble I'm getting myself

Re: svn commit: r1131500 - in /maven/pom/trunk/asf: pom.xml src/ src/site/ src/site/apt/ src/site/apt/index.apt src/site/site.xml

2011-06-27 Thread Benson Margulies
option 3, [1], doesn't seem accessible in the short term any objection to go with option 2? Regards, Hervé [1] http://mail-archives.apache.org/mod_mbox/maven- dev/201106.mbox/%3CBANLkTim7idTDmg=_kx3h1bsmdnqbxk4...@mail.gmail.com%3E Le lundi 27 juin 2011, Benson Margulies a écrit : Option 1

Re: svn commit: r1131500 - in /maven/pom/trunk/asf: pom.xml src/ src/site/ src/site/apt/ src/site/apt/index.apt src/site/site.xml

2011-06-27 Thread Benson Margulies
...@mail.gmail.com%3E Le lundi 27 juin 2011, Benson Margulies a écrit : Option 1: go ahead and put a full configuration in this POM, and then make sure that all of the things that use it really do over-ride it. Option 2: Give it a parent or child: create a project with a site just to document

Multiple invocations of invoker plugin don't pick up new parameters?

2011-06-27 Thread Benson Margulies
Folks, I tried to set up a scheme for testing -nsu by using the invoker plugin to build the same project twice with two different local repositories -- using two executions. Unfortunately for me, it used the value of localRepository from the first execution for the second. Is this some sort of

Re: Multiple invocations of invoker plugin don't pick up new parameters?

2011-06-27 Thread Benson Margulies
Please ignore this. Pilot error. On Mon, Jun 27, 2011 at 5:42 PM, Benson Margulies bimargul...@gmail.com wrote: Folks, I tried to set up a scheme for testing -nsu by using the invoker plugin to build the same project twice with two different local repositories -- using two executions

Re: scopeperi/scope

2011-06-27 Thread Benson Margulies
, Benson Margulies bimargul...@gmail.comwrote: In looking at the tomcat plugin, I noticed that it depends on using a custom scope, and there was commentary complaining that maven 3 complains. Is there a thread or a JIRA about this? I'm contemplating creating something like this of my own

Re: scopeperi/scope

2011-06-27 Thread Benson Margulies
/transitive    /scope    scope      nameruntime/name      transitivefalse/transitive    /scope    scope      nametest/name      transitivetrue/transitive    /scope  /scopes /dependency Man that's ugly On 27 June 2011 23:27, Benson Margulies bimargul...@gmail.com wrote: Two options

core integration tests trunk

2011-06-27 Thread Benson Margulies
I just added an IT for MNG-5062. When I run the whole set, I get: Tests run: 697, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1,520.853 sec FAILURE! Results : Failed tests: testitMNG3951(org.apache.maven.it.MavenITmng3951AbsolutePathsTest): expected:/private/tmp but was:/tmp Tests

Re: scopeperi/scope

2011-06-27 Thread Benson Margulies
of annotating dependencies to avoid redundantly calling them out in plugins, but I'm not arguing terribly loudly. On Mon, Jun 27, 2011 at 7:22 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 28 June 2011 00:15, Benson Margulies bimargul...@gmail.com wrote: Consider the tomcat use

Re: svn commit: r1131500 - in /maven/pom/trunk/asf: pom.xml src/ src/site/ src/site/apt/ src/site/apt/index.apt src/site/site.xml

2011-06-26 Thread Benson Margulies
Option 1: go ahead and put a full configuration in this POM, and then make sure that all of the things that use it really do over-ride it. Option 2: Give it a parent or child: create a project with a site just to document and aggregate this, with enough SEO to catch googles. Option 3: take up my

Re: Experiments in vote counting

2011-06-23 Thread Benson Margulies
to actually send from rgo...@apache.org is to log in to people.apache.org and use mail.  If someone can explain a way to make sending work then I'd be a lot more open to the idea. Ralph On Jun 22, 2011, at 3:20 PM, Benson Margulies wrote: I wrote a program for the job, it reads my gmail

Re: Adding maven-changes-2.6 (and the pom releases?) to the PMC board report

2011-06-23 Thread Benson Margulies
Thanks. 2011/6/23 Arnaud Héritier aherit...@gmail.com: Done  * Maven Changes Plugin 2.6 (2011-06-23)  * Maven Plugins Parent 21 (2011-06-18)  * Maven Parent 20 (2011-06-17) Arnaud On Thu, Jun 23, 2011 at 12:47 AM, Benson Margulies bimargul...@gmail.comwrote: I've made three releases

Re: Experiments in vote counting

2011-06-23 Thread Benson Margulies
have found to actually send from rgo...@apache.org is to log in to people.apache.org and use mail.  If someone can explain a way to make sending work then I'd be a lot more open to the idea. Ralph On Jun 22, 2011, at 3:20 PM, Benson Margulies wrote: I wrote a program for the job, it reads my

Re: Experiments in vote counting

2011-06-23 Thread Benson Margulies
will have a zillion further ways to improve this scheme Kristian Den 23.06.2011 14:22, skrev Benson Margulies: This scheme does not have to be secure. How about asking people to just toss their memberid in the form availid:royfielding into the message body if you don't use an apache.org from

Experiments in vote counting

2011-06-22 Thread Benson Margulies
I wrote a program for the job, it reads my gmail and matches it against the PMC membership. Unfortunately, not all of us vote from email addresses that match our Apache Member IDs. Would people be willing to use their @apache.org email? Binding votes: +1 votes olamy struberg Total count 2

Re: Experiments in vote counting

2011-06-22 Thread Benson Margulies
I'll work on it. On Wed, Jun 22, 2011 at 6:22 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 22 June 2011 23:20, Benson Margulies bimargul...@gmail.com wrote: I wrote a program for the job, it reads my gmail and matches it against the PMC membership. Unfortunately, not all

[VOTE RESULT] release maven-changes-plugin 2.6

2011-06-22 Thread Benson Margulies
Hi, The vote has passed with the following result : Binding votes: +1 votes olamy struberg kristian.rosenvold stephen.alan.connolly herve.boutemy Total count 5 I will promote the artifacts to the central repo. - To

[ANN] Maven Changes Plugin 2.6 released

2011-06-22 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.6 Creates a release history for inclusion into the site and assists in generating an announcement mail. http://maven.apache.org/plugins/maven-changes-plugin You should specify the version in your

Adding maven-changes-2.6 (and the pom releases?) to the PMC board report

2011-06-22 Thread Benson Margulies
I've made three releases that all need to be in the board report. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: ranges and cascading releases was: [VOTE]: release maven-changes-plugin 2.6

2011-06-21 Thread Benson Margulies
I'm with Kristian, as if he needs any help here. We aren't anywhere near where we'd have to be to feel confident that a release of some component was guaranteed regression-free in all obscure cases. One small thought: if people would mark their votes 'binding' or 'nonbinding', it would reduce

archetype 3?

2011-06-21 Thread Benson Margulies
This archetype, labelled '3', delivers a minimal main with a parent belonging to 'cedarsoft' and GPL notices. Do we want this? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: archetype 3?

2011-06-21 Thread Benson Margulies
, Benson Margulies a écrit : This archetype, labelled '3', delivers a minimal main with a parent belonging to 'cedarsoft' and GPL notices. Do we want this? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional

Re: archetype 3?

2011-06-21 Thread Benson Margulies
until I'm satisfied with actual codebase. If anybody wants to help, welcome: I'll be glad to help understand what I learn while working on the tool Regards, Hervé Le mardi 21 juin 2011, Benson Margulies a écrit : Run mvn archetype:generate. Number three, labelled 'simple' (I messed that up

Re: [VOTE]: release maven-changes-plugin 2.6

2011-06-20 Thread Benson Margulies
Subject: Re: [VOTE]: release maven-changes-plugin 2.6 Gavin McDonald wrote: -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Sunday, 19 June 2011 6:08 AM To: Maven Developers List; Maven Project Management Committee List Subject: [VOTE]: release

Re: [VOTE]: release maven-changes-plugin 2.6

2011-06-20 Thread Benson Margulies
Gavin, Since I seem to have misread your tone, I apologize. --benson On Mon, Jun 20, 2011 at 7:53 AM, Gavin McDonald ga...@16degrees.com.au wrote: -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Monday, 20 June 2011 9:00 PM To: Maven Developers List

Re: [VOTE]: release maven-changes-plugin 2.6

2011-06-20 Thread Benson Margulies
Please make a new thread. On Mon, Jun 20, 2011 at 5:51 PM, Mark Derricutt m...@talios.com wrote: (Other) Mark, I'm not sure I see the connection here?  Lukas had made comment that making one release would trigger cascading releases, which I assume is because downstream plugins have fixed

Re: The JIRA chocolate box

2011-06-19 Thread Benson Margulies
wrote: On 19 June 2011 11:52, Dennis Lundberg denn...@apache.org wrote: On 2011-06-19 00:30, Benson Margulies wrote: I just looked at the 'blocker' issues. We have a variety of very old JIRAs here. None of the ones I looked at have a self-contained test case that would can be downloaded, run

Re: svn commit: r1137235 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

2011-06-19 Thread Benson Margulies
I know what I think I did. 1) my copy of the pom was one back from Dennis' change for the locale. 2) I started the release process. 3) I got an error to the effect that pom.xml was out of date. 4) release:rollback 5) svn up, with a G on the pom, which I thought merged Dennis in. I can't rule out

Re: RE: [VOTE]: release maven-changes-plugin 2.6

2011-06-19 Thread Benson Margulies
: -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Sunday, 19 June 2011 6:08 AM To: Maven Developers List; Maven Project Management Committee List Subject: [VOTE]: release maven-changes-plugin 2.6 Hi, We solved 3 issues: Really? You'd release a product

Re: [VOTE]: release maven-changes-plugin 2.6

2011-06-19 Thread Benson Margulies
does a release they don't think is worth it. Kristian sø., 19.06.2011 kl. 18.34 +1000, skrev Gavin McDonald: -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Sunday, 19 June 2011 6:08 AM To: Maven Developers List; Maven Project Management

Re: [VOTE]: release maven-changes-plugin 2.6

2011-06-19 Thread Benson Margulies
Well, that explains that. 2.6 it is, and new vote coming soon. On Sun, Jun 19, 2011 at 8:02 AM, Dennis Lundberg denn...@apache.org wrote: On 2011-06-19 13:39, Benson Margulies wrote: Kristian, How are you seeing 10? In the release notes: http://jira.codehaus.org/secure/ReleaseNote.jspa

[VOTE take 2]: release maven-changes-plugin version 2.6

2011-06-19 Thread Benson Margulies
Hi, We solved 10 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=17375styleName=TextprojectId=11212 There are plenty of issues left in JIRA:

Re: [VOTE take 2]: release maven-changes-plugin version 2.6

2011-06-19 Thread Benson Margulies
1) yes. WHen I use 2 I got stumped on authentication in the deploy. 2) I can redeploy. Little did I know. I don't see any reason to rewind the vote. I'll redeploy. On Sun, Jun 19, 2011 at 1:15 PM, Dennis Lundberg denn...@apache.org wrote: Benson, Did you use Maven 3 to deploy the site? I

Re: [VOTE take 2]: release maven-changes-plugin version 2.6

2011-06-19 Thread Benson Margulies
I have redeployed using 2.x. On Sun, Jun 19, 2011 at 1:42 PM, Benson Margulies bimargul...@gmail.com wrote: 1) yes. WHen I use 2 I got stumped on authentication in the deploy. 2) I can redeploy. Little did I know. I don't see any reason to rewind the vote. I'll redeploy. On Sun, Jun 19

Re: The JIRA chocolate box

2011-06-19 Thread Benson Margulies
/18/11 10:22 PM, Benson Margulies wrote: If no one objects to this idea, I'd like to add a component, which is an email like the following to the user list. --snip-- Dear Maven Users, Over the years, the JIRA for core Maven (http://jira.codehaus.org/browse/MNG) has accumulated

Convoluted jiras

2011-06-19 Thread Benson Margulies
Since my lame attempt at humor on the last thread led to some confusion, I'll keep this relatively straight. Consider, if you please, http://jira.codehaus.org/browse/MNG-2258. For one thing, this report is marked as 'superceded by' another, but it's still open. What's that mean? For another, it

Re: The JIRA chocolate box

2011-06-19 Thread Benson Margulies
haven't used them myself yet, but they seem to fit the bill. K Den 19. juni 2011 kl. 18:42 skrev John Casey jdca...@commonjava.org: +1 Great idea! On 6/18/11 10:22 PM, Benson Margulies wrote: If no one objects to this idea, I'd like to add a component, which is an email like

Re: The JIRA chocolate box

2011-06-19 Thread Benson Margulies
Casey jdca...@commonjava.org : +1 Great idea! On 6/18/11 10:22 PM, Benson Margulies wrote: If no one objects to this idea, I'd like to add a component, which is an email like the following to the user list. --snip-- Dear Maven Users, Over the years

Re: The JIRA chocolate box

2011-06-19 Thread Benson Margulies
Yes, indeed. 2011/6/19 Arnaud Héritier aherit...@gmail.com: It was about to (re-)define the workflow which requires full jira admin Arnaud On Sun, Jun 19, 2011 at 9:35 PM, Benson Margulies bimargul...@gmail.comwrote: All committers will have access to 'edit' issues at Apache, and that's

1.5 policy

2011-06-19 Thread Benson Margulies
http://maven.apache.org/developers/java5.html Should we update the above? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Convoluted jiras

2011-06-19 Thread Benson Margulies
It's closed because I, myself, closed it today :-) On Sun, Jun 19, 2011 at 8:47 PM, Brett Porter br...@apache.org wrote: On 20/06/2011, at 5:30 AM, Benson Margulies wrote: Since my lame attempt at humor on the last thread led to some confusion, I'll keep this relatively straight. Consider

Re: The JIRA chocolate box

2011-06-19 Thread Benson Margulies
There is one critical issue open only because it was never ported to 2.0.x. Presumably that also gets closed? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[VOTE RESULT] release version 21 of the parent POM for maven plugins

2011-06-18 Thread Benson Margulies
This vote passes. All votes +1; binding: Mark Struberg John Casey Olivier Lamy Hervé BOUTEMY nonbinding: Lukas Theussl - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

[VOTE]: release maven-changes-plugin 2.6

2011-06-18 Thread Benson Margulies
Hi, We solved 3 issues: http://jira.codehaus.org/browse/MCHANGES/fixforversion/17375 There are plenty of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+MCHANGES+AND+status+%3D+Open+ORDER+BY+priority+DESCmode=hide Staging repo:

Re: Get thee to the Core...

2011-06-18 Thread Benson Margulies
Returning to the very start of this thread: Now that I seem to have caught up with my current box of itches on plugins for the moment, I'd be more than happy to join this parade. Could some more experience committer grab a defect JIRA that has a some value to it, throw it up here on the list, and

The JIRA chocolate box

2011-06-18 Thread Benson Margulies
I just looked at the 'blocker' issues. We have a variety of very old JIRAs here. None of the ones I looked at have a self-contained test case that would can be downloaded, run, and converted to an integration test, etc. What's the policy? My temptation would be to comment on them asking if the OP

Re: The JIRA chocolate box

2011-06-18 Thread Benson Margulies
and other nonsense are a direct result of using swype to type on the screen On 18 Jun 2011 23:30, Benson Margulies bimargul...@gmail.com wrote: I just looked at the 'blocker' issues. We have a variety of very old JIRAs here. None of the ones I looked at have a self-contained test case that would

Re: The JIRA chocolate box

2011-06-18 Thread Benson Margulies
I am only proposing this for MNG at this point. On Jun 18, 2011, at 10:55 PM, Ralph Goers ralph.go...@dslextreme.com wrote: My guess is a reference to Forrest Gump - you never know what you are going to get. Ralph On Jun 18, 2011, at 7:51 PM, Martin Gainty wrote: agreed although

Re: Moving forward with mixins

2011-06-17 Thread Benson Margulies
A highly confusing situation in the current design results from the interaction of parent/, aggregation, and the site plugin. Superficially, it seems very natural: the usual practice is for an aggregating project to be the parent of its modules. Even the terminology is painful: we don't really

Re: [VOTE]: release version 21 of the parent POM for maven plugins

2011-06-17 Thread Benson Margulies
Hey, a couple of more +1's would be handy here. On Tue, Jun 14, 2011 at 10:54 PM, Benson Margulies bimargul...@gmail.com wrote: Hi, We solved 1 issues: ** Improvement   * [MPOM-12] - Update maven-plugins to new org.apache.maven:maven-parent:20 There are no open JIRAs against the maven

Re: PMC change explanation?

2011-06-16 Thread Benson Margulies
that situation. It's not for me to elaborate here. I would join others in appealing for patience. --benson margulies On Thu, Jun 16, 2011 at 3:08 PM, Martin Gainty mgai...@hotmail.com wrote: Good Afternoon Manfred from my understanding the maven hierarchy looks like:                            JASON

Re: [RESULT] [VOTE] Release org.apache.maven:maven-parent:20

2011-06-16 Thread Benson Margulies
Correction: in the 24 hours I forgot about, we got two more binding votes: Herve Boutemy and Vincent Siveton. On Wed, Jun 15, 2011 at 7:03 AM, Benson Margulies bimargul...@gmail.com wrote: You know, I tried to check it against the PMC list on the page, and I very distinctively thought that i

Release the changes plugin?

2011-06-16 Thread Benson Margulies
Once the vote passes on the plugin parent, I'd like to turn around and start a release on maven-changes-plugin. Please let me know if anyone (Dennis?) thinks that something else needs to happen first. - To unsubscribe, e-mail:

Re: [RESULT] [VOTE] Release org.apache.maven:maven-parent:20

2011-06-15 Thread Benson Margulies
You know, I tried to check it against the PMC list on the page, and I very distinctively thought that i found you and not him. On Wed, Jun 15, 2011 at 2:06 AM, Lukas Theussl ltheu...@apache.org wrote: Benson Margulies wrote: Hi, The vote has passed with the following result : +1 (binding

Re: [VOTE]: release version 21 of the parent POM for maven plugins

2011-06-15 Thread Benson Margulies
OK, I see. On Wed, Jun 15, 2011 at 2:25 AM, Lukas Theussl ltheu...@apache.org wrote: Benson Margulies wrote: Hi, We solved 1 issues: ** Improvement    * [MPOM-12] - Update maven-plugins to new org.apache.maven:maven-parent:20 The jira for MPOM is now at apache, so in case anybody

Re: [VOTE] Release maven shared parent version 20

2011-06-15 Thread Benson Margulies
dimanche 12 juin 2011, Benson Margulies a écrit : Hi, We solved 1 issues: ** Improvement * [MPOM-11] - Update to compile with/for java1.5 There are no open JIRAs against the maven shared POM. Staging repo: https://repository.apache.org/content/repositories/maven-071/ Staging site: N

Apology for premature election results

2011-06-15 Thread Benson Margulies
I'm exceedingly sorry, I was up late last night and just completely miscounted my fingers. It won't happen again. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

<    7   8   9   10   11   12   13   14   >