RE: Can plugins be extended?

2008-04-29 Thread nicklist
This is a known issue [1]. Short answer: no, it is not possible. Long answer: maven-inherit-plugin [2] I don't have any experience with it, but you could give it a try. Hth, Nick S. [1] http://jira.codehaus.org/browse/MNG-3042 [2] http://www.ops4j.org/projects/pax/construct/maven-inherit-plugi

RE: How to submit a bug

2008-04-09 Thread nicklist
Start by explaining the problem and the expected / actual result on the user list. If it really is a bug, a lot of dev'ers are also reading there and will redirect you to the jira system[1] and tell you which component it affects. The dev list is more for the developers to communicate. Hth, Ni

RE: Maven repository mirror

2008-04-09 Thread nicklist
As far as I know, the recommended method is not to rsync, as you don't need a full copy. Try running a maven proxy, like Archiva, Nexus or Artifactory, which work like a mirroring proxy. When they don't have a requested artifact, they will collect it from central or any other repository you set

FW: Report for dependencyManagement and pluginManagement

2008-01-22 Thread nicklist
Crosspost to dev list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 1/22/2008 2:51 PM To: Maven Users List Subject: RE: Report for dependencyManagement and pluginManagement I have searched for this, but couldn't find it. I've started to implement these

Bugs in maven-plugin-testing-harness

2007-12-20 Thread nicklist
Hi, I am writing a rule for the enforcer plugin and was using the maven-plugin-testing-harness classes. (Just like the testing code for the other rules) Now I've found two small bugs in this code. Is this still maintained? The website [1] hasn't been updated for more then a year, but there hav