Sure, you just need to override this symbol: SymbolConstants.OMIT_GENERATOR_META. Here's a sample of overriding it in a module:
@Contribute(SymbolProvider.class) @ApplicationDefaults public static void provideSymbols(MappedConfiguration<String, Object> configuration) { // ... configuration.add(SymbolConstants.OMIT_GENERATOR_META, true); } On Thu, Nov 13, 2014 at 2:55 PM, George Christman <gchrist...@cardaddy.com> wrote: > Hi guys, is there away to remove the "Apache Tapestry Framework (version > 5.4-beta-22)" meta tag from my src? As you all know I love this framework, > however I'd like to try and limit my exposure to hackers looking for > a vulnerability > > -- > George Christman > CEO > www.CarDaddy.com > P.O. Box 735 > Johnstown, New York >