Re: Maven replacer plugin

2012-05-09 Thread Pankaj
publicSrc/mySrc. Is there anything wrong with my configuration ? Regards Pankaj -- View this message in context: http://maven.40175.n5.nabble.com/Maven-replacer-plugin-tp5696070p5698807.html Sent from the Maven - Users mailing list archive at Nabble.com

Maven replacer plugin

2012-05-08 Thread Pankaj
was looking at http://code.google.com/p/maven-replacer-plugin/ which is used for replacing text/value, i don't think this can be used for replacing content. am i right ? Regards Pankaj -- View this message in context: http://maven.40175.n5.nabble.com/Maven-replacer-plugin-tp5696070.html Sent from

Re: Maven replacer plugin

2012-05-08 Thread Karl Heinz Marbaise
Hi, I want to replace the code snippet between two custom tag (@Start, @End) with empty tag. public class MyClass{ private String name; private String age; @Start private String address; private String phoneNumber; @End } These tags are available in multiple files. Why not. Put the replacer