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

cvs commit: jakarta-turbine-maven/src/plugins-build/struts project.properties

dion        2003/02/23 03:36:29

  Modified:    src/plugins-build/struts project.properties
  Log:
  Make junit tests fork so it's easier to pick up dependency errors
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-turbine-maven/src/plugins-build/struts/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/struts/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	10 Feb 2003 08:26:09 -0000	1.2
  +++ project.properties	23 Feb 2003 11:36:29 -0000	1.3
  @@ -5,3 +5,4 @@
   maven.xdoc.version=${pom.currentVersion}
   maven.license.licenseFile=${basedir}/../../../LICENSE.txt
   
  +maven.junit.fork=yes
  \ No newline at end of file