Re: [VOTE] Release Maven Archetype version 2.2

2011-11-19 Thread Benson Margulies
A quick note about this vote. The purpose of this release was to fill some really acute documentation holes. It's not a giant list of fixed issues compared to the (sigh) rather lengthy list of open ones. - To unsubscribe, e-mail:

Re: [VOTE] Release Maven Archetype version 2.2

2011-11-19 Thread Benson Margulies
On Sat, Nov 19, 2011 at 8:21 AM, Jesse Farinacci jie...@gmail.com wrote: Greetings, On Sat, Nov 19, 2011 at 8:06 AM, Benson Margulies bimargul...@apache.org wrote: Staging site: http://maven.apache.org/archetype-2.2 We're sorry, but the page you requested cannot be found. I think you

Re: [VOTE] Apache Maven Script Interpreter 1.0

2011-11-15 Thread Benson Margulies
+1 non binding can I add JavaScript next On Nov 15, 2011, at 11:52 AM, Olivier Lamy ol...@apache.org wrote: Hi, I'd like to release first version of Apache Maven Script Interpreter. This shared library is an extraction of the code from maven-invoker-plugin to execute bsh/groovy scripts.

Why does the archetype plugin have such negative feelings about .?

2011-11-14 Thread Benson Margulies
If someone puts a property into archetype.properties with a . in its name, it's *silently* ignored unless it's one of the special properties that maps to a configuration element. Anyone know why? - To unsubscribe, e-mail:

Propose release of archetype

2011-11-14 Thread Benson Margulies
A release of archetype would achive ZERO outstanding issues and deploy some doc that i just wrote. Any objections to prepping a release and calling a vote? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For

Re: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache Maven

2011-11-14 Thread Benson Margulies
Mark, What does this question mean? The best practice is to call out the version you want in your pluginManagement, not to depend on the default in the Maven release. And this doesn't really belong on a vote thread. --benson On Fri, Nov 11, 2011 at 9:24 PM, Mark Derricutt m...@talios.com

archetype question(s)

2011-11-13 Thread Benson Margulies
I'm working on some doc improvements in the maven-archetype-plugin:create-from-project, and two questions have me sort of stumped: custom properties. 1) It looks as if there's a feature for creating custom archetype properties. Say that I want to have the archeytype have a property of

Re: Add Maven Checkstyle Plugin 2.8 to board report

2011-11-01 Thread Benson Margulies
And also surefire 1.5 and antrun 1.7? On Tue, Nov 1, 2011 at 6:25 AM, Olivier Lamy ol...@apache.org wrote: done 2011/11/1 Mark Hobson markhob...@gmail.com: Hi, Could a PMC add the Maven Checkstyle Plugin 2.8 release to the next board report please? Cheers, Mark

Make the surefire fork code reusable

2011-11-01 Thread Benson Margulies
I frequently find myself wanting to do what surefire does in other plugins, or even other non-plugins. Do we have a library project that would be a suitable target for a reusable adaptation of this function? - To unsubscribe,

Re: [VOTE] release maven-antrun-plugin version 1.7

2011-10-31 Thread Benson Margulies
I think that it is now numerically impossible for this vote to fail, but I'll restrain myself for the remaining 2.15 hours :-) On Mon, Oct 31, 2011 at 5:43 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: +1 from me. -Stephen On 29 October 2011 01:09, Benson Margulies bimargul

[RESULT] [VOTE] Release Maven 2.x Antrun Plugin version 1.7

2011-10-31 Thread Benson Margulies
Salutations, The vote has passed with the following result: +1 binding: olamy carlos struberg hboutemy stephenc 1+ non-binding: Tony Chemit I will promote the artifacts to the central repo. - To unsubscribe, e-mail:

[RESULT] [VOTE] Release Maven 2.x Shade Plugin 1.5

2011-10-31 Thread Benson Margulies
Salut: The vote has passed with the following results: +1 binding: struberg krosenvold olamy hboutemy +1 non-binding: I will promote the artifacts to the central repo. - To unsubscribe, e-mail:

[ANN] Maven antrun plugin 1.7 released

2011-10-31 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven antrun Plugin, version 1.7 This plugin allows Maven builds to incorporate ant tasks. http://maven.apache.org/plugins/maven-antrun-plugin/ You should specify the version in your project's plugin configuration: plugin

[ANN] Maven Shade Plugin 1.5 Released

2011-10-31 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 1.5 Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes. http://maven.apache.org/plugins/maven-shade-plugin You

[ANN] Maven Shade Plugin 1.5 Released

2011-10-31 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 1.5 Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes. http://maven.apache.org/plugins/maven-shade-plugin You

Re: [VOTE] release maven-shade-plugin 1.5

2011-10-29 Thread Benson Margulies
Kristian Rosenvold kristian.rosenv...@gmail.com: +1 Den 29. okt. 2011 kl. 01:58 skrev Benson Margulies bimargul...@gmail.com: Hi, We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=16695 There are still a couple of issues left in JIRA: http

antrun release?

2011-10-28 Thread Benson Margulies
I'd like to make a release of antrun. There are some pending fixes, plus I'm adding a feature I want, and I'll knock off any low-hanging JIRA in the next few days. Anyone have something else they want in a 1.7? - To unsubscribe,

Re: svn commit: r1190498 - in /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/ it/never-fail-test/invoker.properties it/never-fail-test/pom.xml main/java/org/apache/maven/plugin/antru

2011-10-28 Thread Benson Margulies
On Fri, Oct 28, 2011 at 3:09 PM, Robert Scholte rfscho...@codehaus.org wrote: shouldn't this parameter be called failOnError like other plugins do? Yes. I'll fix it. -Robert Subject: svn commit: r1190498 - in /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/

antrun and ant-nodeps

2011-10-28 Thread Benson Margulies
There's no ant-nodeps for 1.8.2. Why can't we just go ahead and use plain 'ant'? It seems to have the optional tasks. Does something go wrong from dragging in the optional tasks? - To unsubscribe, e-mail:

antrun: how should nested props work?

2011-10-28 Thread Benson Margulies
I just verified that a maven property like foofoo${bar}/foo travels into ant as, well 'foo${bar}' and if you define ${bar}, that travels in as well. And it usually works fine in ant, but I ran into a case where it was a pain -- a filter didn't perform the additional substitution, and I ended

Re: maven-shade-plugin version 1.5: when?

2011-10-28 Thread Benson Margulies
I can try to drive this. On Fri, Oct 28, 2011 at 5:37 PM, davecombs dave.co...@kaazing.com wrote:  wrote: Hi all The maven-shade-plugin version 1.5 fixes a certain number of issues, and I've been wondering when it would be released. Does anyone have any idea? - I would also like

shade release

2011-10-28 Thread Benson Margulies
A user is asking for one. Anyone mind if I tee it up? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: antrun release?

2011-10-28 Thread Benson Margulies
look at the release note report that I did. On 28 October 2011 19:29, Benson Margulies bimargul...@gmail.com wrote: I'd like to make a release of antrun. There are some pending fixes, plus I'm adding a feature I want, and I'll knock off any low-hanging JIRA in the next few days. Anyone have

[VOTE] release maven-shade-plugin 1.5

2011-10-28 Thread Benson Margulies
Hi, We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=16695 There are still a couple of issues left in JIRA:

[VOTE] release maven-antrun-plugin version 1.7

2011-10-28 Thread Benson Margulies
To: Maven Developers List dev@maven.apache.org Subject: [VOTE] Release Maven XXX Plugin version Y.Z Hi, We solved 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11125version=16808 There are still a couple of issues left in JIRA:

Re: Maven Changes Plugin - Filter JIRA Report by Story Issue Type

2011-09-19 Thread Benson Margulies
You need to obtain the numeric value from JIRA and use that. On Fri, Sep 16, 2011 at 2:46 PM, Tolentino, John tolenti...@gsicommerce.com wrote: Hello, Currently, is there a way to filter by typeIds with values other than Bug, New Feature, Task, Improvement, Wish, Test and Sub-task in the

Re: Request for review and comment http://jira.codehaus.org/browse/MNG-5167

2011-09-17 Thread Benson Margulies
This is why the project is open source. I don't think this patch is something I would generally promote if the end result is encouraging people to put binary dependencies in the source control system. But you are free to maintain a patched version, that's your right. I definitely second

Re: Request for review and comment http://jira.codehaus.org/browse/MNG-5167

2011-09-17 Thread Benson Margulies
On Sat, Sep 17, 2011 at 11:45 AM, Jason Pyeron jpye...@pdinc.us wrote: -Original Message- From: Jason van Zyl Sent: Saturday, September 17, 2011 11:13 To: Maven Developers List Subject: Re: Request for review and comment http://jira.codehaus.org/browse/MNG-5167 On Sep 17, 2011, at

Re: Maven Dependency Plugin

2011-09-14 Thread Benson Margulies
On Wed, Sep 14, 2011 at 03:30, Benson Margulies bimargul...@gmail.com wrote: https://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-aether-provider/ On Tue, Sep 13, 2011 at 8:52 PM, Barrie Treloar baerr...@gmail.com wrote: On Wed, Sep 14, 2011 at 9:57 AM, Benson Margulies bimargul

Re: svn commit: r1170568 - /maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml

2011-09-14 Thread Benson Margulies
whoops. I'll put it back On Sep 14, 2011, at 10:09 AM, Lukas Theussl ltheu...@apache.org wrote: Hi Benson, By changing the faq id, you also change the html anchor generated by the site plugin, so any old links to this faq, eg the one I added today [1], will not work anymore. I suggest to

Re: Maven Dependency Plugin

2011-09-13 Thread Benson Margulies
Are we going to end up with two branches of the plugin? On Mon, Sep 12, 2011 at 5:11 PM, Ansgar Konermann ansgar.konerm...@googlemail.com wrote: Am 12.09.2011 22:44, schrieb Jason Pyeron: On my hit list are the following: I'd like to add: * make dependency:tree work with Maven 3.0 (as

Re: Maven Dependency Plugin

2011-09-13 Thread Benson Margulies
On Tue, Sep 13, 2011 at 9:20 AM, Jesse Farinacci jie...@gmail.com wrote: Greetings, On Tue, Sep 13, 2011 at 6:25 AM, Benson Margulies bimargul...@gmail.com wrote: Are we going to end up with two branches of the plugin? Or how about we stop making whips for our own backs? Why don't we draw

Re: Maven Dependency Plugin

2011-09-13 Thread Benson Margulies
As for the solution of creating a 2.x branch, that's fine. I don't really see much difference between your solution and mine, given that you basically admit that not much work will be performed on it. Kill it outright, or let it bit rot, either way.. Let's just move forward with Maven 3.x and

Re: Maven Dependency Plugin

2011-09-13 Thread Benson Margulies
On Tue, Sep 13, 2011 at 7:54 PM, Barrie Treloar baerr...@gmail.com wrote: On Tue, Sep 13, 2011 at 11:31 PM, Benson Margulies bimargul...@gmail.com wrote: As for the solution of creating a 2.x branch, that's fine. I don't really see much difference between your solution and mine, given

Re: Maven Dependency Plugin

2011-09-13 Thread Benson Margulies
https://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-aether-provider/ On Tue, Sep 13, 2011 at 8:52 PM, Barrie Treloar baerr...@gmail.com wrote: On Wed, Sep 14, 2011 at 9:57 AM, Benson Margulies bimargul...@gmail.com wrote: Aether is definitely surrounded by a maven component

Re: Inserting into the middle of a lifecycle

2011-09-08 Thread Benson Margulies
Igor, 1. neither pack nor sign package jar generate p2 metadata I'm looking at a P2 site from Tycho, and the only P2 stuff I see is the XML files at the top level. Is there anything that actually goes into the jar? --benson

Re: Inserting into the middle of a lifecycle

2011-09-08 Thread Benson Margulies
of the artifact files. Signing or pack200 conditioning changes file contents and thus invalidates the checksums. In other words, artifacts.xml can only be generated after final signed/packed version of the files has been created. -- Regards, Igor On 11-09-08 11:57 AM, Benson Margulies wrote

Re: svn commit: r1165641 - in /maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi: p2-repository/ pom.xml

2011-09-07 Thread Benson Margulies
On Wed, Sep 7, 2011 at 6:38 AM, Vincent Siveton vsive...@apache.org wrote: for my information, why changing parent? I couldn't build doxia-osgi. To fix it, I has to either add a relativePath over to the parent you picked, or go back to using the global maven parent. I confess that it took less

Re: MECLIPSE-388 - Correct classpath ordering in .classpath - news?

2011-09-06 Thread Benson Margulies
This email is entirely wrong. MNGECLIPSE is an obsolete JIRA project for m2e, which is completely different from the m-e-p. On Tue, Sep 6, 2011 at 8:33 AM, li...@joerg-buchberger.de li...@joerg-buchberger.de wrote: Hello,  Are there any news about this issue  

Using the invoker for non-tests

2011-09-06 Thread Benson Margulies
In the doxia Eclipse plugins, we need, due to a limitation on Tycho, to run mvn at toplevel on one project, and then on another. Tycho can't 'see' the output of the first in the reactor when building the second. Choices: 1) No pom that connects them. o) mvn deploy on the first, then build

new wrinkle on MSITE-600 -- stagingDirectory fails to override pom distributionManagement

2011-09-06 Thread Benson Margulies
Anybody got a workaround? /Users/benson/m2e/sonatype-tycho /opt/apache-maven-3.0.3/bin/mvn -DskipTests site:site site:stage -DstagingDirectory=/tmp/tychoStage [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:stage (default-cli) on project tycho: Error uploading site:

Re: Inserting into the middle of a lifecycle

2011-09-05 Thread Benson Margulies
On Sun, Sep 4, 2011 at 10:48 PM, Igor Fedorenko i...@ifedorenko.com wrote: I agree that adding new phase (or phases) does not look like a scalable solution. For example, in addition to signing, Tycho could add more lifecycles. Since those are selected by 'packaging', however, and not variable

Re: Inserting into the middle of a lifecycle

2011-09-05 Thread Benson Margulies
, Benson Margulies wrote: On Sun, Sep 4, 2011 at 10:48 PM, Igor Fedorenkoi...@ifedorenko.com  wrote: I agree that adding new phase (or phases) does not look like a scalable solution. For example, in addition to signing, Tycho could add more lifecycles. Since those are selected by 'packaging

Re: [VOTE] Release Maven Plugin Tools version 2.9

2011-09-05 Thread Benson Margulies
By a strange coincidence, exactly three PMC members voted +1 and everyone else continued to estivate. So this vote passes, and I'll proceed. On Sat, Sep 3, 2011 at 8:46 AM, Olivier Lamy ol...@apache.org wrote: +1 -- Olivier Le 2 sept. 2011 18:44, Benson Margulies bimargul...@gmail.com

Re: [VOTE] [RESULT] Release Maven Plugin Tools version 2.9

2011-09-05 Thread Benson Margulies
This vote passes with 3 +1 binding votes and no others. On Mon, Sep 5, 2011 at 8:59 PM, Benson Margulies bimargul...@gmail.com wrote: By a strange coincidence, exactly three PMC members voted +1 and everyone else continued to estivate. So this vote passes, and I'll proceed. On Sat, Sep 3

Re: [VOTE] [RESULT] Release Maven Plugin Tools version 2.9

2011-09-05 Thread Benson Margulies
This vote passes with binding +1 votes from Hervé, Olivier, and John Casey. Sorry for the two misfires with the email. On Mon, Sep 5, 2011 at 9:04 PM, Benson Margulies bimargul...@gmail.com wrote: This vote passes with 3 +1 binding votes and no others. On Mon, Sep 5, 2011 at 8:59 PM, Benson

[ANN] Maven Plugin Tools 2.9 Released

2011-09-05 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Plugin Tools, including the maven-plugin-plugin, version 2.9 The Maven Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR.

Inserting into the middle of a lifecycle

2011-09-04 Thread Benson Margulies
I'm trying to be slightly helpful to the Tycho project. They have a problem: they need to define a lifecycle that adds a plugin to a phase *not at the end* of the plugins in the standard lifecycle. Has anyone else thought about this?

Re: Inserting into the middle of a lifecycle

2011-09-04 Thread Benson Margulies
On Sun, Sep 4, 2011 at 7:10 PM, Brett Porter br...@apache.org wrote: On 05/09/2011, at 3:49 AM, Benson Margulies wrote: I'm trying to be slightly helpful to the Tycho project. They have a problem: they need to define a lifecycle that adds a plugin to a phase *not at the end* of the plugins

I'd like to release maven-plugin-plugin

2011-09-02 Thread Benson Margulies
I hit, and fixed, a bug [MPLUGIN-186] and then I went looking for low-lying issues. I found MPLUGIN-120 which I'll check in if the tests all pass. Is anything else worth doing? I looked at -181, but I'm not sure that an HTML escape is the notation we want here. Does anyone have a preferred

[VOTE] Release Maven Plugin Tools version 2.9

2011-09-02 Thread Benson Margulies
Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=ACIO-CAVI-QX7G-9IAS|704c4779c89654602025914dda1252d1ca200b0c|linversion=17411styleName=TextprojectId=11139Create=Create There are still a couple of issues left in JIRA:

I charged ahead with a plugin-tools release because ...

2011-09-02 Thread Benson Margulies
I scrubbed the jiras harder and concluded that the five I knocked off today are all the issues likely to be changed any time soon. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: [VOTE] Release Maven Plugin Tools version 2.9

2011-09-02 Thread Benson Margulies
vendredi 2 septembre 2011, Benson Margulies a écrit : Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=ACIO-CAVI-QX7G-9 IAS|704c4779c89654602025914dda1252d1ca200b0c|linversion=17411styleName=Te xtprojectId=11139Create=Create There are still a couple of issues

Eclipse plugins and X.509 signatures

2011-08-31 Thread Benson Margulies
I've been helping Vincent Hervé push Vincent's Eclipse plugins for Doxia file formats towards a release. I've got a tentative plan for code-signing and I felt that it should be exposed on the dev list. Eclipse uses standard Java X.509 JAR signing. The Apache Directory project also distributes

Re: Eclipse plugins and X.509 signatures

2011-08-31 Thread Benson Margulies
convince the board to pay for a commercial cert and come up with a way to deploy it as they do at the Eclipse foundation. [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=340345 -- Regards, Igor On 11-08-31 10:42 AM, Benson Margulies wrote: I've been helping Vincent  Hervé push

Re: Eclipse plugins and X.509 signatures

2011-08-31 Thread Benson Margulies
that much. [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=340345 -- Regards, Igor On 11-08-31 10:42 AM, Benson Margulies wrote: I've been helping Vincent  Hervé push Vincent's Eclipse plugins for Doxia file formats towards a release. I've got a tentative plan for code-signing and I felt

A variation on MSITE-600?

2011-08-30 Thread Benson Margulies
help:effective-pom shows no occurences of dav, yet: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:deploy (default-deploy) on project tycho: Unsupported protocol: 'dav' for site deployment to

Release a doxia 1.2.1 to fix problems in pom?

2011-08-27 Thread Benson Margulies
The doxia 1.2 POM has some rather surprising things in it. Notably, the dependencyManagement picks up the version of the current project, so they all tend to turn into 1.0-SNAPSHOT. There's also the build.directory reference which leads to warnings. Mayhap it would be possible to make a release

Re: Release a doxia 1.2.1 to fix problems in pom?

2011-08-27 Thread Benson Margulies
On Sat, Aug 27, 2011 at 1:11 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: Le samedi 27 août 2011, Benson Margulies a écrit : The doxia 1.2 POM has some rather surprising things in it. Notably, the dependencyManagement picks up the version of the current project, so they all tend to turn

Re: [RESULT] [VOTE] Release Maven Deploy Plugin 2.7 and Maven GPG Plugin 1.4

2011-08-26 Thread Benson Margulies
Could 'not' perhaps be a typo for 'now'? On Fri, Aug 26, 2011 at 5:31 PM, Ruben Garat ruben01@gmail.com wrote: what does this mean, and how does it go from here? was this a sign of people not caring enough to vote or did someone have something against the release? thanks for any

Re: [RESULT] [VOTE] Release Maven Deploy Plugin 2.7 and Maven GPG Plugin 1.4

2011-08-26 Thread Benson Margulies
shows 2.7 is deployed. So he did publish it. On Fri, Aug 26, 2011 at 5:37 PM, Ruben Garat ruben01@gmail.com wrote: I don't think so, Stephen asked for one more vote, and that vote didn't appear, so I think he wrote what he meant On 08/26/2011 06:33 PM, Benson Margulies wrote: Could

Thought: write some doc about how not to use snapshots?

2011-08-25 Thread Benson Margulies
At my day job, we went through a traumatic process of learning *not* to type 'mvn deploy'. Reading the user list, it seems to me that our experience is common. We hit the 'multiple developers versus deployed snapshot' trap. The process, familiar, I guess, to everyone here, is: 1) check out a

Re: Thought: write some doc about how not to use snapshots?

2011-08-25 Thread Benson Margulies
On Thu, Aug 25, 2011 at 8:59 AM, Jesse Glick jesse.gl...@oracle.com wrote: On 08/25/2011 07:34 AM, Benson Margulies wrote: I discovered yesterday that one team had taken this idea to its local extreme, and were just using release versions, no -SNAPSHOTS at all. Do you mean they were only

JXR-93

2011-08-23 Thread Benson Margulies
This is embarassing. There must be some simple mistake here, but I wonder if any of the other JXR hackers could offer me a clue before I start blundering around? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For

execute versus executeReport (was, as it were, JXR-93)

2011-08-23 Thread Benson Margulies
I am somewhat confused by the design of the site plugin with respect to adding additional goals. The new pattern is to move from 'aggregate' configuration property booleans to more goals. However, goals have to be called out in executions, and the reporting section can't spec an execution, and

Re: execute versus executeReport (was, as it were, JXR-93)

2011-08-23 Thread Benson Margulies
/shared/maven-reporting- impl/apidocs/org/apache/maven/reporting/AbstractMavenReport.html Le mardi 23 août 2011, Benson Margulies a écrit : I am somewhat confused by the design of the site plugin with respect to adding additional goals. The new pattern is to move from 'aggregate' configuration

jxr 2.3.1 to fix aggregation (and update to new site and such)

2011-08-23 Thread Benson Margulies
The motivation for 2.3 of JXR was to get a new pair of aggregate goals. Unfortunately, due to the an interesting division of labor in the javadoc plugin, I missed a step, and the test I cribbed from javadoc didn't notice, either. I fixed this stuff up today, and I propose to rename 2.4 in JIRA to

Re: execute versus executeReport (was, as it were, JXR-93)

2011-08-23 Thread Benson Margulies
, Benson Margulies a écrit : On Tue, Aug 23, 2011 at 5:26 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: I have been confused for a long time too, but finally had some explanations I can try to summary here: not sure it will give every answers, but at least I suppose it will help. Hervé, So far

Re: wagon website somewhat broken

2011-08-22 Thread Benson Margulies
a quick build with site-plugin-3.0 and breadcrumbs look ok. HTH, -Lukas On 08/19/2011 04:09 PM, Benson Margulies wrote: http://maven.apache.org/wagon/wagon-providers/wagon-ssh/ Try the breadcumbs. some of them point to 'people.apache...'. I might have done this, but I need help fixing

Re: JXR misc

2011-08-21 Thread Benson Margulies
be appreciated... Well, once upon a time, I worked on flex and knew something about parsers. Where's the branch? Cheers, Vincent 2011/8/20 Benson Margulies bimargul...@gmail.com: When I was puttering in JXR, Hervé mentioned that Vincent had a load of stuff in a branch. Now that the new parent POMs

Re: JXR misc

2011-08-21 Thread Benson Margulies
Eclipse here (semi-joking). If someone is a guru in grammar and antlr, help would be appreciated... Cheers, Vincent 2011/8/20 Benson Margulies bimargul...@gmail.com: When I was puttering in JXR, Hervé mentioned that Vincent had a load of stuff in a branch. Now that the new parent POMs are out

JXR misc

2011-08-20 Thread Benson Margulies
When I was puttering in JXR, Hervé mentioned that Vincent had a load of stuff in a branch. Now that the new parent POMs are out, I'd like to update JXR to use them, and make the plugin 'parent' to the general plugin parent. Vincent, do you want to merge in your branch, first?

wagon website somewhat broken

2011-08-19 Thread Benson Margulies
http://maven.apache.org/wagon/wagon-providers/wagon-ssh/ Try the breadcumbs. some of them point to 'people.apache...'. I might have done this, but I need help fixing in any case. - To unsubscribe, e-mail:

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-08-18 Thread Benson Margulies
Mark, Can it possibly matter what the java package names are? There are ton's of wierd historical package names floating around the universe. There is no requirement for incubating Apache projects to move package names just for the sake of moving them. I think that 'sonatype' in a package name is

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-08-18 Thread Benson Margulies
Sorry, all, I didn't realize you were asking about the *practical* issues with the package names. I perceived a nonexistent ideological dispute. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands,

Must a pom release be an ASF release?

2011-08-17 Thread Benson Margulies
This tees off of a remark in the recent vote thread about the disruption to CI of pom releases. I don't believe that we need the full ASF release voting process for our internal shared POMs. I reason as follows: The Apache release process creates a particular legal status for a body of code.

Re: Must a pom release be an ASF release?

2011-08-17 Thread Benson Margulies
fishes stuff out of svn? On 17 August 2011 12:50, Benson Margulies bimargul...@gmail.com wrote: This tees off of a remark in the recent vote thread about the disruption to CI of pom releases. I don't believe that we need the full ASF release voting process for our internal shared POMs. I

Re: Must a pom release be an ASF release?

2011-08-17 Thread Benson Margulies
:55, Stephen Connolly stephen.alan.conno...@gmail.com wrote: That assumes that nobody outside of Apache inherits from these shared poms... A scary assumption to make IMHO On 17 August 2011 12:50, Benson Margulies bimargul...@gmail.com wrote: This tees off of a remark in the recent vote thread

Re: Must a pom release be an ASF release?

2011-08-17 Thread Benson Margulies
during the 3-day window. On Wed, Aug 17, 2011 at 7:50 AM, Benson Margulies bimargul...@gmail.com wrote: This tees off of a remark in the recent vote thread about the disruption to CI of pom releases. I don't believe that we need the full ASF release voting process for our internal shared

Re: Must a pom release be an ASF release?

2011-08-17 Thread Benson Margulies
, 2011 at 11:02 AM, Mark Struberg strub...@yahoo.de wrote: But we can do this all in one go, isn't? Just stage the projects locally and call Votes which are depending on each other. LieGrue, strub --- On Wed, 8/17/11, Benson Margulies bimargul...@gmail.com wrote: From: Benson Margulies

Re: Must a pom release be an ASF release?

2011-08-17 Thread Benson Margulies
the checkin and the promotion. No? Devs of course should test the new parent upgrade anyway, so the build is not accidentally 'broken'. LieGrue, strub --- On Wed, 8/17/11, Benson Margulies bimargul...@gmail.com wrote: From: Benson Margulies bimargul...@gmail.com Subject: Re: Must a pom

Re: Must a pom release be an ASF release?

2011-08-17 Thread Benson Margulies
of the flock could stage the first, commit to it, stage the second ..., and then call a vote. (Except that this would require 'open' staging repos to be visible, which I fear that they are not?) On 17 August 2011 16:28, Benson Margulies bimargul...@gmail.com wrote: On Wed, Aug 17, 2011 at 11:15 AM, Mark

Re: [DISCUSS] plexus-utils rewrite

2011-08-14 Thread Benson Margulies
+1: I believe I found a few authored by current PMC members and did the same thing. On Sun, Aug 14, 2011 at 2:42 PM, Mark Struberg strub...@yahoo.de wrote: Heh, I now learned that a few are even almost 1:1 copies from our own maven-1 utils ;) Please compare the PathUtils from plexus-utils to

Re: [DISCUSS] plexus-utils rewrite

2011-08-14 Thread Benson Margulies
clone @maven... and maven's focus should not be a p-u clone, the commons project should be able to host most of that functionality. On 14 August 2011 23:02, Benson Margulies bimargul...@gmail.com wrote: +1: I believe I found a few authored by current PMC members and did the same thing

Re: More POM5 writing

2011-08-03 Thread Benson Margulies
I see namespaces as useful in distinguishing 'core maven' content from content for consumption by other tools, like m2e. On Tue, Aug 2, 2011 at 7:38 PM, Jesse Glick jesse.gl...@oracle.com wrote: On 08/02/2011 08:52 AM, Benson Margulies wrote: Adding explicit elements next to xs:any is a far

Re: More POM5 writing

2011-08-02 Thread Benson Margulies
of changing the schema URI for each new version, but I question the practical utility. I can't think of a use case in which it actually helps anything. --benson On Tue, Aug 2, 2011 at 8:00 AM, Jesse Glick jesse.gl...@oracle.com wrote: On 07/31/2011 05:12 PM, Benson Margulies wrote: https

Re: POM reader that preserves CDATA?

2011-08-02 Thread Benson Margulies
In general, you really can't expect to retain CDATA unless you build a DOM tree, and maybe not then. It's a fundamental principle of XML that CDATA isn't part of 'the infoset' -- the data that is represented by the file. A parser is under no obligation to faithfully report this stuff, so long as

Re: [DISCUSS] Project local setting.xml

2011-08-01 Thread Benson Margulies
I have several alternative design ideas. 0) If you religiously use a repository manager and mirrorOf *, you can prevent this rogues from bothering you. 1) How about if the release / deploy process had an option to remove repositories from the POM? 2) Let's design and implement basic repository

Re: non-reproducible issues on CI

2011-07-31 Thread Benson Margulies
Mark, THe problem is this: jenkins gets going using information from the global settings.xml before any command-line args are processed. So you've created a monster, as it were. Luckily, there's a job option to use an alternative settings so long as it's in the svn real estate that the job knows

Re: non-reproducible issues on CI

2011-07-31 Thread Benson Margulies
--- On Sun, 7/31/11, Benson Margulies bimargul...@gmail.com wrote: From: Benson Margulies bimargul...@gmail.com Subject: Re: non-reproducible issues on CI To: Maven Developers List dev@maven.apache.org Date: Sunday, July 31, 2011, 2:49 PM Mark, THe problem is this: jenkins gets going using

Re: Random errors in parallely executed tests

2011-07-31 Thread Benson Margulies
the build helper has a goal for this. On Jul 31, 2011, at 12:09 PM, Mark Struberg strub...@yahoo.de wrote: Hi Olivier! Do you have a sample how to incorporate this into our unit tests? I only knew that jetty is able to assign a random port for the stop port, but didn't know that the same

Re: non-reproducible issues on CI

2011-07-31 Thread Benson Margulies
worth a try. Would be really appreciated and a big help if you could take the time and help us fixing our CI build! txs and LieGrue, strub --- On Sun, 7/31/11, Benson Margulies bimargul...@gmail.com wrote: From: Benson Margulies bimargul...@gmail.com Subject: Re: non-reproducible issues

More POM5 writing

2011-07-31 Thread Benson Margulies
By popular request, I've expanded https://cwiki.apache.org/confluence/display/MAVEN/Moving+forward+with+the+POM+data+model (and changed its name). It now reflects our recent reflections on attributes, plus some thoughts on namespaces. Please break out your darts and start throwing.

Re: non-reproducible issues on CI

2011-07-30 Thread Benson Margulies
These jobs should use a custom repo. Trusting the built-in Jenkins repo is not wise when testing maven. It's just a checkbox in the job config. On Sat, Jul 30, 2011 at 6:09 AM, Mark Struberg strub...@yahoo.de wrote: gav dropped it already (pinged him on IRC). Build #152 is currently running.

Re: [DISCUSS] SCM child-project URL composition

2011-07-30 Thread Benson Margulies
...@dslextreme.com wrote: i think I'm missing something. My understanding has been that any file named pom.xml that isn't compliant with 4.0.0 is going to break Maven 2 users. Am I misunderstanding something about what is being proposed? Ralph On Jul 29, 2011, at 8:04 AM, Benson Margulies

Re: [DISCUSS] incorporate EPL Aether

2011-07-30 Thread Benson Margulies
I'd like to to try to put a little oxygen into this thread now, given the rather clear results of the vote thread. Ralph posed the following question on Legal Discuss: 'Can the Maven PMC pull a dual-licensed version of AEther back into Apache without a grant from Sonatype?' The answer was,

Re: [VOTE] Release Maven Site Plugin version 3.0 and Maven Reporting Exec version 1.0.1

2011-07-30 Thread Benson Margulies
I'm not binding, but I'm sad about MSITE-600, which blocks my adoption at the day job. So +0 not that it matters. On Sat, Jul 30, 2011 at 11:03 AM, Dennis Lundberg denn...@apache.org wrote: Hi, We solved 46+1 issues:

Re: [DISCUSS] incorporate EPL Aether

2011-07-30 Thread Benson Margulies
it with our own code when someone decides there is something they want to do that requires it. A dual licensed version of Aether would probably insure a complete replacement is never necessary. Ralph On Jul 30, 2011, at 4:46 AM, Benson Margulies wrote: I'd like to to try to put a little oxygen

Re: [DISCUSS] SCM child-project URL composition

2011-07-30 Thread Benson Margulies
rigorous in its validation.  That would be fine. Ralph, sorry to have assumed that you knew less, rather than more, than I did. We're now on the same page in any case. --benson Ralph On Jul 30, 2011, at 4:29 AM, Benson Margulies wrote: I think that your understanding is oversimplified

Re: [DISCUSS] incorporate EPL Aether

2011-07-30 Thread Benson Margulies
necessary. Ralph On Jul 30, 2011, at 4:46 AM, Benson Margulies wrote: I'd like to to try to put a little oxygen into this thread now, given the rather clear results of the vote thread. Ralph posed the following question on Legal Discuss: 'Can the Maven PMC pull a dual-licensed version

<    5   6   7   8   9   10   11   12   13   14   >