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:
parent
6a507f0f6b
commit
239a2bbe2e
@ -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" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user