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 2004/04/04 05:50:06 UTC

cvs commit: maven-plugins/examples/plugin-script maven.xml

brett       2004/04/03 19:50:06

  Modified:    examples/plugin-script maven.xml
  Log:
  remove use of target, replace with maven.build.dir
  
  Revision  Changes    Path
  1.3       +2 -2      maven-plugins/examples/plugin-script/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/plugin-script/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	4 Mar 2004 18:05:27 -0000	1.2
  +++ maven.xml	4 Apr 2004 03:50:06 -0000	1.3
  @@ -19,7 +19,7 @@
   
     <goal name="plugin">
       <!-- set up the directory the jar will be assembled to -->
  -    <property name="assemblyDir" value="target/assemblyDir"/>
  +    <property name="assemblyDir" value="${maven.build.dir}/assemblyDir"/>
       
       <mkdir dir="${assemblyDir}"/>
       
  @@ -66,4 +66,4 @@
     </goal>
   
   </project>
  -    
  \ No newline at end of file
  +    
  
  
  

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