Re: maven-assembly-plugin / Maven default folder layout

2014-03-08 Thread Dennis Lundberg
Hi Robert, I was not thinking about scope here, just the directory structure of the project. We've used src/main/assembly for years now. Maven-core has its assembly descriptors in src/main/assembly. It seems strange to suddenly change it. In what way would our users benefit from this change? On

[VOTE] Release Apache Maven Checkstyle Plugin version 2.12

2014-03-08 Thread Dennis Lundberg
Hi, We solved 15 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=Html&version=19723 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&status=1 Staging repo: https://repository.apache.org/co

Re: maven-assembly-plugin / Maven default folder layout

2014-03-08 Thread Robert Scholte
Hi Dennis, an assembly will always result in an attachment, but there's no such thing as attaching with a scope. For that reason I wouldn't separate the assembly descriptors, it might cause invalid assumptions. Robert Op Sat, 08 Mar 2014 22:24:10 +0100 schreef Dennis Lundberg : Hi I

Re: maven-assembly-plugin / Maven default folder layout

2014-03-08 Thread Dennis Lundberg
Hi I agree with Karl Heinz that the Assembly Plugin should support the documented default directory. It seems that we disagree about what the preferred directory should be. I think it should be src/main/assembly/ because almost all assemblies I have ever seen are for the main part of a project. I

[GitHub] maven-surefire pull request: fixed tests for SUREFIRE[1055]

2014-03-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-surefire/pull/33 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: [VOTE] Release Apache Maven Filtering version 1.2

2014-03-08 Thread Hervé BOUTEMY
+1 Regards, Hervé Le jeudi 6 mars 2014 22:08:10 Robert Scholte a écrit : > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&version=187 > 29&styleName=Html > > There is still 1 issue left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.js

Re: [VOTE] Release Apache Maven Filtering version 1.2

2014-03-08 Thread Robert Scholte
+1 Op Thu, 06 Mar 2014 22:08:10 +0100 schreef Robert Scholte : Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&version=18729&styleName=Html There is still 1 issue left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11761

Re: MRELEASE-431

2014-03-08 Thread Robert Scholte
Hi Simone, I've added a new module for Maven release policies including my idea of how the API should look like. Although one of my suggestions to specify this as an implementation in the plugin configuration, I now prefer to use it as a component. Downside is that you can't use a pojo, you

Re: maven-assembly-plugin / Maven default folder layout

2014-03-08 Thread Karl Heinz Marbaise
Hi Robert, > I've changed the location and published the site Robert You have been faster than I ;-) Kind regards Karl-Heinz Op Sat, 08 Mar 2014 00:14:02 +0100 schreef Hervé BOUTEMY : +1 Regards, Hervé Le vendredi 7 mars 2014 20:25:04 Robert Scholte a écrit : Hi, This is the standard

Re: maven-assembly-plugin / Maven default folder layout

2014-03-08 Thread Robert Scholte
I've changed the location and published the site Robert Op Sat, 08 Mar 2014 00:14:02 +0100 schreef Hervé BOUTEMY : +1 Regards, Hervé Le vendredi 7 mars 2014 20:25:04 Robert Scholte a écrit : Hi, This is the standard (preferred) directory layout, so it doesn't have to be the default. I