96979899100101102103104
lines.add( "toto=" + mavenResourcesExecution.getMavenSession().getExecutionProperties().getProperty( "toto" ) ); FileUtils.writeLines( f, lines ); } catch ( IOException e ) { throw new MavenFilteringException( e.getMessage(), e ); } }