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
_______________________________________________
m2e-users mailing list
m2e-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/m2e-users

Reply via email to