You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ben short <be...@benshort.co.uk> on 2007/04/24 13:28:06 UTC

[M2 SCM] Excluding files

Hi,

How do i tell the scm plugin to exclude files in my pom. I want to
tell it to ignore my idea project files, as i don't want these checked
in to my svn repository.

Ben

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


Re: [M2 SCM] Excluding files

Posted by Emmanuel Venisse <em...@venisse.net>.
Yes you can set the exclude.

<configuration>
   <excludes>
     <exclude>...</exclude>
   </excludes>
</configuration>

But I'm not sure all scm providers use it.

Emmanuel

ben short a écrit :
> Emmanuel,
> 
> Thanks for your reply.
> 
> I was looking at the following page and saw the exculdes property, i
> assumed that i could set it in my pom.
> 
> http://maven.apache.org/scm/plugins/status-mojo.html
> 
> Thanks
> 
> Ben
> 
> 
> On 4/24/07, Emmanuel Venisse <em...@venisse.net> wrote:
>> Files to ignore are independant of of Maven-SCM but dependent of your 
>> scm. So with subversion you use svn:ignore subversion property, with 
>> CVS, you put files in .cvsignore file...
>> Maybe we'll add an option in a future release of Maven-SCM, but we 
>> don't now.
>>
>> Emmanuel
>>
>> ben short a écrit :
>> > Hi,
>> >
>> > How do i tell the scm plugin to exclude files in my pom. I want to
>> > tell it to ignore my idea project files, as i don't want these checked
>> > in to my svn repository.
>> >
>> > Ben
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> > For additional commands, e-mail: users-help@maven.apache.org
>> >
>> >
>> >
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 
> 


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


Re: [M2 SCM] Excluding files

Posted by ben short <be...@benshort.co.uk>.
Emmanuel,

Thanks for your reply.

I was looking at the following page and saw the exculdes property, i
assumed that i could set it in my pom.

http://maven.apache.org/scm/plugins/status-mojo.html

Thanks

Ben


On 4/24/07, Emmanuel Venisse <em...@venisse.net> wrote:
> Files to ignore are independant of of Maven-SCM but dependent of your scm. So with subversion you use svn:ignore subversion property, with CVS, you put files in .cvsignore file...
> Maybe we'll add an option in a future release of Maven-SCM, but we don't now.
>
> Emmanuel
>
> ben short a écrit :
> > Hi,
> >
> > How do i tell the scm plugin to exclude files in my pom. I want to
> > tell it to ignore my idea project files, as i don't want these checked
> > in to my svn repository.
> >
> > Ben
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


Re: [M2 SCM] Excluding files

Posted by Emmanuel Venisse <em...@venisse.net>.
Files to ignore are independant of of Maven-SCM but dependent of your scm. So with subversion you use svn:ignore subversion property, with CVS, you put files in .cvsignore file...
Maybe we'll add an option in a future release of Maven-SCM, but we don't now.

Emmanuel

ben short a écrit :
> Hi,
> 
> How do i tell the scm plugin to exclude files in my pom. I want to
> tell it to ignore my idea project files, as i don't want these checked
> in to my svn repository.
> 
> Ben
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 
> 


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


[M2 SCM] Excluding files

Posted by ben short <ja...@gmail.com>.
Hi,

How do i tell the scm plugin to exclude files in my pom. I want to
tell it to ignore my idea project files, as i don't want these checked
in to my svn repository.

Ben

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