[VOTE] maven-dependency-plugin 2.0-alpha-4 AND maven-dependency-analyzer 1.0-alpha-2

2007-03-24 Thread Brian E. Fox
I'd like to release maven-dependency-plugin:2.0-alpha-4 and the shared maven-dependency-analyzer 1.0-alpha-2 that it depends on. Tags: http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug in-2.0-alpha-4/ http://svn.apache.org/repos/asf/maven/shared/tags/maven-dependency-analy z

Re: M2 FAQ has ibiblio ref

2007-03-24 Thread Wendy Smoak
On 3/24/07, Jeff Jensen <[EMAIL PROTECTED]> wrote: OK, would you like me to remove the question entirely or change it to something correct you have in mind? I'd point at this list instead: http://maven.apache.org/plugins/ -- Wendy

RE: M2 FAQ has ibiblio ref

2007-03-24 Thread Jeff Jensen
OK, would you like me to remove the question entirely or change it to something correct you have in mind? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Saturday, March 24, 2007 10:22 PM To: Maven Developers List Subject: Re: M2 FAQ

Re: M2 FAQ has ibiblio ref

2007-03-24 Thread Carlos Sanchez
tha info is not even applicable anymore On 3/24/07, Jeff Jensen <[EMAIL PROTECTED]> wrote: The M2 FAQ has a ref to ibiblio. Does this need to change to the "new" Maven Central ref? http://maven.apache.org/general.html#available-plugins ---

M2 FAQ has ibiblio ref

2007-03-24 Thread Jeff Jensen
The M2 FAQ has a ref to ibiblio. Does this need to change to the "new" Maven Central ref? http://maven.apache.org/general.html#available-plugins - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: [vote] release maven-source-plugin 2.0.3

2007-03-24 Thread Carlos Sanchez
any progress? is there something yet to do or anybody can call a vote / release it? On 3/17/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Yes, actually. Kenney fixed the tests so we can probably shove this out the door. It's still on my list, just been working on 2.0.6. Jason. On 17 Mar 07, at

Re: Unit Test inheritance in a multi-pom project?

2007-03-24 Thread Jim Bethancourt
Hi GreJ, I believe that is correct. A mvn install must be done in order to make the test jars available on the classpath to compile against for the inherited tests. I agree that it is unfortunate that an install must be done in order to run the tests. Maven developers, Should I submit a feature

Re: MKS Support

2007-03-24 Thread Emmanuel Venisse
Hi, I don't think or maybe an hidden development. Emmanuel Niklas Grossmann a écrit : Hi, this seems to be a reoccuring question, is anybody working on MKS Source Integrity support? I found some mails from May/June last year in the archive but nothing else. Regards, Niklas.

MKS Support

2007-03-24 Thread Niklas Grossmann
Hi, this seems to be a reoccuring question, is anybody working on MKS Source Integrity support? I found some mails from May/June last year in the archive but nothing else. Regards, Niklas. -- Niklas Grossmann [EMAIL PROTECTED]

Re: Whats wrong with Maven at the moment - maven-site-plugin fails!

2007-03-24 Thread Jason van Zyl
On 24 Mar 07, at 1:03 PM 24 Mar 07, Henning P. Schmiedehausen wrote: Jason van Zyl <[EMAIL PROTECTED]> writes: But then plugins needing to build ids need a dependency on the xhtml module. Is that better? And link/anchor generation is needed for e.g. pdf, too. Then it should be put into the a

Re: Whats wrong with Maven at the moment - maven-site-plugin fails!

2007-03-24 Thread Henning P. Schmiedehausen
Jason van Zyl <[EMAIL PROTECTED]> writes: But then plugins needing to build ids need a dependency on the xhtml module. Is that better? And link/anchor generation is needed for e.g. pdf, too. Providing this functionality would IMHO be the job of the core of a system, not one of the components.

[RESULT][VOTE] Release maven-plugin-plugin 2.3

2007-03-24 Thread Dennis Lundberg
Here are the results of this vote: +1 Binding: Dennis Lundberg, Stephane Nicoll, Jason val Zyl, John Casey, Vincent Siveton +1 Non-binding: Brian E. Fox, Daniel Kulp, Andrew Williams I will proceed with the release. Dennis Lundberg wrote: Hi, I'd like to release maven-plugin-plugin-2.3. T

Re: Problem with Scope of Transitive Dependencies

2007-03-24 Thread Jason van Zyl
On 24 Mar 07, at 9:19 AM 24 Mar 07, Thomas R. wrote: Jason, thanks for the response. I agree that my example was not very good and your proposal (separate module into api- and implementation-module) works here. To be more precise we have a dao-api, a dao-impl, a service-api and a service

Re: Problem with Scope of Transitive Dependencies

2007-03-24 Thread Thomas R.
Jason, thanks for the response. I agree that my example was not very good and your proposal (separate module into api- and implementation-module) works here. To be more precise we have a dao-api, a dao-impl, a service-api and a service-impl module. However, the problem with the resulting scop