maven-surefire-plugin to be defined for the unit tests to be run

2014-11-06 Thread Alexandre BRETET
Hi good morning all, I have asked this question on stackoverflow two days ago about the necessity of defining / overriding the maven-surefire-plugin. http://stackoverflow.com/questions/26694974/why-maven-surefire-plugin-needs-to-be-defined-for-the-tests-to-be-run I didn't get any answer so far.

Re: explicit dependencies in maven

2014-11-06 Thread Karl Heinz Marbaise
Hi, On 11/5/14 11:14 PM, Barrie Treloar wrote: On 6 November 2014 05:37, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, to be clear on that point you should never change released versions. The idea of releases is that they are immutable. The scenario you have described should never be

inclusion filter gets ignored in multi-module assembly

2014-11-06 Thread Carlos Alegria Galicia
Hi all, I am trying to create an assembly in a multimodule project that has child-parent and module-submodule relations. I want the assembly to contain the artifact (a jar file) generated by one of the modules, as well as most of its dependencies. I am using the following assembly descriptor:

deploy and include properties files along with parent POM

2014-11-06 Thread Justin Georgeson
We have an organizational parent POM deployed to Artifactory, com.lgc:master:1.0.0-SNAPSHOT. The top-level aggregator POM in each repo uses this as the parent, with relativePath/. Then the individual projects in that repo use the aggregator as the parent. In the com.lgc:master POM I would like

Re: maven-javadoc-plugin: resource folders interpreted as illegal package names

2014-11-06 Thread Curtis Rueden
Hi all, OK, given the deafening silence, I posted it on SO: http://stackoverflow.com/q/26787825/1207769 Regards, Curtis On Wed, Nov 5, 2014 at 12:42 PM, Curtis Rueden ctrue...@wisc.edu wrote: Hi everyone, I am trying to generate an aggregated set of javadocs from a collection of related

maven-assembly-plugin:2.5 ignores lineEnding=unix if file is not filtered

2014-11-06 Thread Tony Jewell
Hi, Have raised JIRA: http://jira.codehaus.org/browse/MASSEMBLY-729 Example project attached to JIRA. Thanks, Tony Jewell Cregganna Computer Consultants Ltd.

Re: explicit dependencies in maven

2014-11-06 Thread Karl Heinz Marbaise
Hi Barrie, On 11/6/14 11:01 PM, Barrie Treloar wrote: On 6 November 2014 22:15, Karl Heinz Marbaise khmarba...@gmx.de mailto:khmarba...@gmx.de wrote: Hi, On 11/5/14 11:14 PM, Barrie Treloar wrote: On 6 November 2014 05:37, Karl Heinz Marbaise khmarba...@gmx.de

Re: explicit dependencies in maven

2014-11-06 Thread Barrie Treloar
On 6 November 2014 22:15, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, On 11/5/14 11:14 PM, Barrie Treloar wrote: On 6 November 2014 05:37, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, to be clear on that point you should never change released versions. The idea of releases is

Official Docker image with Maven

2014-11-06 Thread Carlos Sanchez
I have created a Docker official Maven image running on jdk 6, 7, and 8. Allows trying Maven in sandboxed environments and run auto builds. There are probably a number of other interesting use cases too, so feel free to let me know about any improvements. https://registry.hub.docker.com/_/maven/

Re: maven-assembly-plugin:2.5 ignores lineEnding=unix if file is not filtered

2014-11-06 Thread Kristian Rosenvold
Yeah; i've sen that in the code and been puzzled by that line; I think I even wrote a TODO about it since it was obviously incorrect. Did this actually work without filtering enabled at some point ? Kristian 2014-11-06 22:41 GMT+01:00 Tony Jewell tony.jew...@cregganna.com: Hi, Have raised

Re: maven-assembly-plugin:2.5 ignores lineEnding=unix if file is not filtered

2014-11-06 Thread Tony Jewell
Yep, Run with 2.4.1 and it sets the line ending to Unix for both files. Filtered and unfiltered. I have used this extensively in past projects to enforce line endings on released assemblies for run scripts and the like. I guess the change was something to do with preserving file times? ATB

Re: maven-assembly-plugin:2.5 ignores lineEnding=unix if file is not filtered

2014-11-06 Thread Kristian Rosenvold
Yeah, extensive changes related to everything filtering-related. I might add that the 2.4.1 code in this area was intensely duplicated. I probably selected the wrong code when removing the duplication. 2.5.1 is due today but I'll keep on pushing 2.5.X until we have a reasonably bug-free version.