maven-dependency-plugin 3.1.3?

2021-05-04 Thread Tom VanDeGrift
he updated doxia-site-renderer back in Oct. 2020, but it has not been released (or at least maven central still only has v3.1.2). Is there a plan for releasing it or a newer version soon? Thanks, Tom

hi, I just want to get help about maven archetype,please help me

2014-08-12 Thread TOM
I use mvn archetype:create-from-project to generate a archetype project. and use it to generate a project the content of archetype file UserDTO(generaged by archetype:create-from-project) package ${package}.${artifactId}.dto; then i mvn archetype:generate -DarchetypeArtifactId=myapp -DgroupId=te

Re: Programmatically adding dependencies to a MavenProject

2009-01-26 Thread Tom Huybrechts
where in the conversation. Maybe a stupid question when will Maven > 3 be released? > > Kind regards, > Maarten Storm > Maven 3 will be released somewhere between january and december. The exact year is not known yet ;) Tom -

Re: Improving CI & ITs

2008-12-17 Thread Tom Huybrechts
On Tue, Dec 16, 2008 at 1:51 AM, Jason van Zyl wrote: > Howdy, > > This is primarily directed at Benjamin (who has done a great job getting the > ITs in shape), John (who has spent a great deal of time getting our grid up > and running), and Tom (who has made some very cool addi

Re: [PLEASE TEST] Maven 2.0.10-RC6

2008-08-09 Thread Tom Huybrechts
30-50% performance hit :( Tom On Sat, Aug 9, 2008 at 11:53 AM, Mauro Talevi <[EMAIL PROTECTED]> wrote: > No problems encountered. WRT timing/memory, it now actually seems to have > improved somewhat. > > Eg on 50-ish module build: > 2.0.9 > [INFO] Total time: 7 minutes 24 seconds

Re: Developing Maven 2.1

2008-07-08 Thread Tom Huybrechts
There's a setup section on the wiki page which has the necessary info on setting up Hudson. The staging plugin is part of the 'tom' branch which is linked to from the page. On Tue, Jul 8, 2008 at 9:59 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Is the code anywhere? &

Re: Developing Maven 2.1

2008-07-08 Thread Tom Huybrechts
script I've written (above) > should enable any team to enable a similar release infrastructure for their > own projects. > > -john >> I tried to automate part of the Maven release process (including staging a release and voting

Re: What is the official Eclipse repo layout (was: How to use central repo into an Eclipse project?)

2008-05-22 Thread Tom Huybrechts
ations (is that a word?) that are or will be available for some common libraries: I'm afraid this will only be solved when libraries start producing OSGi artifacts themselves. Perhaps the new spring osgi repository will also help to standardize. Tom On Thu, May 22, 2008 at 6:59 AM, Brett

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-17 Thread Tom Huybrechts
I have a private plugin that uses the stage-plugin code, and just got the same stacktrace from one of my users yesterday. Probably also because he switched to 2.0.9. I'll ask him on monday... On Sat, May 17, 2008 at 8:50 PM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > That's weird. I used 2.0.9 to

Re: Plugin development & plexus-utils version

2008-05-01 Thread Tom Huybrechts
That's way too much magic. I'd rather have an explicit true\false flag. dependency:analyze could check this if desired. On Wed, Apr 30, 2008 at 4:31 AM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > It seems like we would need an ASM based post processor to analyze it before > generating the pom that

import scope questions

2008-03-20 Thread Tom Huybrechts
nnot reliably be used by older Maven versions ? Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r609944 - in /maven/components/branches/maven-2.0.x/maven-core/src: main/java/org/apache/maven/cli/MavenCli.java test/java/org/apache/maven/cli/MavenCliTest.java

2008-01-30 Thread Tom Huybrechts
While using a 2.0.9 snapshot, I noticed that my plugins no longer see -D... cli arguments as system properties. Probably because System.setProperty(...) was removed in this revision. Why was this necessary ? Tom On Jan 8, 2008 1:03 PM, <[EMAIL PROTECTED]> wrote: > Author: vsiveton &g

Re: Dramatically speed up dependency resolution

2008-01-28 Thread Tom Huybrechts
aultClassRealm.java:255) at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance( JavaComponentFactory.java:30) ... 16 more On Jan 28, 2008 12:42 PM, Don Brown <[EMAIL PROTECTED]> wrote: > On 1/28/08, Tom Huybrechts <[EMAIL PROTECTED]> wrote: > > I just tried it out and sometimes got this error h

Re: Dramatically speed up dependency resolution

2008-01-28 Thread Tom Huybrechts
I just tried it out and sometimes got this error halfway through a build: Exception in thread "pool-101-thread-2" java.lang.ArrayIndexOutOfBoundsException: 10 at java.util.ArrayList.add(ArrayList.java:352) at org.apache.maven.artifact.resolver.DefaultArtifactResolver$ResolveArtifac

Re: Zip packaging in 2.0.x (MNG-1683)

2008-01-09 Thread Tom Huybrechts
Are you proposing to add the zip packaging to the core ? Won't this break (or at least change) builds that have defined their own zip packaging ? Tom On Jan 9, 2008 10:06 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Hi, > I have just read a thread [1] on the user mailing lis

Re: Request help on MCLIRR-7

2008-01-09 Thread Tom Huybrechts
On Jan 9, 2008 9:23 AM, Jorg Heymans <[EMAIL PROTECTED]> wrote: > On Jan 8, 2008 11:02 PM, Tom Huybrechts <[EMAIL PROTECTED]> wrote: > > Take a look at the developer cookbook ( > > http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook ) > > > It wo

Re: Request help on MCLIRR-7

2008-01-08 Thread Tom Huybrechts
On Jan 8, 2008 10:56 PM, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > Hi, > > I have evaluated the bug report MCLIRR-7 and must admit that I am > stuck. Here's what I have found: > > Clirr requires two classloaders, one with the previous version and one > with the current version. In order to creat

Re: Reading another plugins configuration: there's a patch available that does this

2007-12-28 Thread Tom Huybrechts
27;s configuration > - Use XPath to retrieve the "source" configuration > > Is this a good/ok/bad thing to do? > > -- > Dennis Lundberg > Won't work if you have an alternative lifecycle where the maven-compiler-plugin is not responsible for compilation... Tom &

Re: what's up with "artifactHandler.isAddedToClasspath()" ?

2007-12-27 Thread Tom Huybrechts
It's set in the ArtifactHandler configuration in components.xml. On Dec 27, 2007 9:12 PM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > I'm debugging a problem that happens in both 2.0.8/9-SNAPSHOT and > 2.1-SNAPSHOT...that is project.getRunTimeArtifacts returns an empty list > even when it clearly

jasperreports 2.0.3 upload

2007-12-20 Thread Tom Huybrechts
Hi, could somebody have a look at http://jira.codehaus.org/browse/MAVENUPLOAD-1852 please ? Thanks, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Accessing one plugin property from another plugin?

2007-11-28 Thread Tom Davies
.directory}/my-surefire-reports) won't work, as the property won't be resolved. Is there a better way to do this? Can I get the actual plugin out of plexus and get the real value of the property? If not, what's the best way of resolving properties in the config string? Tha

Re: Javapolis 2007

2007-11-27 Thread Tom Huybrechts
I'll be there too. On Nov 27, 2007 11:40 AM, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > ZZzzz. Anyone awake? > > Vincent M., read your mail. I know you're coming! > > Stéphane > > > On Nov 25, 2007 11:32 AM, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > Just wondering who's coming to Javapo

MavenEmbedder says "cannot lookup required component"

2007-10-14 Thread Tom Huybrechts
ader used: http://staf.cvs.sourceforge.net/staf/src/staf/lang/java/service/STAFServiceJarClassLoader.java?revision=1.14&view=markup Does anybody know what the problem is here ? Does the embedder or Plexus expect its code in an ordinary jar ? Tom [1] Software Testing Automation Framework at http://staf.source

Atlassian to bring Maven Clover plugin development in-house

2007-08-28 Thread Tom Davies
her people done when a plugin changes groupId? (and would these questions be better asked on the user list rather than here?) Thanks, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tools for merging and managing repositories

2007-08-07 Thread Tom Huybrechts
The repositorytools tried to do too many things at once, and the result was that it almost didn't work at all :) This simple code should get you somewhere - it is an implementation of a release plugin phase, but you can transform it into a mojo. It will take a remote repository on the local filesy

result code for mvn.bat on windows broken

2007-06-23 Thread Tom Huybrechts
Hi, can anybody confirm/deny that the changes to mvn.bat in r543625 have broken result codes ? Errors are no longer reported in 2.0.7. If I restore the @endLocal, it works as it did before. :error +if "%OS%"=="Windows_NT" @endlocal se

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Tom Huybrechts
(non-binding) +1 On 6/13/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=10500&styleName=Html&version=13138 The tag is here: http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7/ Staging re

maven-assembly-plugin: using newly built source code

2007-03-15 Thread Hartwell, Tom
. But trying to use it in my current project's build yielded a lovely IncompatibleClassChangeError. I'm assuming someone has run into this before, but not sure what info I should include in my post to have the community help me debug the issue. Thanks for the help, Tom Hartwell

Re: Surefire Release

2007-02-22 Thread Tom Huybrechts
I'm using it in production without issues. One thing that could be improved is that the junit4 provider now looks at the filename to find tests, instead of looking for @Test annotations. Tom On 2/22/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 22 Feb 07, at 5:00 PM 22 Feb 07, B

Re: Fix for resolve source in the dependency plugin

2007-02-20 Thread Tom Huybrechts
Yves, At http://jira.codehaus.org/browse/MDEP you can look at the existing issues with this plugin. It's possible that is issue is already reported or even solved. If not, you can create an issue and/or attach the patch. Tom On 2/20/07, gc134728 <[EMAIL PROTECTED]> wrote:

Re: [surefire] Adding providers

2007-02-06 Thread Tom Huybrechts
You're right - it is hardcoded. See http://jira.codehaus.org/browse/SUREFIRE-141 Tom On 2/6/07, Arnaud Bailly <[EMAIL PROTECTED]> wrote: Hi to all, I wish to extend maven-surefire with a new provider. As far as I can tell from the plugin's source code, this is not possible with

Re: [VOTE] Release Maven 2.0.5

2007-01-13 Thread Tom Huybrechts
2) The repository copying only works using the file:/// when you're on the same machine due to a bug in Wagon. It should also work for http if you have the latest wagon api Did you try that ? Tom - To unsubscribe, e

Re: calling vote for 2.0.5

2007-01-11 Thread Tom Huybrechts
Can't you "solve" this with -Dhttps.proxyHost=xxx -Dhttps.proxyPort=... ? On 1/11/07, Franz Fehringer <[EMAIL PROTECTED]> wrote: Will this release contain solutions to MNG-2305 MNG-2066 WAGONHTTP-6 ? These issues mean, that it is impossible to access HTTPS (SSL) repositories from behind proxi

deploy surefire snapshot

2007-01-08 Thread Tom Huybrechts
Hi, Could somebody deploy a surefire snapshot (including the surefire-junit4 provider) ? thanks, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

status of MSUREFIRE-31, MSUREFIRE-84 (junit4 support)

2007-01-04 Thread Tom Huybrechts
Hi all, I was wondering if anyone is working on junit4 support ? If not, is this because of a lack of time or interest or is something blocking it ? Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Who should use SNAPSHOT when? RE: The Future of the Release Process.

2007-01-02 Thread Tom Huybrechts
32x_v20060907 org.eclipse.core.runtime.compatibility_3.1.100.v20060603.jar org.eclipse.core.runtime_3.2.0.v20060603.jar org.eclipse.core.variables_3.1.100.v20060605.jar More info at http://wiki.eclipse.org/index.php/Version_Numbering Tom -Dan ___

Re: Who should use SNAPSHOT when? RE: The Future of the Release Process.

2006-12-23 Thread Tom Huybrechts
goals to copy a specific artifact (including signatures) or an entire remote repository to another repository, while merging the necessary repository metadata. This is still work-in-progress although Jason already tested it (I think it was on a Geronimo release ). Tom -- > Wendy Craig ---

Re: ApacheCon Talks

2006-12-19 Thread Tom Huybrechts
ed through MAVENUPLOAD? I.e. confirming to the rules set up here: http://maven.apache.org/guides/mini/guide-ibiblio-upload.html If not, I think I could put something together. I have some play-stuff in the maven-repositorytools-plugin (mojo-sandbox) as part of a bundle-deploy mojo. It includes iterat

Re: The Future of the Release Process.

2006-12-19 Thread Tom Huybrechts
he tag This cannot happen if you make a tag based from your local working copy instead of trunk The release plugin already does this. http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html tom Also, creating a branch for a release is optional. Right now we are releasi

Re: versioning

2006-12-19 Thread Tom Huybrechts
From the spec: A version string is a series of positive numbers separated by periods. The numbers are compared component by component from left to right. If any number is greater than the corresponding number of the supplied string the method returns true. If the number is less than it returns f

Re: downloading eclipse runtime binary or RCP delta pack

2006-12-19 Thread Tom Huybrechts
On 12/19/06, Graham Leggett <[EMAIL PROTECTED]> wrote: On Tue, December 19, 2006 10:24 am, [EMAIL PROTECTED] wrote: > =8*O I beg your pardon? I looked in JIRA but couldn't find a report about > this. Is there? If not, I'd open one. ;-) > > The idea that you'll never have to fix a broken POM/JAR/

Re: downloading eclipse runtime binary or RCP delta pack

2006-12-19 Thread Tom Huybrechts
tefacts. The repository IS cast in stone. Deployed POMs are not updated since clients do not expect them to change and will not check for updates (nor should they). This is an integral part of build reproducibility. The only way to fix a broken artifact is by uploading a new

Re: downloading eclipse runtime binary or RCP delta pack

2006-12-18 Thread Tom Huybrechts
On 12/18/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 18 Dec 06, at 10:23 AM 18 Dec 06, Tom Huybrechts wrote: > On 12/18/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: >> >> On 18 Dec 06, at 9:59 AM 18 Dec 06, Daniel Kulp wrote: >> >> > >> > G

Re: downloading eclipse runtime binary or RCP delta pack

2006-12-18 Thread Tom Huybrechts
someplace? That's what I'm having a hard time > understanding. People > obviously want them published, what stopping them from being > published? > Seems like a good idea to me. Jason. We'd better have the POMs right the first time wit

Re: The Future of the Release Process.

2006-12-13 Thread Tom Huybrechts
c language governing permissions and limitations under the License. ---(snip)--- Ditto for the pom itself ? Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven2 repository of eclipse jars

2006-12-12 Thread Tom Huybrechts
On 12/12/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 11 Dec 06, at 10:25 PM 11 Dec 06, Scott Lewis wrote: > Hi Jason, > > > What is the State resolver? Dependency resolver. Basically a state machine that consumes OSGi dependency information, determines what's missing and asks for more. How

Re: maven2 repository of eclipse jars

2006-12-11 Thread Tom Huybrechts
On 12/11/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: On 12/11/06, Tom Huybrechts <[EMAIL PROTECTED]> wrote: > In any Eclipse install, each Import-Package is provided by at least > one bundle, and you can make a POM dependency on that bundle. It is > quite easy to impl

Re: maven2 repository of eclipse jars

2006-12-11 Thread Tom Huybrechts
more thing: you can automatically validate if the install is consistent. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven2 repository of eclipse jars

2006-12-11 Thread Tom Huybrechts
Please consider http://jira.codehaus.org/browse/MECLIPSE-201 if you want to deploy these artifacts to central. Once the POMs are out released, they can't be changed untill there is a new release. Would'nt it be a good idea to try to involve people from Eclipse in this ? Tom On 12/11/

Re: How to get the sources?

2006-12-03 Thread Tom Huybrechts
These sources are generated at build time. Check out that project and build it. Tom On 12/3/06, Maurício Linhares <[EMAIL PROTECTED]> wrote: Hi guys, I'm making some bugfixes and improvements on M2Eclipse plugin, but I also need to checkout the Maven 2 sources, specially the &

Re: Is this still an issue?

2006-12-03 Thread Tom Huybrechts
This is stil an issue. When running a goal outside a project, the profiles in settings.xml are ignored, (including any custom repository you might have set up. There is a workaround (see ARCHETYPE-1) : you need to add -DremoteRepositories=http://the.url.to.my.repository Tom On 12/3/06, David

descriptions for plugins

2006-11-28 Thread Tom Huybrechts
Hi all, I'm looking forward to the upcoming plugin releases. Maybe this is a good time to fix the description elements in the POMs. Right now there are none, so they have an inherited value of ''Maven Plugins'. Tom

Re: [discuss] Java 5

2006-11-27 Thread Tom Huybrechts
On 11/27/06, Tom Huybrechts <[EMAIL PROTECTED]> wrote: This plugin uses sourcelevel 1.5: https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/repositorytools-maven-plugin ... and it does have non-mojo classes that do not have these constraints (see the components p

Re: [discuss] Java 5

2006-11-27 Thread Tom Huybrechts
This plugin uses sourcelevel 1.5: https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/repositorytools-maven-plugin On 11/27/06, Emmanuel Hugonnet <[EMAIL PROTECTED]> wrote: Tom Huybrechts a écrit : > I write all my mojo's with 1.5. > You just need to avoid using annotation

Re: [discuss] Java 5

2006-11-27 Thread Tom Huybrechts
I write all my mojo's with 1.5. You just need to avoid using annotations and generics in the signature of your classes (fields, methods and their annotations). Tom On 11/27/06, Nicolas DE LOOF <[EMAIL PROTECTED]> wrote: Maven should depends on the latests Java version to allow plu

Re: Problem referencing a resource in a plugin jar

2006-11-11 Thread Tom Huybrechts
Check the value of classLoader.getResource(...). This should be a URL in the form to a resource inside a jar. I don't think turning this into a string and passing that to new File() will help. Instead try using getting the resource as a stream. InputStream is = getClass().getClassLoader().getReso

Re: Maven and the Apache processes...

2006-10-15 Thread Tom Huybrechts
Hi, just one comment: wouldn't it be better if release:accept would copy the 2.0.5-rcX artifacts to 2.0.5 (like in Joakim's proposal) instead of doing the build again ? Tom On 10/14/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: Hi, Some comments inline. Joakim Erdf

[jira] Created: (MECLIPSE-76) Projects containing war's as dependency will not include war-reference

2006-03-06 Thread Tom Spengler (JIRA)
orter: Tom Spengler if you have a dependency like j-core j-core-webapp-axx 0.0.1 war it will not included int .classpath Resolution could be EclipseClasspathWriter

[jira] Updated: (MNGECLIPSE-71) install goal for multiproject does not discover and act upon submodules

2006-02-03 Thread Tom Perry (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-71?page=all ] Tom Perry updated MNGECLIPSE-71: Attachment: spring-acegi-poc.zip > install goal for multiproject does not discover and act upon submodu

[jira] Commented: (MNGECLIPSE-71) install goal for multiproject does not discover and act upon submodules

2006-02-03 Thread Tom Perry (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-71?page=comments#action_57791 ] Tom Perry commented on MNGECLIPSE-71: - I'm attaching my test project spring-acegi-pocthanks for your help I apologize in advance if I'm doing something wrong

[jira] Created: (MNGECLIPSE-71) install goal for multiproject does not discover and act upon submodules

2006-02-03 Thread Tom Perry (JIRA)
Versions: 0.0.4 Environment: XP sp1, eclipse 3.1.1, plugin from http://m2eclipse.codehaus.org/ v0.0.4, maven 2.0.2 on my desktop Reporter: Tom Perry Assigned to: Eugene Kuleshov first, sorry if this is seen as a double post (I also posted this to the maven user list). I didn&#

[jira] Commented: (MNGECLIPSE-56) Exception running M2 build

2006-01-26 Thread tom perry (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-56?page=comments#action_57036 ] tom perry commented on MNGECLIPSE-56: - for what it's worth, I have seen the same error "java.lang.NoClassDefFoundError: and" initially in Window -> Prefer

[jira] Created: (CONTINUUM-465) Lot's of unexpected input errors

2005-11-21 Thread Tom Skinner (JIRA)
with SSPI authentication SVN repository has external links Reporter: Tom Skinner Getting a bunch of these errors in my wrapper.log during builds. INFO | jvm 2| 2005/11/21 14:29:58 | 2005-11-21 14:29:58,841 [Thread-1] INFO ScmManager - Working directory: /loc

Re: PMC nominations

2003-11-17 Thread Tom Copeland
so > deserve to have a part in shaping the project as a whole. +1, +1, +1 Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [idea] Multiproject Dashboard

2003-08-30 Thread Tom Copeland
7;s such a beast - albeit driven by Ruby/Ant, not Maven: https://ultraforge.ultralog.net/ Yours, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [VOTE] Brett Porter to be given committer privileges

2003-08-14 Thread Tom Copeland
et the wheels in > motion. Close of voting at Thursday 12:01pm EST (USA) (not that I > really know when that is) +1 Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Fwd: A proposed change to the PMD plugin....]

2003-06-17 Thread tom
Actually, I should have waited for some +1s sorry about that Yours, Tom > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 12:52 AM > To: 'Maven Developers List' > Subject: RE: [Fwd: A proposed

[Fwd: A proposed change to the PMD plugin....]

2003-06-16 Thread Tom Copeland
Hearing no objections this change is checked in now. Thanks, Tom -Forwarded Message- > From: Tom Copeland <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: A proposed change to the PMD plugin > Date: 16 Jun 2003 15:58:09 -0400 > > I'd

A proposed change to the PMD plugin....

2003-06-16 Thread Tom Copeland
ts.xml,${plugin.resources}/rulesets/codesize.xml --- > maven.pmd.rulesetfiles=${plugin.resources}/rulesets/basic.xml,${plugin.resources}/rulesets/unusedcode.xml,${plugin.resources}/rulesets/imports.xml [EMAIL PROTECTED] pmd]$ = If no one has any objections, I'll check this updated plugins.prope

Re: Rep:New PMD plugin?

2003-04-03 Thread Tom Copeland
I've been laying low on the PMD questions because Siegfried had been handling the pmd-maven interaction... but perhaps he's been buried in Day Job activities. Please let me know if I can answer any questions or whatever +1 Yours, Tom On Thu, 2003-04-03 at 04:23, Emmanuel Ven