You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ne...@indiatimes.com on 2009/06/09 09:53:29 UTC

Excludes while checking out in maven

Hi , 

I tried to execlude a file while checking out from repository but the files are getting checked out..is there any way i can restrict them.. 

<plugin> 
<groupId>org.apache.maven.plugins</groupId> 
<artifactId>maven-scm-plugin</artifactId> 
<version>1.0</version> 
<configuration> 
<checkoutDirectory>${basedir}/src</checkoutDirectory> 
<excludes>**/web.xml</excludes> 
</configuration> 
</plugin> 

Regards 


--
Click for exclusive coverage on the Maruti Ritz by ZigWheels.com experts
http://www.zigwheels.com/maruti-ritz?utm_source=mail&utm_medium=1&utm_content=ritz&utm_campaign=1

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