changed the default checkout directory

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@125488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-01-18 11:57:49 +00:00
parent 7a926c2d28
commit fed827b433
2 changed files with 8 additions and 6 deletions

View File

@ -26,14 +26,14 @@
in main POM? -->
<postGoal name="scm:checkout">
<maven:pluginVar plugin="maven-scm-plugin" property="maven.scm.checkout.dir" var="dir" />
<ant:mkdir dir="${dir}/plugin-parent" />
<ant:copy todir="${dir}/plugin-parent">
<ant:mkdir dir="${dir}/../plugin-parent" />
<ant:copy todir="${dir}/../plugin-parent">
<ant:fileset dir="${pom.parent.file.parent}" />
</ant:copy>
<ant:copy todir="${dir}" file="${pom.parent.file.parent}/LICENSE.txt" />
<ant:copy todir="${dir}" file="${pom.parent.file.parent}/NOTICE.txt" />
<ant:copy todir="${dir}" file="${pom.parent.file.parent}/checkstyle.xml" />
<ant:copy todir="${dir}" file="${pom.parent.file.parent}/checkstyle-license.txt" />
<ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/LICENSE.txt" />
<ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/NOTICE.txt" />
<ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/checkstyle.xml" />
<ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/checkstyle-license.txt" />
<j:set var="executionDir" value="${basedir}" scope="parent" />
</postGoal>

View File

@ -71,3 +71,5 @@ maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
# TODO: derive from SCM URL
maven.scm.svn.tag.base=https://svn.apache.org/repos/asf/maven/maven-1/plugins/tags
maven.scm.checkout.dir=${maven.build.dir}/scm/checkout