Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] .project settings

Hi all,

When using maven projects I put only the maven project, without eclipse specific artifacts (.project .settings and target) under source control. Those should be generated by m2e. In fact most of 'em are, but I now have a little issue with some. By default I want to disable javascript validation of **/*.min.js files (minified javascript). I can enter a exclusion pattern to achieve that (http://stackoverflow.com/questions/3131878/how-do-i-remove-javascript-validation-from-my-eclipse-project/7931839#7931839), but that information is stored in .project (I think), and anytime anybody checks out my project they need to apply that setting themselves. 

Is there any way to store this information in the pom (or anywhere else)?

Groeten,

Friso


Back to the top