[jira] Updated: (MAVEN-550) html2xdoc - nested headings and text formatting problems

2003-07-05 Thread jira
The following issue has been updated: Updater: Evan Koffler (mailto:[EMAIL PROTECTED]) Date: Sat, 5 Jul 2003 11:40 PM Comment: Overlay patch fixing html2xdoc problems. Save to maven/src/plugins-build cd src/plugins-build gunzip -c html2xdoc.tar.gz | tar xvf - Changes:

[jira] Created: (MAVEN-550) html2xdoc - nested headings and text formatting problems

2003-07-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-550 Here is an overview of the issue: --

RE: [war plugin] - Proposition by default include instead ofexclude

2003-07-05 Thread Jason van Zyl
On Sat, 2003-07-05 at 17:50, Juergen Heidak wrote: > Hi > > Breaking API's or configuration settings is always bad. The much better > way is to keep compatibility and make the new feature configurable so > that it can be turned on easily. > > I dont use the war plugin I just wanted to say that I

RE: [war plugin] - Proposition by default include instead ofexclude

2003-07-05 Thread Jason van Zyl
On Sat, 2003-07-05 at 17:24, Michal Maczka wrote: > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > Sent: Saturday, July 05, 2003 10:57 PM > > To: 'Maven Developers List' > > Subject: RE: [war plugin] - Proposition by default include > > instead of exclude > > >

RE: [war plugin] - Proposition by default include instead ofexclude

2003-07-05 Thread Juergen Heidak
Hi Breaking API's or configuration settings is always bad. The much better way is to keep compatibility and make the new feature configurable so that it can be turned on easily. I dont use the war plugin I just wanted to say that I agree with Vincent. Regards > > > > > > > > > I think I'm -1

RE: [war plugin] - Proposition by default include instead of exclude

2003-07-05 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 05 July 2003 23:24 > To: Maven Developers List > Subject: RE: [war plugin] - Proposition by default include instead of > exclude > > > > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL PRO

RE: [war plugin] - Proposition by default include instead of exclude

2003-07-05 Thread Michal Maczka
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 05, 2003 10:57 PM > To: 'Maven Developers List' > Subject: RE: [war plugin] - Proposition by default include > instead of exclude > > > I think I'm -1 for making this change now. As you say there

Re: cvs commit: maven/src/plugins-build/multiproject plugin.jelly

2003-07-05 Thread Anton Tagunov
Hello All! vao> Modified:src/plugins-build/multiproject plugin.jelly vao> + vao> + vao> + Looks like CRLF got broken for this file: 0x0D 0x0A instead of just 0x0A in the cvs -Anton - To unsubscribe, e-m

RE: [war plugin] - Proposition by default include instead of exclude

2003-07-05 Thread Vincent Massol
I think I'm -1 for making this change now. As you say there are just too many who are using it the other way. I'm +0 if you want to introduce a war plugin property such as: maven.war.dependency.behavior=exclude|include so that the current behavior is the default. -Vincent > -Original Mess

[war plugin] - Proposition by default include instead of exclude

2003-07-05 Thread Michal Maczka
I realized that in POMs of my web projects I have very long lists of dependencies marked with: ... true I always want to "bundle" most of deps (or all of them) while if I exclude I do exclude only few of them I think that war plugin will be bit easie

cvs commit: maven/src/plugins-build/war/xdocs changes.xml goals.xml

2003-07-05 Thread michal
michal 2003/07/05 10:10:45 Modified:src/plugins-build/war plugin.jelly src/plugins-build/war/xdocs changes.xml goals.xml Log: war:clean goal was added Revision ChangesPath 1.24 +13 -0 maven/src/plugins-build/war/plugin.jelly Index: plugin.jel

RE: Hibernate Plugin

2003-07-05 Thread EPugh
The Hibernate group has a cvs repo HibernateExt where various tools that work with Hibernate live. If you could find someone who wanted to maintain it, that would be the appropriate place for it. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/hibernate/HibernateExt/ is the root of the CVS tree.

[jira] Created: (MAVEN-549) not useable with win32, cygwin

2003-07-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-549 Here is an overview of the issue: --

cvs commit: maven/src/plugins-build/multiproject plugin.properties

2003-07-05 Thread vmassol
vmassol 2003/07/05 01:40:38 Modified:src/plugins-build/multiproject plugin.properties Log: - By default grab all maven projects, even those deeply nested. If there is a good reason please tell me and I'll revert the change. - Added comment Revision ChangesPath 1.4

cvs commit: maven/src/plugins-build/multiproject plugin.jelly

2003-07-05 Thread vmassol
vmassol 2003/07/05 01:31:11 Modified:src/plugins-build/multiproject plugin.jelly Log: - Added some goal documentation - Fixed one goal description - Removed extra empty lines Revision ChangesPath 1.5 +17 -9 maven/src/plugins-build/multiproject/plugin.jelly

cvs commit: maven/src/plugins-build/jboss plugin.jelly

2003-07-05 Thread vmassol
vmassol 2003/07/05 01:30:00 Modified:src/plugins-build/jboss plugin.jelly Log: Removed todo comment as dIon has already fixed it! Revision ChangesPath 1.14 +0 -3 maven/src/plugins-build/jboss/plugin.jelly Index: plugin.jelly ==

Minor doc patch for plugins-build/jar

2003-07-05 Thread Anton Tagunov
Hi, All! 1. year - > date 2. make section ordering uniform: let jar:deploy-snapshot come after jar:deploy like jar:install-snapshot comes after jar:install Cheers! - Anton --- goals.orig 2003-04-22 16:20:50.0 +0400 +++ goals.xml 2003-07-05 11:33:09.0 +0400 @@ -35,22