Hi Brett, I just have maven.username. I can't put it in ~/build.properties as I need other username in some projects. I don't see any problem copying the build.properties (only if it exists). The build.properties is used when working in /maven-plugins/xxx so why don't use it when checking out? Note that I haven't committed the build.properties file.
Regards Carlos Sanchez A Coru�a, Spain http://www.jroller.com/page/carlossg/Weblog Oness Project http://oness.sourceforge.net > -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 26, 2004 2:11 AM > To: Maven Developers List > Subject: Re: cvs commit: maven-plugins/plugin-parent maven.xml > > What local properties do you need? > > I'm not happy with customised settings being used to make a > release, so it should be discouraged. ~/build.properties and > the command line are always available. > > - Brett > > Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > > > carlos 2004/09/25 05:07:07 > > > > Modified: plugin-parent maven.xml > > Log: > > Copy build.properties on checkout > > > > Revision Changes Path > > 1.4 +1 -0 maven-plugins/plugin-parent/maven.xml > > > > Index: maven.xml > > > =================================================================== > > RCS file: /home/cvs/maven-plugins/plugin-parent/maven.xml,v > > retrieving revision 1.3 > > retrieving revision 1.4 > > diff -u -r1.3 -r1.4 > > --- maven.xml 9 Jul 2004 08:17:16 -0000 1.3 > > +++ maven.xml 25 Sep 2004 12:07:07 -0000 1.4 > > @@ -28,6 +28,7 @@ > > <ant:mkdir dir="${dir}/maven-plugins/plugin-parent" /> > > <ant:copy todir="${dir}/maven-plugins/plugin-parent" > > file="${pom.parent.file}" /> > > <ant:copy todir="${dir}/maven-plugins/plugin-parent" > > file="${pom.parent.file.parent}/project.properties" /> > > + <ant:copy todir="${dir}/maven-plugins/plugin-parent" > > file="${pom.parent.file.parent}/build.properties" > failonerror="false" /> > > <ant:copy todir="${dir}/maven-plugins" > > file="${pom.parent.file.parent}/../LICENSE.txt" /> > > <ant:copy todir="${dir}/maven-plugins" > > file="${pom.parent.file.parent}/../NOTICE.txt" /> > > <ant:copy todir="${dir}/maven-plugins" > > file="${pom.parent.file.parent}/../checkstyle.xml" /> > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] For > > additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
