Re: svn commit: r1631955 - /maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/markdown/index.md

2014-10-14 Thread Bruce Zu
who can help me about how to unsubscribe this ? thanks a lot! Bruce On Wed, Oct 15, 2014 at 2:46 PM, wrote: > Author: hboutemy > Date: Wed Oct 15 06:46:44 2014 > New Revision: 1631955 > > URL: http://svn.apache.org/r1631955 > Log: > split reports in check-reports and info-reports > > Modified:

Re: Maven plugin naming pattern

2014-10-14 Thread Hervé BOUTEMY
Le dimanche 12 octobre 2014 10:04:04 Benson Margulies a écrit : > One of Stephen's points is that the artifactId strings have an > influence on the prose: a thing with artifactId maven-popcorn-plugin > seems to lead, inexorably, towards 'The Maven Popcorn Plugin', which > is bad. But, is 'popcorn-m

Re: Next Maven prerequisite for Maven Plugins

2014-10-14 Thread Manfred Moser
I agree.. we should go to the best version of each 3.x release so 3.0.5 (anything below has a bunch of issues) 3.1.1 (3.1.0 was effectively broken and hopefully nobody uses it) For 3.2 we dont know what that is yet ;-) manfred Karl Heinz Marbaise wrote on 12.10.2014 06:25: > Hi Robert, >

Re: Next Maven prerequisite for Maven Plugins

2014-10-14 Thread Manfred Moser
I would say if they are using M2e 1.4 and other older stuff they are fine to stick with older versions of Maven and Maven plugins as well. If they really want latest features and bug fixes they can either pay consultants to upgrade their environment or Maven committers to backport stuff for the

[VOTE] Release maven-shared-utils 0.7 (take 1.99)

2014-10-14 Thread Kristian Rosenvold
We solved N=5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20207&styleName=Text&projectId=11761 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11761&status=1&component=15606 http://repository.apache.org/conte

Maven Developer Hangout

2014-10-14 Thread Jason van Zyl
Here's the link for this week: https://plus.google.com/u/0/b/113247990055413254822/events/cai2pfs4evm51cpivc6peeeoir0 Thanks, Jason -- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl http://twitter.com/takari_io ---

Re: PlexusTestCase ?

2014-10-14 Thread Jason van Zyl
I use the PlexusTestCase from the Sisu project, I would suggest using that one instead of trying to rewrite it. On Oct 14, 2014, at 2:21 AM, Kristian Rosenvold wrote: > I figured I might make something like maven-shared-testcase to contain a > replacement for PlexusTestCase, or do we already h

[GitHub] maven-plugins pull request: MPDF-66 maven-pdf-plugin puts project....

2014-10-14 Thread lbreuss
GitHub user lbreuss opened a pull request: https://github.com/apache/maven-plugins/pull/29 MPDF-66 maven-pdf-plugin puts project.properties into Velocity context. It works. Are there any side effects to be expected by putting all project.properties into the renderer context? You ca