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 plugin into the generate-sources or process-sources phase and it should be working. The only problem you have to which location you put the changed files and get them compiled. May be you can use the buildhelper-maven-plugin to add a different location afterwards (for example target/replaced-files)
Kind regards Karl-Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl-Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
