views:

98

answers:

1

I have a maven project which generates files which are ignored in Eclipse by the global setting (Team -> Ignored Resources) and therefore are not going into svn.

If I want to release the project on our build server with hudson it fails as it says that the local copy has local changes (the generated files). How to I tell maven there to ignore them ?

Where do I have to configure what ?

A: 

Tell SVN to ignore them. Some info here and here

Peter Schuetze