You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/06/13 13:06:53 UTC

cvs commit: maven-plugins/abbot project.properties

vmassol     2004/06/13 04:06:53

  Modified:    abbot    project.properties
  Log:
  By default, do not run unit tests as they require a display and a display may not be available on build server.
  
  Revision  Changes    Path
  1.2       +4 -0      maven-plugins/abbot/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/abbot/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	12 Jun 2004 14:09:36 -0000	1.1
  +++ project.properties	13 Jun 2004 11:06:53 -0000	1.2
  @@ -21,6 +21,10 @@
   
   maven.abbot.reports.dir = ${maven.build.dir}
   
  +# WARNING: By default, do not run unit tests as they require a display
  +# and a display may not be available on build server.
  +maven.test.skip = true
  +
   # Have the abbot test reports appear in ${maven.abbot.reports.dir}
   maven.junit.sysproperties = maven.abbot.reports.dir
   
  
  
  

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