Checkstyle configLocation ignored?

2013-12-26 Thread Barrie Treloar
Sometime, a while ago, we started getting a large number of violations which looked like the config/sun_checks.xml was being used instead of our own checks style. I've been ignoring it for too long now and finally had some time to investigate. Someone else has noticed the problem: http://stackover

Re: Release plugin 2.4.2 ignores pushChanges=false

2013-12-26 Thread Mark Derricutt
This is the config I use: org.apache.maven.plugins maven-release-plugin 2.4.1 org.apache.maven.scm maven-scm-provider-gitexe 1.8.1 true deploy false true without issue. I've not yet updated to 2.4.2 tho... I'm forcing the latest m

Re: Unable to use the maven-release-plugin to release

2013-12-26 Thread Mark Derricutt
You're correct - 1.8.1 is not related to Git 1.8, however it is the latest release - and a fix that SUPPORTS Git 1.8 was actually released back in something like scm-provider 1.5 earlier in the year - only the Maven Release Plugin DOES NOT USE IT. We should really have a new release of m-r-p th

Re: Release plugin 2.4.2 ignores pushChanges=false

2013-12-26 Thread Mirko Friedenhagen
Martijn, just a guess: - there is a setting in release:prepare for remote tagging which must be false as well if I remember correctly. Regards Mirko -- Sent from my mobile On Dec 26, 2013 4:49 PM, "Martijn Dashorst" wrote: > Is it me or does the maven-release-plugin ignore the pushChanges sett

RE: Problems installing maven on windows 7

2013-12-26 Thread jacqueline George
I will go one better. I did a training video for future reference. https://www.dropbox.com/s/jpjtezaua8vj60a/How%20to%20install%20maven%20%28and%20java_home%29.mp4 -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: 26 December 2013 17:18 To: Maven Users List Subj

Re: Problems installing maven on windows 7

2013-12-26 Thread Wayne Fay
> A BIG MASSIVE, HUGE THANK YOU. > > I finally got apache maven working. Can you perhaps share some details on what was broken and what you had to do to fix it, for the benefit of future users new to Maven? Wayne - To unsubscrib

Release plugin 2.4.2 ignores pushChanges=false

2013-12-26 Thread Martijn Dashorst
Is it me or does the maven-release-plugin ignore the pushChanges setting? Running the release process actually pushes the changes to the git repo. And I *really* don't want that to happen. Relevant configuration: org.apache.maven.plugins maven-release-plugin 2.4.2 true

RE: Problems installing maven on windows 7

2013-12-26 Thread jacqueline George
Guys, A BIG MASSIVE, HUGE THANK YOU. I finally got apache maven working. You're all awesome :oD -Original Message- From: Cemo [mailto:cemalettin@gmail.com] Sent: 20 December 2013 22:40 To: Maven Users List Subject: Re: Problems installing maven on windows 7 On 21 December 2013 0

Re: Unable to use the maven-release-plugin to release

2013-12-26 Thread Robert Scholte
I don't think this will fix the issue. SCM 1.8.1[1] is not related to GIT 1.8.x It's a coincidence that the most recent version of SVN, GIT and SCM are all 1.8.x Robert [1] https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527&version=18930 Op Thu, 26 Dec 2013 10:59:42 +0100

Re: Unable to use the maven-release-plugin to release

2013-12-26 Thread Mark Derricutt
My guess is you've got a new/recent git? If so, you'll need to add: org.apache.maven.scm maven-scm-provider-gitexe 1.8.1 so that you get the new version that actually picks up modified files ( git 1.8.x finally drops the leading # from its output and broke the old scm provi