You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/02 09:42:20 UTC

svn commit: r179547 - in /maven/maven-1/plugins-sandbox/trunk/plugin-parent: maven.xml project.properties

Author: brett
Date: Thu Jun  2 00:42:19 2005
New Revision: 179547

URL: http://svn.apache.org/viewcvs?rev=179547&view=rev
Log:
update the sandbox parent scripts

Modified:
    maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml
    maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties

Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml?rev=179547&r1=179546&r2=179547&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/maven.xml Thu Jun  2 00:42:19 2005
@@ -24,16 +24,16 @@
        project.xml, maven.xml, project.properties, but tag will not be set -->
   <!-- perhaps copy extended project.xml into current directory, merge higher extends, commit & tag, replace extends
        in main POM? -->
-  <postGoal name="scm:cvs-checkout-project">
+  <postGoal name="scm:checkout">
     <maven:pluginVar plugin="maven-scm-plugin" property="maven.scm.checkout.dir" var="dir" />
-    <ant:mkdir dir="${dir}/maven-plugins/plugin-parent" />
-    <ant:copy todir="${dir}/maven-plugins/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}/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" />
-    <ant:copy todir="${dir}/maven-plugins" 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>
 </project>

Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties?rev=179547&r1=179546&r2=179547&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties Thu Jun  2 00:42:19 2005
@@ -56,3 +56,9 @@
 maven.site.stage.address=www.apache.org
 maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
 maven.site.deploy.method=rsync
+
+# TODO: derive from SCM URL
+maven.scm.svn.tag.base=https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/tags
+
+maven.scm.checkout.dir=${maven.build.dir}/scm/checkout
+



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org