Copy build.properties on checkout

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116075 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2004-09-25 12:07:07 +00:00
parent 6a507f0f6b
commit 239a2bbe2e

View File

@ -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" />