Finding unit test methods in a project

2016-07-04 Thread Cemo
Hi, Is there an easy way to detect test methods in a project which is using surefire plugin? I had checked source codes of surefire and only found ScannerFilter [1] helpful so far. I had tried to consume surefire reports but they are not including necessary information about inheritance. A test ca

Re: Codehaus Mojo repository

2015-06-03 Thread Cemo
Thanks Wolf and Olivier. Will there be a new JIRA or we can file issues directly to github? Cheers, Cemo On 3 June 2015 at 10:19, Wolf Geldmacher wrote: > ... and for those in search of the documentation formerly hosted at > codehaus: some/most of it can be found at > &

Maven Release Plugin releases SNAPSHOT instead of STABLE version

2014-03-15 Thread Cemo
Hi, We are suffering from SCM-740 [1]. Is there any chance to apply the attached patch? Thanks [1]: http://jira.codehaus.org/browse/SCM-740

Re: Problems installing maven on windows 7

2013-12-20 Thread Cemo
On 21 December 2013 00:30, jacqueline George < jacquelinegeo...@balance.eclipse.co.uk> wrote: > Excuse my ignorance. How do I do that specifically. I'm quite technical > but I don't know how to do that. :os Hi, You are almost ok. You need to install or find Java in your file system. It is alm

Re: Setting user property via cmd using group-id & artifact-id

2013-12-17 Thread Cemo
On 17 December 2013 11:45, Stephen Connolly wrote: > Nope no feature request. It would be rejected. Actually It would be nice to have a configuration like this: disable-test ${pom.groupId}.${pom.artifactId}.maven.test.skip

Re: Problems installing maven on windows 7

2013-12-15 Thread Cemo
Hi, 1. Could you check your maven folder? I suspect that you have another folder inside "Apache Maven" folder such maven-3.1.1 or something else. In that case you need to change your home folder like this C:\Users\user\Desktop\Apache Maven\mavenxxx\ 2. If the folder is ok, please append your mave

Releasing artifacts with and without debug info

2013-12-04 Thread Cemo
Hi, Jackson project is using this compiler parameters to reduce jar size. true > lines,source However this is causing a lot pain to debug. Every single artifact has to be compiled with necessary compiler flags again to be debugged. Before suggesting something I wanted to be

Re: create a jar-file with content of other jars

2013-11-24 Thread Cemo
On 21 November 2013 18:01, Heinrich Götzger wrote: > Hi, > > this might have been discussed somewhere else already, but I couldn't find > it yet, so here is my problem: > > There are some jar-Files from third party (non-maven-source) which I'd > like to put/merge into a sinlge jar. The content of

Re: `mvn test` doesn't notice compilation errors

2013-11-19 Thread Cemo
You can call test-compile phase. mvn test-compile On 19 November 2013 20:06, Ron Wheeler wrote: > On 19/11/2013 12:27 PM, Andrew Pennebaker wrote: > >> I was refactoring some code, when I noticed unit test errors to do with >> missing methods, as I had forgotten to also refactor my unit tests. T

Re: Feature idea - global excludes

2013-11-14 Thread Cemo
http://jira.codehaus.org/browse/MNG-1977 :) Will be fixed in 3.2 On 14 November 2013 16:51, Lyons, Roy wrote: > Today the dependency exclude works on a artifact by artifact basis. I was > just thinking that someone might want to do a blanket exclude without > having to dependency:tree -Dverbo

Re: How can I scan arbitrary pom.xml files for conformance to a parent pom's configuration?

2013-10-16 Thread Cemo
On 16 October 2013 21:28, Andrew Pennebaker wrote: > My high level goal is to tell a continuous integration server to report > projects that don't conform to the configuration specified by a parent pom. > I'd like a report for projects that override the parent configuration, or > neglecting to re

Re: Looking for class property-substitution plugin

2013-09-30 Thread Cemo
On 30 September 2013 17:44, Russell Gold wrote: > Before I write this myself… > > I am converting an ant build to maven. One of the steps processes a > template file, using properties from a properties file to replace tokens > and produce a java source file, which is then compiled. Is there an >