RE: .cvspass file not found on windows.

2013-10-07 Thread navaneetma
Hi David, I have installed CVSNT on windows. And I didn't find .cvspass file. So as per your notes It will be stored in registery. PLease send me utility to which extracts and creates the .cvspass file. -- View this message in context: http://maven.40175.n5.nabble.com/cvspass-file-not-found-

Re: m2e workspace resolution doesn't include test-classes

2013-10-07 Thread Peter Kahn
Hi all Stackoverflow provided the answer... Maven favors test-jar type over test classifier and m2e follows suite. type does that right thing

Xlint warnings hidden on `mvn compile -q`

2013-10-07 Thread Andrew Pennebaker
I'm using maven-compiler-plugin to show Xlint warnings on `mvn compile`. I would like to hide the INFO output before and after these warnings, so I tried `mvn clean && mvn compile -q`. However, this also hides the Xlint warnings. How can I tweak my pom so that `mvn compile` or `mvn compile -q` hid

Re: Help configuring checkstyle Maven plugin

2013-10-07 Thread Andrew Pennebaker
This one: https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html On Fri, Oct 4, 2013 at 9:48 AM, Dennis Lundberg wrote: > Hi Andrew, > > Which tutorial is out of date? > If you give me your working config, I can update the tutorials if needed. > > > On Thu

Re: maven-eclipse-plugin - configure source and output-folders

2013-10-07 Thread Daniel Kulp
On Oct 4, 2013, at 5:18 PM, Andreas Dolk wrote: > Hi all, > > we have a rather complex project structure with a lot of projects and a > couple of code generators that produce java classes for production and > test. The challenge now is to configure the build files so that a mvn > eclipse:eclip

Re: Jacoco:check - pom example?

2013-10-07 Thread James Green
This works: org.jacoco jacoco-maven-plugin ${version.jacoco} prepare-agent

Re: Jacoco:check - pom example?

2013-10-07 Thread James Green
According to the documentation they both/all bind to default phases and I'm in no position to disagree. On 7 October 2013 14:00, wrote: > Hi, > > > Under build I have: > > > > > > org.jacoco > > jacoco-maven-plugin > > ${version.jacoc

Re: Jacoco:check - pom example?

2013-10-07 Thread thorsten . heit
Hi, > Under build I have: > > > org.jacoco > jacoco-maven-plugin > ${version.jacoco} > > > prepare > > prepare-agent >

Jacoco:check - pom example?

2013-10-07 Thread James Green
Under build I have: org.jacoco jacoco-maven-plugin ${version.jacoco} prepare prepare-agent