Reopen MCHECKSTYLE-153?

2013-04-18 Thread Itai Frenkel
Hello, It seems like I've encountered Checkstyle doesn't run on projects containing only test classes bug in version 2.9.1 Can anyone else confirm it? Itai

Re: Install 3rd party jar manually

2013-04-18 Thread Wayne Fay
mvn install:install-file -Dfile=myjar.jar -DlocalRepositoryPath=file:///Users/user/my_custom_repo -DgroupId=myGroupId -DartifactId=myArtifactId -Dversion=0.0.1-SNAPSHOT -Dpackaging=jar ... But this artifact will be installed in the

Re: Reopen MCHECKSTYLE-153?

2013-04-18 Thread Hervé BOUTEMY
looking at https://jira.codehaus.org/browse/MCHECKSTYLE-144 it seems fixed in 2.10, so 2.9.1 has the bug Regards, Hervé Le jeudi 18 avril 2013 10:02:22 Itai Frenkel a écrit : Hello, It seems like I've encountered Checkstyle doesn't run on projects containing only test classes bug in

Maven release-plug-in error Current directory is not shared. Run from a shared directory.

2013-04-18 Thread Zanzerkia, Robert
Hi, I am running a build through IBM RTC build engine. I am getting following error. (Google didn't reveal details). What does it mean by run from a shared directory? Thanks, Robert [INFO] Verifying that there are no local modifications... [INFO] ignoring changes on: **\pom.xml.tag,

Re: Install 3rd party jar manually

2013-04-18 Thread Igor Zapletnev
Thanks, repository path without file scheme works properly. On Thu, Apr 18, 2013 at 9:57 PM, Wayne Fay wayne...@gmail.com wrote: mvn install:install-file -Dfile=myjar.jar -DlocalRepositoryPath=file:///Users/user/my_custom_repo -DgroupId=myGroupId -DartifactId=myArtifactId

Re: Maven release-plug-in error Current directory is not shared. Run from a shared directory.

2013-04-18 Thread Baptiste MATHUS
Hi Robert, From the log, I think this is an output of the Jazz scm status command, not something coming from maven. Cheers 2013/4/18 Zanzerkia, Robert robert.zanzer...@fmr.com Hi, I am running a build through IBM RTC build engine. I am getting following error. (Google didn't reveal

Re: [mojo-dev] Re: Build-Helper-Maven-Plugin / Build-MetaData-Maven-Plugin

2013-04-18 Thread Curtis Rueden
Hi Stephen everyone, As always, thanks for your comments and blog posts! I really appreciate all the time you pour into this community. People having to use ${basedir}/../.. and feeling uneasy about it... to my mind that is the perfect balance. It's quick... it's dirty... you know it's a