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

cvs commit: maven-new/fetch maven.xml

bwalding    2003/06/14 04:04:27

  Modified:    fetch    maven.xml
  Log:
  Fix a small oddity with eclipse and test-classes dir
  
  Revision  Changes    Path
  1.4       +6 -1      maven-new/fetch/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/fetch/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	25 May 2003 15:35:00 -0000	1.3
  +++ maven.xml	14 Jun 2003 11:04:27 -0000	1.4
  @@ -7,5 +7,10 @@
         
       <postGoal name="xdoc:register-reports">
       	<attainGoal name="maven-linkcheck-plugin:deregister"/>
  -	</postGoal>      
  +	</postGoal>  
  +
  +	<!-- Eclipse gets all annoyed if you don't do this -->
  +	<postGoal name="clean">
  +		<mkdir dir="target/test-classes"/>
  +	</postGoal>    
   </project>
  
  
  

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