RE: How to get the compile class path for a project?

2008-02-02 Thread Brian E. Fox
You can use the artifact filters in maven-common-artifact-filters...this has the code that I use in the dependency plugin. It calls through to the same code the core is using, but lets you filter the entire list in one shot. -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED

How to get the compile class path for a project?

2008-02-02 Thread Dennis Lundberg
I'm trying to solve http://jira.codehaus.org/browse/MCHECKSTYLE-54 Do do this I need to get the compile class path for a MavenProject. How do I go about doing that? The plugin currently calls project.getCompileClasspathElements() which is not returning what I want. -- Dennis Lundberg -

Re: svn commit: r617910 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

2008-02-02 Thread Vincent Siveton
I remember it now :) I will fix it. Thanks, Vincent 2008/2/2, Dennis Lundberg <[EMAIL PROTECTED]>: > You also need to add an SCM element, when upgrading to parent-10. > > [EMAIL PROTECTED] wrote: > > Author: vsiveton > > Date: Sat Feb 2 14:24:58 2008 > > New Revision: 617910 > > > > URL: http:/

Re: svn commit: r617910 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

2008-02-02 Thread Dennis Lundberg
You also need to add an SCM element, when upgrading to parent-10. [EMAIL PROTECTED] wrote: Author: vsiveton Date: Sat Feb 2 14:24:58 2008 New Revision: 617910 URL: http://svn.apache.org/viewvc?rev=617910&view=rev Log: o bumped to maven-plugins:10 Modified: maven/plugins/trunk/maven-javado

Re: Common Bugs

2008-02-02 Thread Benjamin Bentmann
Hi again, 4) Effective Output Directory for Report Plugins Most reporting plugins will inherit from AbstractMavenReport. In doing so, they need to implement the inherited but abstract method getOutputDirectory(). To implement this method, plugins usually declare a field named "outputDirectory" w