mdiggory    2004/01/29 10:24:02

  Modified:    math     project.properties
  Log:
  adding comment on maven property to skip tests.
  
  Revision  Changes    Path
  1.12      +4 -1      jakarta-commons/math/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/project.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.properties        17 Nov 2003 20:56:13 -0000      1.11
  +++ project.properties        29 Jan 2004 18:24:02 -0000      1.12
  @@ -4,6 +4,9 @@
   
   maven.checkstyle.properties=${basedir}/checkstyle.xml
   maven.test.failure = false
  +
  +#If you wish to skip tests when doing builds, uncomment
  +#maven.test.skip = true
   maven.junit.fork=true
   #maven.linkcheck.enable=true 
   
  @@ -17,4 +20,4 @@
                         http://jakarta.apache.org/commons/lang/api/,\
                         http://jakarta.apache.org/commons/discovery/api/,\
                         http://jakarta.apache.org/commons/logging/api/
  -                      
  \ No newline at end of file
  +                      
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to