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]