Re: [VOTE] release maven-shade-plugin version 2.0

2012-09-02 Thread Benson Margulies
for M2 releases before making the first M3 release. If someone has the itch, they can then port fixes and make releases on it without having to go spelunking to find the right rev to branch from. LieGrue, strub - Original Message - From: Benson Margulies bimargul...@gmail.com

Re: [VOTE] release maven-shade-plugin version 2.0

2012-09-02 Thread Benson Margulies
On Sun, Sep 2, 2012 at 5:12 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: Le dimanche 2 septembre 2012 16:17:33 Benson Margulies a écrit : Now we have a different problem. According to [1], the version to require Maven 3 was supposed to be 3.0, leaving 2.0 for a merely incompatible release

Re: [VOTE] release maven-shade-plugin version 2.0

2012-09-02 Thread Benson Margulies
OK, please consider this VOTE cancelled and I'll make a new one presently. On Sun, Sep 2, 2012 at 5:52 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: Le dimanche 2 septembre 2012 17:22:20 Benson Margulies a écrit : Would you prefer if I respun the release? yes, I think this would be sufficient

Re: [VOTE] release maven-shade-plugin version 2.0

2012-09-02 Thread Benson Margulies
/asf/mvn/plugins/maven-shade-plugin/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.codehaus.plexus:plexus-component-annotations:jar is missing. @ line 140, column 17 On Sun, Sep 2, 2012 at 6:47 PM, Benson Margulies bimargul...@gmail.com wrote: OK, please consider

[VOTE] Release maven-shade-plugin 2.0 -- attempt 2

2012-09-02 Thread Benson Margulies
We solved 4 issues: ** Bug * [MSHADE-103] - maven-shade-plugin does not resolve from user-defined repositories * [MSHADE-124] - Need better plan for getting dependency-reduced-pom.xml out of basedir * [MSHADE-130] - Mark mojo as threadSafe for parallel builds ** New Feature *

Re: [VOTE] release maven-shade-plugin version 2.0

2012-09-02 Thread Benson Margulies
with plugins which cannot be made maven2 compatible anymore but we like to implement a new feature? How long do we like to support maven2 at all? Will we create a branch for those plugins? LieGrue, strub - Original Message - From: Benson Margulies bimargul...@gmail.com To: Maven

Started release 1.7.2 of maven-shade-plugin, but ...

2012-08-31 Thread Benson Margulies
I cannot currently get to maven.apache.org to look at the cheat-sheet and remember all the release procedure steps. So it's out there on repository.apache.org, and I'll finish the job as soon as I can. - To unsubscribe, e-mail:

[VOTE] Release Maven Shade Plugin Version 1.7.2

2012-08-31 Thread Benson Margulies
We solved 2 issues: ** Bug * [MSHADE-124] - Need better plan for getting dependency-reduced-pom.xml out of basedir * [MSHADE-130] - Mark mojo as threadSafe for parallel builds There are still plenty more fish in this sea. Stating repo:

Re: [VOTE] Release Maven Shade Plugin Version 1.7.2

2012-08-31 Thread Benson Margulies
/message/ywiw2mak7ltgo3qs ) I did tag from the trunk, I used the usual procedure. However, this version # thing went right past me, I apologize. I'll flush the staged release and do this again as 2.0. 2012/8/31 Benson Margulies bimargul...@gmail.com: We solved 2 issues: ** Bug

Re: [VOTE] Release Maven Shade Plugin Version 1.7.2

2012-08-31 Thread Benson Margulies
This vote is cancelled due to my being confused. Stand by for a 2.0. On Fri, Aug 31, 2012 at 1:25 PM, Benson Margulies bimargul...@gmail.com wrote: We solved 2 issues: ** Bug * [MSHADE-124] - Need better plan for getting dependency-reduced-pom.xml out of basedir * [MSHADE-130

Is it, in fact, time for maven-shade-plugin 2.0?

2012-08-31 Thread Benson Margulies
OK, now that I've cleaned up my previous mistake, I'll ask: is it a good time to actually do the 2.0 release? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[VOTE] release maven-shade-plugin version 2.0

2012-08-31 Thread Benson Margulies
We solved 4 issues: ** Bug * [MSHADE-103] - maven-shade-plugin does not resolve from user-defined repositories * [MSHADE-124] - Need better plan for getting dependency-reduced-pom.xml out of basedir * [MSHADE-130] - Mark mojo as threadSafe for parallel builds ** New Feature *

Re: improving incremental builds

2012-08-27 Thread Benson Margulies
On Mon, Aug 27, 2012 at 8:40 AM, Mark Struberg strub...@yahoo.de wrote: We might implement this by storing the list of all activated profiles + all resolved environment properties in a file in target/ somewhere. That would be part of a.) in my previous mail to Romain. How about the situation

Shade DRP location

2012-08-27 Thread Benson Margulies
I've been thinking about my abortive attempt to deal with multiple builds colliding over the dependency-reduced-pom.xml. My attempt was to move the thing into 'target', but that blew up relative pathnames. Here's another plan: give the thing a uuid-based name, instead. Can anyone think of a

Re: improving incremental builds

2012-08-27 Thread Benson Margulies
. But the worst thing happening would be that we compile too much. Thats still better than a full mvn clean install :) LieGrue, strub - Original Message - From: Benson Margulies bimargul...@gmail.com To: Maven Developers List dev@maven.apache.org; Mark Struberg strub...@yahoo.de Cc: Sent

Re: improving incremental builds

2012-08-27 Thread Benson Margulies
clean install :) LieGrue, strub - Original Message - From: Benson Margulies bimargul...@gmail.com To: Maven Developers List dev@maven.apache.org; Mark Struberg strub...@yahoo.de Cc: Sent: Monday, August 27, 2012 5:07 PM Subject: Re: improving incremental builds

Re: improving incremental builds

2012-08-27 Thread Benson Margulies
18:09, Benson Margulies bimargul...@gmail.com wrote: On Mon, Aug 27, 2012 at 12:07 PM, Mark Struberg strub...@yahoo.de wrote: build1 and build 2 are different modules or different mvn invocations with some time inbetween? Of course we will need to test all plugins to behave incremental like

Re: improving incremental builds

2012-08-27 Thread Benson Margulies
@maven.apache.org Cc: Mark Struberg strub...@yahoo.de Sent: Monday, August 27, 2012 8:11 PM Subject: Re: improving incremental builds On 27 August 2012 19:10, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 27 August 2012 18:09, Benson Margulies bimargul...@gmail.com wrote: On Mon, Aug 27

The web site plugin in the sandbox

2012-08-20 Thread Benson Margulies
Hervé sent out a message about this, and I can't find it. I'm travelling today, but I can poke around tonight. My recollection was that I couldn't figure out how to write a working IT without a self-contained mocked scm to have it manipulate, but it's been a while.

Re: [VOTE] Release Maven Parent pom 22, Maven Plugins Parent pom 23, Maven Shared Components 18

2012-08-12 Thread Benson Margulies
+1. On Sun, Aug 12, 2012 at 3:39 PM, Mark Struberg strub...@yahoo.de wrote: looked at the diffs and they do look fine. +1 LieGrue, strub - Original Message - From: Olivier Lamy ol...@apache.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, August 10,

Re: [VOTE] Relase Apache Parent Pom 11

2012-08-05 Thread Benson Margulies
Don't you want the new dependency plugin? On Sun, Aug 5, 2012 at 5:49 PM, Olivier Lamy ol...@apache.org wrote: Hi, I'd like to release Apache Parent 11. Staging repository is here: https://repository.apache.org/content/repositories/orgapacheapache-120/ Staged documentation:

Re: [VOTE] Release Maven Surefire Plugin version 2.12.1

2012-08-01 Thread Benson Margulies
+1 binding. I don't see that issue as a blocker. On Wed, Aug 1, 2012 at 1:47 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: I have updated the doc pages in question; http://maven.apache.org/plugins/maven-surefire-plugin-2.12.1/plugins/maven-surefire-plugin/featurematrix.html

Re: Are there any plans for a Maven Assembly plugin release in the near future?

2012-07-31 Thread Benson Margulies
I can organize this in a few days if no one beats me to it. On Tue, Jul 31, 2012 at 4:33 PM, Ryan Gardner ryeb...@gmail.com wrote: There are two issues fixed in maven assembly 2.4 and http://jira.codehaus.org/browse/MASSEMBLY-553 is one that is extremely useful - I'm not an apache committer /

Re: Snark on the users list

2012-07-24 Thread Benson Margulies
I don't see any problem with a clear statement that 'maven is a development tool for developers'. I agree that going past that to any of the recent attempts to encode RTFM or 'go find a buddy' into some sort of sentence on the web site is a loser, in spite of my attempt to craft one. On Mon, Jul

Re: Snark on the users list

2012-07-24 Thread Benson Margulies
On Tue, Jul 24, 2012 at 5:05 PM, Barrie Treloar baerr...@gmail.com wrote: On Tue, Jul 24, 2012 at 10:26 PM, Benson Margulies bimargul...@gmail.com wrote: I don't see any problem with a clear statement that 'maven is a development tool for developers'. I agree that going past that to any

Re: Surefire 2.12.1

2012-07-23 Thread Benson Margulies
I can do it On Jul 23, 2012, at 4:35 AM, Olivier Lamy ol...@apache.org wrote: Hi Same here. Cannot help before sunday. -- Olivier Le 22 juil. 2012 20:35, Kristian Rosenvold kristian.rosenv...@gmail.com a écrit : I'm ready to press release on this one as of r1364394, and jira is all set

Re: Snark on the users list

2012-07-23 Thread Benson Margulies
Rev 1364633 is a small contribution to more stuff to link to. On Sun, Jul 22, 2012 at 8:41 AM, Benson Margulies bimargul...@gmail.com wrote: Look, I know that we get lots of very provocatively clueless queries on the user list. However, I don't think that it's a good idea to be as acerbic

Can't deploy the site?

2012-07-23 Thread Benson Margulies
running mvn site-deploy with 3.0.4 on the site hierarchy ... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.1:jar (jar) on project maven-site: Error while creating archive. A zip file cannot include itself - [Help 1] [ERROR] [ERROR] To see the full stack trace of the

Re: Surefire 2.12.1

2012-07-23 Thread Benson Margulies
Unfortunately, lots of the integration tests failed on my mac when I ran release:perform. I'll try again with a Linux VM. On Sun, Jul 22, 2012 at 2:34 PM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: I'm ready to press release on this one as of r1364394, and jira is all set to go.

Re: Surefire 2.12.1

2012-07-23 Thread Benson Margulies
I can't get through prepare either on Linux or MacOSX. On Mon, Jul 23, 2012 at 12:10 PM, Kristian Rosenvold kristian.rosenv...@zenior.no wrote: I may have seen this happen; re-running release:perform does the trick. K Den 23. juli 2012 kl. 17:33 skrev Benson Margulies bimargul...@gmail.com

Re: Snark on the users list

2012-07-23 Thread Benson Margulies
On Mon, Jul 23, 2012 at 6:54 PM, Barrie Treloar baerr...@gmail.com wrote: On Tue, Jul 24, 2012 at 7:49 AM, Wayne Fay wayne...@gmail.com wrote: Rev 1364633 is a small contribution to more stuff to link to. Also on the Windows pre-reqs page, it might be nice to say something about antivirus

Re: Snark on the users list

2012-07-23 Thread Benson Margulies
On Mon, Jul 23, 2012 at 8:58 PM, Jesse Farinacci jie...@gmail.com wrote: On Mon, Jul 23, 2012 at 8:40 PM, Benson Margulies bimargul...@gmail.com wrote: If you aren't comfortable with tools like this, but you need to use Maven for some reason, you will need to find assistance, and the Maven

Snark on the users list

2012-07-22 Thread Benson Margulies
Look, I know that we get lots of very provocatively clueless queries on the user list. However, I don't think that it's a good idea to be as acerbic as some of us have been lately. My advice is this: if you are out of patience with clueless email, just don't answer it. If you have a little

Re: Snark on the users list

2012-07-22 Thread Benson Margulies
A number of people have contacted me off-list about this. I really didn't want to call anyone out on this topic. This is a mixed bag. Citing specific threads would make it concrete what I'm point at, but it would call people out. I'll respond to the off-list threads. I'll go this far; we've had

https://jira.codehaus.org/browse/MPLUGIN-219

2012-07-01 Thread Benson Margulies
Hey: I'm about to commit a fix to this, which keeps the existing spelling with @Deprecated and adds the new spelling. I'll wait until tomorrow AM my time in case any of your Europeans really hate the idea. --benson - To

Re: [VOTE RESULT] Release maven-shade-plugin 1.7.1

2012-06-30 Thread Benson Margulies
This vote passes with four binding +1's: bimargulies, herve.boutemy, olamy, dkulp. I will promote. On Thu, Jun 28, 2012 at 6:31 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: +1 Hervé Le mercredi 27 juin 2012 07:53:44 Benson Margulies a écrit : Hi, We solved 1 issues: ** Bug

Order of execution of plugins

2012-06-29 Thread Benson Margulies
https://jira.codehaus.org/browse/MSHADE-126 seems, I think, to result from a Pretty Dumb Thing. I suspect that the problem is that the jar plugin has ended up in the packaging phase AFTER the shade plugin, due to the way that plugin management and plugin elements merge. Does this make any sense

Re: Order of execution of plugins

2012-06-29 Thread Benson Margulies
Cancel this thought. The jar plugin purports to run first. On Fri, Jun 29, 2012 at 9:12 AM, Benson Margulies bimargul...@gmail.com wrote: https://jira.codehaus.org/browse/MSHADE-126 seems, I think, to result from a Pretty Dumb Thing. I suspect that the problem is that the jar plugin has ended

Re: Order of execution of plugins

2012-06-29 Thread Benson Margulies
OK, now I understand this. The jar plugin will optimize out writing a jar in some cases. This is never a good idea is shade has produced the jar. But the jar plugin has no way, I can see, to notice this. So the jar plugin leaves the shaded jar and then shade explodes. I can see two possible

Re: Order of execution of plugins

2012-06-29 Thread Benson Margulies
I like this. On Fri, Jun 29, 2012 at 9:48 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: 3) add a shade:clean goal which removes the jar and let people bind that to prepare-package On 29 June 2012 14:28, Benson Margulies bimargul...@gmail.com wrote: OK, now I understand

Re: maven-plugin-plugin thinks there's no mojos when I use annotations

2012-06-29 Thread Benson Margulies
THanks. On Fri, Jun 29, 2012 at 8:04 PM, Tony Chemit che...@codelutin.com wrote: On Fri, 29 Jun 2012 19:58:53 -0400 Benson Margulies bimargul...@gmail.com wrote: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.0:helpmojo (generated-helpmojo) on project maven

Re: MSHADE-123: call for help

2012-06-27 Thread Benson Margulies
On Wed, Jun 27, 2012 at 2:42 AM, Jörg Schaible joerg.schai...@scalaris.com wrote: Benson Margulies wrote: Folks, I've dug a hole (reported by) MSHADE-123 and I don't know what to do about this. I dug the hole via the changes to move the default location of the dependency reduced pom from

[VOTE] Release maven-shade-plugin 1.7.1

2012-06-27 Thread Benson Margulies
Hi, We solved 1 issues: ** Bug * [MSHADE-123] - 1.7 Causes failures in other plugins make basedir point to the build dir There are still plenty of issues left in JIRA. Staging repo: https://repository.apache.org/content/repositories/maven-282/

Re: Shade plugin non backward compatible change

2012-06-27 Thread Benson Margulies
On Wed, Jun 27, 2012 at 7:39 AM, Olivier Lamy ol...@apache.org wrote: +1 fine for me OK, 1.7.1 staged and out for vote. 2012/6/27 Benson Margulies bimargul...@gmail.com: Here's my proposed plan. 1) I do something about MSHADE-123: move the default back to basedir. 2) I release 1.7.1

Re: [VOTE] Release maven-shade-plugin 1.7.1

2012-06-27 Thread Benson Margulies
+1 (binding) On Wed, Jun 27, 2012 at 7:53 AM, Benson Margulies bimargul...@gmail.com wrote: Hi, We solved 1 issues: ** Bug    * [MSHADE-123] - 1.7 Causes failures in other plugins make basedir point to the build dir There are still plenty of issues left in JIRA. Staging repo: https

Re: MSHADE-120

2012-06-27 Thread Benson Margulies
The truth of the matter is that the only way to get a reliable timeline is if you make the fix yourself and give us a patch. Codehaus JIRA is not currently available, so I can't check to see if there's a complete test case attached to the JIRA, which would improve the likelihood that one of us

Re: New annotation system

2012-06-27 Thread Benson Margulies
://cwiki.apache.org/confluence/display/MAVEN/Java+5+Annotations+for+Plugins? Yup. We used names very similar with doclet. You can have a look here http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html Regards, Marc Le 27 juin 2012 20:45, Benson Margulies bimargul

Re: Shade plugin non backward compatible change

2012-06-26 Thread Benson Margulies
Here's my proposed plan. 1) I do something about MSHADE-123: move the default back to basedir. 2) I release 1.7.1. 3) You move the next version to 2.0 or 3.0, and fix MSHADE-112. 4) I apply the patch to MSHADE-103 that requires us to depend on Maven 3. 5) anyone who really wants a fix for

MSHADE-123: call for help

2012-06-23 Thread Benson Margulies
Folks, I've dug a hole (reported by) MSHADE-123 and I don't know what to do about this. I dug the hole via the changes to move the default location of the dependency reduced pom from the project basedir to target. Having the drp in the basedir led to chaos when multiple builds ran in parallel

Re: [VOTE] [RESULT] Release Maven Shade Plugin version 1.7

2012-06-01 Thread Benson Margulies
Hi, The vote has passed with the following result : +1 (binding): benson margulies, olivier lamy, mark struberg +1 (non binding): none I will promote the artifacts to the central repo. - To unsubscribe, e-mail: dev-unsubscr

[ANN] Maven Shade Plugin 1.7 Released

2012-06-01 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 1.7 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

maven-shade-1.7

2012-05-31 Thread Benson Margulies
I need two more votes ... - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven Shade Plugin version 1.7

2012-05-31 Thread Benson Margulies
. LieGrue, strub - Original Message - From: Benson Margulies bimargul...@gmail.com To: Maven Developers List dev@maven.apache.org Cc: Sent: Monday, May 28, 2012 2:33 PM Subject: [VOTE] Release Maven Shade Plugin version 1.7 Hi, We solved 4 issues: Release Notes - Maven 2.x

[VOTE] Release Maven Shade Plugin version 1.7

2012-05-28 Thread Benson Margulies
Hi, We solved 4 issues: Release Notes - Maven 2.x Shade Plugin - Version 1.7 ** Bug * [MSHADE-75] - Package maven multimodule project with shade plugin : error in opening zip on directory * [MSHADE-107] - ArrayIndexOutOfBoundsException when using minimizeJar with shade plugin *

Alphas and betas: really?

2012-05-28 Thread Benson Margulies
One of the quirks of the Maven community, as seen from the outside, is the tendency to call things 'alpha' and 'beta'. I think that this is confusing. Most people assume that an 'alpha' has significant instability, and should be used only by the few and the brave. Even a 'beta' would generally

Shade 1.7

2012-05-27 Thread Benson Margulies
Unless someone objects, I'll spin maven-shade-plugin 1.7 tomorrow: Release Notes - Maven 2.x Shade Plugin - Version 1.7 ** Bug * [MSHADE-75] - Package maven multimodule project with shade plugin : error in opening zip on directory * [MSHADE-107] - ArrayIndexOutOfBoundsException when

Re: Board report request

2012-05-26 Thread Benson Margulies
On Fri, May 25, 2012 at 11:56 PM, Olivier Lamy ol...@apache.org wrote: Each Apache TLP project send a report to the ASF Board. This report is reviewed by the board and included in the minutes of the board meeting. See https://whimsy.apache.org/board/minutes/ And while any committer can serve

Looking for advice from shade-y characters on MSHADE-119

2012-05-26 Thread Benson Margulies
The problem here is that we need to relocate /a/b/c to /q/r/s. However, since relocations are stated in terms of a.b.c form and not path form, there's no syntax that maps. Unless, of course, a pattern of a.b.c - q.r.s should just work for getClass().getResource(/a/b/c); It seems reasonable to

Re: Looking for advice from shade-y characters on MSHADE-119

2012-05-26 Thread Benson Margulies
something else (and a file!, not a resource). Dawid On Sat, May 26, 2012 at 10:00 PM, Benson Margulies bimargul...@gmail.com wrote: The problem here is that we need to relocate /a/b/c to /q/r/s. However, since relocations are stated in terms of a.b.c form and not path form, there's no syntax

Re: Looking for advice from shade-y characters on MSHADE-119

2012-05-26 Thread Benson Margulies
Velocity has a nasty reputation for problems on the classpath. I've fought with it on CXF. However, if I'm right, the immediate problem is trivial to fix. In SimpleRelocator, I added this || clause to 'canRelocatePath'. If no one pipes up with a reason why this would cause a disaster, I'm going

Re: [VOTE] Release Maven Release Plugin version 2.3.1

2012-05-25 Thread Benson Margulies
+1 (binding) On Fri, May 25, 2012 at 1:54 AM, Mark Hobson markhob...@gmail.com wrote: Vote is nearing completion and need one more binding vote, anyone? Thanks, Mark On 22 May 2012 20:48, Olivier Lamy ol...@apache.org wrote: +1 2012/5/22 Mark Hobson ma...@apache.org: Hi, We solved 3

Re: [VOTE] Maven Compiler Plugin 2.5

2012-05-24 Thread Benson Margulies
Why not a 2.4.x release given the single issue? On Thu, May 24, 2012 at 1:19 PM, Olivier Lamy ol...@apache.org wrote: Hi, I'd like to release Maven Compiler Plugin 2.5. We fixed 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130version=18466 Staging repository:

Re: [VOTE] Maven Compiler Plugin 2.5

2012-05-24 Thread Benson Margulies
K. +1 On Thu, May 24, 2012 at 1:28 PM, Olivier Lamy ol...@apache.org wrote: Because I added new configuration parameter and upgrade with a new plexus-compiler version 2012/5/24 Benson Margulies bimargul...@gmail.com: Why not a 2.4.x release given the single issue? On Thu, May 24, 2012

Re: Shade and the dependency-reduced-pom

2012-05-22 Thread Benson Margulies
On Tue, May 22, 2012 at 1:33 AM, Brett Porter br...@apache.org wrote: On 22/05/2012, at 1:35 PM, Benson Margulies wrote: On Mon, May 21, 2012 at 10:58 PM, Brett Porter br...@apache.org wrote: On 22/05/2012, at 12:22 PM, Benson Margulies wrote: Brett, I wrote the code today. I saw

Shade and the dependency-reduced-pom

2012-05-21 Thread Benson Margulies
MSHADE-115 reports the unpleasant consequences of putting the dependency-reduced-pom into the basedir instead of target. I'm working on a fix. The fix needs a function that can relativize one pathname to another. I'm surprised that there doesn't seem to be one of those lying about ... is there

Re: Shade and the dependency-reduced-pom

2012-05-21 Thread Benson Margulies
to cover the Maven 3 case where relativePath/relativePath turns off the default. Cheers, Brett On 22/05/2012, at 6:42 AM, Benson Margulies wrote: MSHADE-115 reports the unpleasant consequences of putting the dependency-reduced-pom into the basedir instead of target. I'm working on a fix

Re: Shade and the dependency-reduced-pom

2012-05-21 Thread Benson Margulies
On Mon, May 21, 2012 at 10:58 PM, Brett Porter br...@apache.org wrote: On 22/05/2012, at 12:22 PM, Benson Margulies wrote: Brett, I wrote the code today. I saw that... but didn't you send this afterwards? I thought you were looking for a way to trim it back again to avoid extra maintenance

[RESULT] [VOTE] Release maven-changes-plugin 2.7.1

2012-05-13 Thread Benson Margulies
The vote passed. binding +1: bimargulies, hboutemy, olamy, Mark Struberg nonbinding +1: ltheussl - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Am I a dev or am't I?

2012-05-13 Thread Benson Margulies
Has the POM with me in it not trickled down yet? [ERROR] Failed to execute goal org.apache.maven.plugins:maven-changes-plugin:2.6:announcement-mail (default-cli) on project maven-changes-plugin: Missing developer with id 'bimargulies' in the developers section in your pom. - [Help 1] [ERROR]

[ANN] maven-changes-plugin 2.7.1 released

2012-05-13 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.7.1 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

[VOTE] Release maven-changes-plugin 2.7.1

2012-05-10 Thread Benson Margulies
Hi, We solved 1 issues: MCHANGES-281 There are still plenty of issues left in JIRA. Staging repo: https://repository.apache.org/content/repositories/maven-077/ Staging site: http://maven.apache.org/plugins/maven-changes-plugin-2.7.1/ Guide to testing staged releases:

Intent to release maven-changes-plugin 2.8 / 2.7.1

2012-05-09 Thread Benson Margulies
A user has asked for a quick turn on a blocking bug with the changes plugin when used with JIRA 5. I'm willing to turn the crank. Does anyone have strong feelings about 2.8 versus 2.7.1 in this case? Does anyone object? - To

Re: [RESULT] [VOTE] Release Maven Changes Plugin version 2.7

2012-05-01 Thread Benson Margulies
oops. Sorry. On Tue, May 1, 2012 at 1:11 PM, Lukas Theussl ltheu...@apache.org wrote: For the record: my vote is not binding. Thanks for the release anyway! :) -Lukas Benson Margulies wrote: Subject: Hi, The vote has passed with the following result : +1 (binding): hboutemy

[RESULT] [VOTE] Release Maven Changes Plugin version 2.7

2012-04-30 Thread Benson Margulies
Subject: Hi, The vote has passed with the following result : +1 (binding): hboutemy, bimargulies, olamy, ltheussl +1 (non binding): Tony Chemit I will promote the artifacts to the central repo. - To unsubscribe, e-mail:

[ANN] maven-changes-plugin 2.7 released

2012-04-30 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.7 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

[ANN] maven-changes--plugin 2.7

2012-04-30 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.7 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

Don't update any parents to use maven-changes-plugin 2.7

2012-04-30 Thread Benson Margulies
I discovered MCHANGES-280 in the process of releasing 2.7, after I had already pushed to central (or at least towards). I'll look into the fix; clearly, we're short an integration test here somehow or another. - To unsubscribe,

[VOTE] release maven parent pom version 22

2012-04-30 Thread Benson Margulies
I've staged a release of org.apache.maven:maven-parent:22 to pick up a few new developer elements and other miscellaneous things. If anyone -1's because they wished I've warned them so they could add something, I'll unwind. Otherwise, this vote will be open for the usual 72 hours.

Re: [VOTE] release maven parent pom version 22

2012-04-30 Thread Benson Margulies
On Mon, Apr 30, 2012 at 5:03 PM, Dennis Lundberg denn...@apache.org wrote: On 2012-04-30 22:56, Benson Margulies wrote: I've staged a release of org.apache.maven:maven-parent:22 to pick up a few new developer elements and other miscellaneous things. If anyone -1's because they wished I've

Re: [VOTE] release maven parent pom version 22

2012-04-30 Thread Benson Margulies
have a lot of reasons. I'm happy to defer to you. I added myself because site claimed I wasn't in there, and clearly I wasn't paying enough attention. Regards, Hervé [1] http://maven.apache.org/pom/index.html Le lundi 30 avril 2012 16:56:07 Benson Margulies a écrit : I've staged a release

Re: [VOTE] release maven parent pom version 22

2012-04-30 Thread Benson Margulies
oops, I mean 'changes claimed I wasn't in there'. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: aggregate modules with asf-svnpubsub-plugin

2012-04-29 Thread Benson Margulies
On Sun, Apr 29, 2012 at 11:06 AM, Eric Charles eric.char...@u-mangate.com wrote: Hi, I am trying the asf-svnpubsub-plugin 1.0-SNAPSHOT with a multimodule project, and it checkouts the whole pubScmUrl in each submodule, which takes time and is not useful for me (I only need to generate and

[VOTE] Release Maven Changes Plugin version 2.7

2012-04-27 Thread Benson Margulies
Hi, We resolved 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=ACIO-CAVI-QX7G-9IAS%7Cb183085c89ca85abde86540c1f02cb433b8719dd%7Cloutversion=17447styleName=TextprojectId=11212Create=Create There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Changes Plugin version 2.7

2012-04-27 Thread Benson Margulies
, 2012 at 8:34 AM, Benson Margulies bimargul...@gmail.com wrote: Hi, We resolved 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=ACIO-CAVI-QX7G-9IAS%7Cb183085c89ca85abde86540c1f02cb433b8719dd%7Cloutversion=17447styleName=TextprojectId=11212Create=Create There are still

Re: [VOTE] Release Maven Changes Plugin version 2.7

2012-04-27 Thread Benson Margulies
On Fri, Apr 27, 2012 at 5:54 PM, Dennis Lundberg denn...@apache.org wrote: On 2012-04-27 17:40, Benson Margulies wrote: The staging site is actually at http://maven.apache.org/plugins/maven-changes-plugin-2.7/plugins/maven-changes-plugin/. And I'm the one who added the text to the page saying

Re: Proposal: the maven build-from-source-plugin

2012-04-25 Thread Benson Margulies
Here's a use case, and I think a way to make something that works. Project A wants to make use of a dependency from project B. There is, however a bug. Project B is, for whatever reason, not going to release a bugfix any time soon. Project A really doesn't want to establish a full fork. In the

Re: Proposal: the maven build-from-source-plugin

2012-04-25 Thread Benson Margulies
On Wed, Apr 25, 2012 at 10:45 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 25 April 2012 14:46, Benson Margulies bimargul...@gmail.com wrote: Here's a use case, and I think a way to make something that works. Project A wants to make use of a dependency from project B

Proposal: the maven build-from-source-plugin

2012-04-24 Thread Benson Margulies
From time to time, there is an impedance mismatch between the desires of an open source development community and the nature of Maven as a *binary* dependency management system. While I wouldn't, for a moment, suggest tampering with the existing binary system, I was wondering how hard it would be

Re: Changes Plugin

2012-04-22 Thread Benson Margulies
There are two issues fixed since the last release. Neither of them relate to the IBM JDK. Are these unapplied patches? On Sun, Apr 22, 2012 at 8:05 AM, Chris Graham chrisgw...@gmail.com wrote: The last time I looked, there were some outstanding issues in the plugin. The IBM JDK being the that

maven-changes-plugin release

2012-04-22 Thread Benson Margulies
I just did a sweep on patches and trivia in the changes plugin. If we made a release now, we'd get the following. Anyone care to push on anything else first? ** Bug * [MCHANGES-237] - The goal jira-report always results in HTTP 400 error when accessing https://*.jira.com * [MCHANGES-261]

Re: RPMs for Maven 3?

2012-03-20 Thread Benson Margulies
On Tue, Mar 20, 2012 at 4:45 PM, Jason Chaffee jason.chaf...@betfair.com wrote: Just a suggestion. If you can find some people who are not currently commuters and are interested in do thing just this very thing, could they be a partial committer, only working on the RPM's and not the other

Re: RPMs for Maven 3?

2012-03-19 Thread Benson Margulies
On Mon, Mar 19, 2012 at 12:28 PM, Jos Backus j...@catnook.com wrote: On Mon, Mar 19, 2012 at 2:45 AM, Stanislav Ochotnicky sochotni...@redhat.com wrote: Another thing I should have pointed out right away, but forgot is that alternative way would be to create rpms directly out of upstream maven

Re: RPMs for Maven 3?

2012-03-19 Thread Benson Margulies
On Mon, Mar 19, 2012 at 4:14 PM, Jos Backus j...@catnook.com wrote: On Mon, Mar 19, 2012 at 11:46 AM, Jason van Zyl ja...@tesla.io wrote: I think if some 3rd party wants to provide an RPM have at it. I don't think this is something we want to create or support. [snip] Any reason why not,

Re: RPMs for Maven 3?

2012-03-19 Thread Benson Margulies
On Mon, Mar 19, 2012 at 5:08 PM, Jos Backus j...@catnook.com wrote: On Mon, Mar 19, 2012 at 1:39 PM, Jason van Zyl ja...@tesla.io wrote: On Mar 19, 2012, at 4:14 PM, Jos Backus wrote: On Mon, Mar 19, 2012 at 11:46 AM, Jason van Zyl ja...@tesla.io wrote: I think if some 3rd party wants to

Re: [VOTE] Apache Maven Shade Plugin 1.6

2012-03-16 Thread Benson Margulies
+1 On Thu, Mar 15, 2012 at 9:02 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: +1 Hervé Le jeudi 15 mars 2012 10:56:34 Olivier Lamy a écrit : Hello, I'd like to release Apache Maven Shade Plugin 1.6. We fixed 6 issues:

Re: next steps with the cms integration

2012-03-13 Thread Benson Margulies
On Tue, Mar 13, 2012 at 3:59 AM, Hervé BOUTEMY herve.bout...@free.fr wrote: Le lundi 12 mars 2012 19:31:38 Benson Margulies a écrit : How do you think we should tell text and binary files? svn mime type (probably not accessible). Suffix? Patterns in configuration

Re: next steps with the cms integration

2012-03-12 Thread Benson Margulies
How do you think we should tell text and binary files? svn mime type (probably not accessible). Suffix? Patterns in configuration? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: next steps with the cms integration

2012-03-11 Thread Benson Margulies
published in previuous versions Regards, Hervé Le samedi 10 mars 2012 14:10:18 Benson Margulies a écrit : Hervé, I've been swamped. What's next? --benson - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

next steps with the cms integration

2012-03-10 Thread Benson Margulies
Hervé, I've been swamped. What's next? --benson - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Modifying the site lifecycle

2012-03-01 Thread Benson Margulies
in there that indicate that it could be done. -Chris On Thu, Mar 1, 2012 at 12:18 PM, Benson Margulies bimargul...@gmail.comwrote: On the subject of newlines: personally, I think that Windows newlines in HTML files are evil. However, if that is an exotic belief on my part, I don't mind

<    3   4   5   6   7   8   9   10   11   12   >