RE: Plugin version dependencies?

2005-01-25 Thread Eric Pugh
To: users@maven.apache.org Subject: Plugin version dependencies? Is there a way to declare a project's dependency on a specific version of a Maven (or custom, for that matter) plugin? For example, assume that I felt the need to modify the jar plugin, which is currently at version 1.6 in my

RE: Plugin version dependencies?

2005-01-25 Thread Russ Jubenville
! ..Russ Jubenville -Original Message- From: Haile, Mussie [mailto:[EMAIL PROTECTED] Sent: January 25, 2005 11:21 To: Maven Users List Subject: RE: Plugin version dependencies? Why don't you use SNAPSHOT for your Dev and the correct version for your production? This way, your developers would

RE: Plugin version dependencies?

2005-01-25 Thread Haile, Mussie
37 AM To: users@maven.apache.org Subject: Plugin version dependencies? Is there a way to declare a project's dependency on a specific version of a Maven (or custom, for that matter) plugin? For example, assume that I felt the need to modify the jar plugin, which is currently at version 1.6 i

Plugin version dependencies?

2005-01-25 Thread Russ Jubenville
Is there a way to declare a project's dependency on a specific version of a Maven (or custom, for that matter) plugin? For example, assume that I felt the need to modify the jar plugin, which is currently at version 1.6 in my local repository, so I create a version 1.6.1. I want developers on the