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:
parent
7a926c2d28
commit
fed827b433
@ -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>
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user