Incorrect location for downloading plugin pom

2011-10-06 Thread Adrian Shum (HK/IT-AD)
Dear all, I have recently faced a strange problem, that I cannot even able to judge the cause or source of problem. It will be great if someone can give me some direction: (The story may be a bit long) I am using Nexus 1.8.0 as our company's repository manager. I use it as proxy of external

Re: duplicate class error when using symlinks

2011-10-06 Thread rajaram shetty
Will the same tag work with gmaven plugin ? On Thu, Oct 6, 2011 at 11:11 AM, Ansgar Konermann < ansgar.konerm...@googlemail.com> wrote: > testExcludes

maven set to ignore directory

2011-10-06 Thread rajaram shetty
Is there a way to configure maven to skip all the directories with a particular name in the project structure. Thanks -- raj

Re: maven set to ignore directory

2011-10-06 Thread Anders Hammar
You don't "configure" maven but rather specific plugins for this. What is it that you want to do, really? /Anders On Thu, Oct 6, 2011 at 15:32, rajaram shetty wrote: > Is there a way to configure maven to skip all the directories with a > particular name in the project structure. >  Thanks > --

Re: duplicate class error when using symlinks

2011-10-06 Thread Ansgar Konermann
Please use Google to find the relevant manual page of this particular plugin. No. Configuration is a little different. Am 06.10.2011 12:37 schrieb "rajaram shetty" : > Will the same tag work with gmaven plugin ? > > On Thu, Oct 6, 2011 at 11:11 AM, Ansgar Konermann < > ansgar.konerm...@googlemail.

Re: maven set to ignore directory

2011-10-06 Thread rajaram shetty
I have a sim-linked folder (belonging to my version control program) in each folder of my project pointing to the corresponding backend directory. maven tends to compile the current directory and also the files in the backend pointed by the sym-linked folder, and ends up throwing duplicate class er

Re: maven set to ignore directory

2011-10-06 Thread Anders Hammar
Then you need to file a ticket (on the gmaven project) asking for this enhancement to the generateTestStubs goal. /Anders On Thu, Oct 6, 2011 at 15:47, rajaram shetty wrote: > I have a sim-linked folder (belonging to my version control program) in each > folder of my project pointing to the corr

Re: can gmaven be set to ignore a directory?

2011-10-06 Thread Wayne Fay
> How to configure the gmaven-plugin to ignore a particular directory? 1. Please stop making new threads to talk about the same issue. 2. The gmaven plugin is produced by the Groovy team @ Codehaus. Your question should be directed to their Users list instead: http://groovy.codehaus.org/GMaven an

Re: can gmaven be set to ignore a directory?

2011-10-06 Thread rajaram shetty
Thanks On Thu, Oct 6, 2011 at 9:17 PM, Wayne Fay wrote: > > How to configure the gmaven-plugin to ignore a particular directory? > > 1. Please stop making new threads to talk about the same issue. > > 2. The gmaven plugin is produced by the Groovy team @ Codehaus. Your > question should be direc

Enhancing testcase elements in surefire xml reports with custom attributes specified by annotations?

2011-10-06 Thread Mirko Friedenhagen
Hello, we use Testlink for describing testcases, some of which are run as automatic tests using junit. Now to easily match junit tests to Testlink IDs I thought about adding an annotation like: @TestlinkID(12345) to tests run, which should result in something like: Right now we use an approach