RE: Checkstyle plugin Maven 2

2006-06-19 Thread Stefan Kleineikenscheidt
You set them in the pom.xml file. Should like that reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-checkstyle-plugin/artifactId version2.1/version configuration configLocation

RE: Forcing a recompile of Java sources

2005-02-24 Thread Stefan Kleineikenscheidt
-Original Message- From: Pieter Van Gorp [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 11:45 PM To: Stefan Kleineikenscheidt Cc: [EMAIL PROTECTED] Subject: Re: Forcing a recompile of Java sources Hi Stefan, sounds interesting, we'll try it out! Still

RE: Questions about Dependencies

2005-01-12 Thread Stefan Kleineikenscheidt
-Original Message- From: Scott Goldstein [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 6:57 AM To: users@maven.apache.org Subject: Questions about Dependencies [...] 2.One thing that I'm slightly uncomfortable about concerning

RE: How to share and update maven?

2004-10-16 Thread Stefan Kleineikenscheidt
Hi Christopher, this post about 'Multiple Versions of Maven and Maven Plugins' might be also interesting in this respect: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] rgmsgNo=16162 -Stefan -Original Message- From: Helck, Christopher [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: [Poll] Writing documentation with Maven

2004-09-07 Thread Stefan Kleineikenscheidt
Hi Carlos, the only thing i can say is: Wiki. :) I've found out that documentation is collaborative work and isn't done in one step. Therefore wiki is a perfect fit: One starts off with writing together some information, others add comment or organize that information. Wiki is the tool

RE: navigation.xml documentation

2004-09-03 Thread Stefan Kleineikenscheidt
Hi Kris, i usually refer to the exisiting navigation.xml files from existing projects, such as: http://cvs.apache.org/viewcvs.cgi/maven/xdocs/navigation.xml?rev=1.33.4. 13view=markup :-) -Stefan -Original Message- From: Charles Daniels [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: dependencies/JAR

2004-08-22 Thread Stefan Kleineikenscheidt
Hi Brant, i think i don't fully understand. If you want to bundle your application JAR with its dependencies you can use the uberjar plugin (part of the standard maven distro) or the javaapp plugin (http://maven-plugins.sourceforge.net/maven-javaapp-plugin/index.html). I've found the javaapp

RE: Accessing Maven properties from a Jelly Bean ?

2004-08-14 Thread Stefan Kleineikenscheidt
Hi Serge, just a short sample how i accessed simple properties: c:useBean var=myBean versionProperty=${pom.currentVersion} someOtherProperty=${maven.plugin.property} class=my.package.BeanClass / Hope this helps, -Stefan -Original Message- From: Serge

Eclipse-Plugin: No Junit in .classpath file

2004-07-02 Thread Stefan Kleineikenscheidt
Hi all, the Maven Eclipse plugin does not add the JUnit JAR to my .classpath file. Is this the desired behaviour? Or am I overlooking something? I've tried this with rc3 and rc4 and got the same effect. Also, i've played with the properties (esp. maven.eclipse.junit). Any ideas? -Stefan

RE: Eclipse-Plugin: No Junit in .classpath file

2004-07-02 Thread Stefan Kleineikenscheidt
source declaration in project.xml? -Original Message- From: Stefan Kleineikenscheidt [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 12:59 PM To: [EMAIL PROTECTED] Subject: Eclipse-Plugin: No Junit in .classpath file Hi all, the Maven Eclipse plugin does

Re: Maven - Confluence integration

2004-07-02 Thread Stefan Kleineikenscheidt
Hi Jason, hi Rafal, you brought up some good points. I also think of Confluence as a very good tool to collect information, from which projects can extract the documentation. We've been using confluence in a internal project and our documentation has improved, because it is so much easier to