You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/01/06 23:29:51 UTC

cvs commit: jakarta-commons-sandbox/jelly project.properties

dion        2003/01/06 14:29:51

  Modified:    jelly    project.properties
  Log:
  Add maven.test.dest property as it wasn't being seen properly
  
  Revision  Changes    Path
  1.15      +3 -0      jakarta-commons-sandbox/jelly/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.properties,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.properties	27 Nov 2002 14:31:26 -0000	1.14
  +++ project.properties	6 Jan 2003 22:29:51 -0000	1.15
  @@ -10,6 +10,9 @@
   
   maven.jarResources.basedir=src/java
   maven.junit.usefile = true
  +
  +# copied from maven test plugin due to a bug/caching issue
  +maven.test.dest = ${maven.build.dir}/test-classes
    
   # Installation dir
   maven.dist.install.dir = /usr/local/jelly
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>