Re: M2Eclipse vs. maven-eclipse-plugin: which is preferred?

2014-05-18 Thread Ron Wheeler
If you just use the Eclipse/STS delivered by the Spring team, you get everything that you need to use Maven without worrying about plug-ins. Ron On 15/05/2014 7:50 PM, Barrie Treloar wrote: On 9 May 2014 18:49, Thomas Broyer wrote: Hi all, Does the Apache Maven Project/Community has an off

Re: [ANN] flatten-maven-plugin 1.0.0-beta-1 Released

2014-05-18 Thread Jörg Hohwiller
Hi Alejandro, I know what you are talking about and was facing the same trouble with maven. This is why I wrote flatten-maven-plugin. You might want to wait for beta-2 to get startet, but you could already give it a try if you want. To be warned: http://jira.codehaus.org/browse/MOJO-2030 Che

Re: Custom plugin: how to process filtered resources

2014-05-18 Thread gdrouet
Ok. I wanted to know if it's possible to handle them before they get written to the target directory. Seems to not be the case so I'll chose the naive approach. Thanks for the reply! -- View this message in context: http://maven.40175.n5.nabble.com/Custom-plugin-how-to-process-filtered-resour

Re: Custom plugin: how to process filtered resources

2014-05-18 Thread Jeff MAURY
You need to read them from the target folder. Jeff On Sat, May 17, 2014 at 2:44 PM, gdrouet wrote: > Hi, > > I wrote a custom plugin that processes some resources inside my project. > Some of them are filtered before my plugin get executed. However, I don't > know how my plugin can process the