Re: Maven 2.1 - Optional dependencies, exclude all ...

2006-07-17 Thread Brett Porter
Yes, this is something we always should have had... I think it is in the 2.1 wiki, but worth adding if not! - Brett On 12/07/2006 9:48 PM, Arnaud HERITIER wrote: Hi guys, Yesterday, during the explanation of the roadmap of maven 2.1 in the meeting "Maven day", Jason said that a new setting w

Maven 2.x Resource Plugin Documentation needs Reviewing

2006-07-17 Thread FA Valencia See
Good day, I would like to ask for some help reviewing M2's Resource Plugin Documentation. The documentation can be viewed here(thanks allan for the stage), while the Jira Issue can be viewed here

Re: add in plugin parent pom

2006-07-17 Thread Brett Porter
Yes, it should be inherited. It's already in JIRA for 2.0.5. - Brett On 18/07/2006 7:22 AM, Brian E. Fox wrote: I would like to see this, in fact I think I wrote a jira about it. We're trying to ensure that our entire dev team is using a consistent maven version. The obvious way to do this is t

Re: Who can deploy what, when and how?

2006-07-17 Thread Brett Porter
On 18/07/2006 7:52 AM, Dennis Lundberg wrote: When I tried to deploy the site for maven-changes-plugin I got an error "... Permission denied". A quick check on people shows that I am not a member of the maven group. Who do I contact to add me? I'll look into it. As I am in the middle of it ri

RE: Trying to understand the POM inheritance chain for plugins

2006-07-17 Thread Brian E. Fox
It's actually quite simple. We just implemented this internally to break a hardcoded url reference. We use assembly to create a zip with the xml file in it, then use dependency to unpack it to a known location. This could be added to the parent pom if desired. -Original Message- From: Edw

Re: [vote] maven war 2.0.1

2006-07-17 Thread Brett Porter
I think you'll find it under the "already fixed" area of 2.0.2. Let me know if this isn't the case. - Brett On 18/07/2006 7:56 AM, Brian E. Fox wrote: Just got to an internet connection, but I don't see a jira for this. Has one been filed already? -Original Message- From: Brian E. F

Re: Trying to understand the POM inheritance chain for plugins

2006-07-17 Thread Edwin Punzalan
Sounds odd, bec both the eclipse and idea plugins are generating 10 of the project reports in my machine. I even ran it on javadoc and found the same 10 reports. I do agree about the checkstyle plugin being placed inside the pom but not configured... since its there, we might as well fix an

Please review maven-eclipse-plugin

2006-07-17 Thread Edwin Punzalan
Ooopps! I sent the other one to the user list... :( Here are the changes I've made: - created three sample usages: - attaching library sources - preventing module references - providing project natures and build commands - added three FAQ entries - some fixes to improve site documentatio

Trying to understand the POM inheritance chain for plugins

2006-07-17 Thread Dennis Lundberg
Hi all I've been working on a couple of plugins with documentation and documentation review. One thing differs when running mvn site for a normal plugin versus a plugin in the sandbox. For a normal plugin, like maven-javadoc-plugin, you get 4 Project Reports: * JavaDocs * Plugin documentation

RE: [vote] maven war 2.0.1

2006-07-17 Thread Brian E. Fox
Just got to an internet connection, but I don't see a jira for this. Has one been filed already? -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 2:23 PM To: Maven Developers List Subject: RE: [vote] maven war 2.0.1 Just catching up on old emai

Re: Who can deploy what, when and how?

2006-07-17 Thread Dennis Lundberg
Brett Porter wrote: On 17/07/2006 6:09 AM, Dennis Lundberg wrote: Hi all Since I'm new here as a committer, I have a couple of questions regarding deployment. 1. The main Maven site Is any committer allowed to deploy (or publish) the site at any time? What's the procedure for doing that?

RE: add in plugin parent pom

2006-07-17 Thread Brian E. Fox
I would like to see this, in fact I think I wrote a jira about it. We're trying to ensure that our entire dev team is using a consistent maven version. The obvious way to do this is to add it to our own super-pom but that doesn't work. I ended up creating an empty plugin with a prereq, but it feels

RE: Building and using a plugin in the same build (m2)

2006-07-17 Thread Brian E. Fox
I have also run into this. We created some code to autogenerate some stuff for us. The most logical thing to do is make this a mojo and use it in the build. The trouble is that this code requires some stuff we would be concurrently building. (not generating, but part of the same tree). -Origi

RE: [vote] maven war 2.0.1

2006-07-17 Thread Brian E. Fox
Just catching up on old email, but we started using 2.0.1 and immediately started having packaging problems. It seems that the main project web.xml isn't being pulled into the project. Instead, it grabs the most recently expanded one from a subproject. -Original Message- From: Mark Hobso

Re: Review for maven-rar-plugin

2006-07-17 Thread Dennis Lundberg
This isn't detected by the docck plugin. I'll try to patch it. Vincent Siveton wrote: yes http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Documentation goals link -> Plugin documentation Cheers, Vincent 2006/7/17, dan tran <[EMAIL PROTECTED]>: Do we need "Goals" navigation link under Ove

Re: Review for maven-rar-plugin

2006-07-17 Thread Dennis Lundberg
Allan Ramirez wrote: Hi everyone, Just updated the docs of the rar plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks staging site can be found here http://people.apache.org/~aramirez/maven-rar-plugin/ Thanks, allan usage.html - "is binded to" -->

Re: svn commit: r422314 - in /maven/sandbox/plugins/maven-changes-plugin/src/main/java/org/apache/maven: announcement/JiraAnnouncementDownloader.java jira/JiraDownloader2.java jira/JiraHelper.java

2006-07-17 Thread Dennis Lundberg
Trygve Laugstøl wrote: [EMAIL PROTECTED] wrote: Author: dennisl Date: Sat Jul 15 16:06:35 2006 New Revision: 422314 URL: http://svn.apache.org/viewvc?rev=422314&view=rev Log: Refactor a JIRA helper method into a helper class, so it can be used from the announcement mojo as well This sounds l

Re: Review for maven-rar-plugin

2006-07-17 Thread Vincent Siveton
yes http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Documentation goals link -> Plugin documentation Cheers, Vincent 2006/7/17, dan tran <[EMAIL PROTECTED]>: Do we need "Goals" navigation link under Overview menu to be consistents of other plugins? -D On 7/17/06, Vincent Siveton <[EMAI

Re: Review for maven-rar-plugin

2006-07-17 Thread dan tran
Do we need "Goals" navigation link under Overview menu to be consistents of other plugins? -D On 7/17/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: My comments: - faq is empty - add a link to J2EE Connector API specification for the ra.xml Cheers, Vincent 2006/7/17, Allan Ramirez <[EMAIL

Re: Review for maven-rar-plugin

2006-07-17 Thread Vincent Siveton
My comments: - faq is empty - add a link to J2EE Connector API specification for the ra.xml Cheers, Vincent 2006/7/17, Allan Ramirez <[EMAIL PROTECTED]>: Hi everyone, Just updated the docs of the rar plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks

Review for maven-rar-plugin

2006-07-17 Thread Allan Ramirez
Hi everyone, Just updated the docs of the rar plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks staging site can be found here http://people.apache.org/~aramirez/maven-rar-plugin/ Thanks, allan --

Re: [proposal] toolchain support for Maven 2.1

2006-07-17 Thread jerome lacoste
On 7/17/06, Brett Porter <[EMAIL PROTECTED]> wrote: Thanks Nathan. This is exactly what I was getting at (and the reasons for it), but this is a lot more detail than what I wrote down. So, just to make sure I understand, it would work something like this: - JDK definitions are built in, and spec

RE: HTTP compression (http://jira.codehaus.org/browse/WAGON-55)

2006-07-17 Thread Nathan Beyer
Hello Eric, That was it. It seems the ResourceHandler will look for the resource as with a ".gz" and just streams that. So if you request "hello.txt" and "hello.txt.gz" is on the server, it will send it back with Content-Encoding: gzip in the response header. -Nathan > -Original Message-

RE: [proposal] toolchain support for Maven 2.1

2006-07-17 Thread Nathan Beyer
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > > Some things to note about targeting a different JDK: > * rt.jar is not enough - JDKs provide a number of other classes in extra > libraries, and it isn't called rt.jar on some platforms. In fact, this actually va