I have a project in eclipse which is created using below options.
 
	File --> New --> Dynamic web application project..
	 
	I have linked the src folder to local GitHub synced folder.
	 
	Whenever there is a change in GitHub source files, I need to clean the project (only clean , not clean and build)
	 
	
	Once the clean is completed, I will export the complete project as war file (right click on project folder in eclipse and export --> war )
	
	 
	I didn't find any command line options to eclipse to do this.
	Any other alternative to automate this in AutoIT.