cvs commit: maven/src/plugins-build/site plugin.jelly project.xml plugin.properties

2003-04-01 Thread dion
dion2003/04/01 16:13:36 Modified:src/plugins-build/site/xdocs properties.xml changes.xml src/plugins-build/site plugin.jelly project.xml plugin.properties Log: - Applied a modified version of the patch in MAVEN-358 - Upped the project vers

Re: [PATCH] allowing specification of remote tar andgunzip executables in site:deploy

2003-04-01 Thread John Casey
I'd love to, except that I'm not a committer. So I guess we're in the same boat. :) John On Tue, 2003-04-01 at 16:27, Brett Porter wrote: > Thanks John. When this is done, you can probably close MAVEN-185 as well > that I filed in Jan about the same issue. > My interim resolution was to put /us

Re: [PATCH] allowing specification of remote tar and gunzip executablesin site:deploy

2003-04-01 Thread Brett Porter
Thanks John. When this is done, you can probably close MAVEN-185 as well that I filed in Jan about the same issue. My interim resolution was to put /usr/local/bin in the path first via the ssh environment setup for the remote user. Thanks, Brett John Casey wrote: Refer to MAVEN-358 for more info

Re: [PATCH] allowing specification of remote tar and gunzipexecutables in site:deploy

2003-04-01 Thread John Casey
Refer to MAVEN-358 for more information. On Tue, 2003-04-01 at 10:04, John Casey wrote: > I have added this patch to my maven installation to allow me to specify > which tar and gunzip executable to use when performing a > site:deploy...this helped me out greatly when deploying to a Sun server > w

Re: [PATCH] fix for proper inhertance of 'default' propertysettings when using reactor

2003-04-01 Thread John Casey
Refer to MAVEN-294 in Jira for more info and touchstone test case. On Tue, 2003-04-01 at 10:10, John Casey wrote: > I have applied this patch to my local copy of maven to allow the correct > inheritance rules for properties supplied by the parent project to flow > to the child during a reactor bui

[PATCH] fix for proper inhertance of 'default' property settingswhen using reactor

2003-04-01 Thread John Casey
I have applied this patch to my local copy of maven to allow the correct inheritance rules for properties supplied by the parent project to flow to the child during a reactor build, instead of overwriting them with the defaults from driver.properties. This allows me to specify things like 'maven.u

[PATCH] allowing specification of remote tar and gunzipexecutables in site:deploy

2003-04-01 Thread John Casey
I have added this patch to my maven installation to allow me to specify which tar and gunzip executable to use when performing a site:deploy...this helped me out greatly when deploying to a Sun server with the Sun freeware file-utils package installed. The default is still just 'tar' and 'gunzip'

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

2003-04-01 Thread knielsen
knielsen2003/04/01 04:28:12 Modified:src/plugins-build/native plugin.jelly Log: cleanup Revision ChangesPath 1.5 +95 -74maven/src/plugins-build/native/plugin.jelly Index: plugin.jelly === R

cvs commit: maven/src/plugins-build/native/samples/helloworld maven.xml

2003-04-01 Thread knielsen
knielsen2003/04/01 04:11:54 Modified:src/plugins-build/native/samples/helloworld maven.xml Log: compiling samples Revision ChangesPath 1.2 +5 -1 maven/src/plugins-build/native/samples/helloworld/maven.xml Index: maven.xml