Thanks, Martin! The .vm suffix was indeed what I was missing. Turns out it's documented at [1].
Matt [1] https://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html#Filtering On Sat, Apr 5, 2014 at 7:49 PM, Martin Gainty <[email protected]> wrote: > assume your pom contains: > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-site-plugin</artifactId> > <dependencies> > <dependency> > <groupId>org.kohsuke</groupId> > <artifactId>doxia-module-markdown</artifactId> > <version>1.0</version> > </dependency> > </dependencies> > </plugin> > </plugins> > </build> > mvn site > > ..verify index.md exists.. > > http://blog.akquinet.de/2012/04/12/maven-sites-reloaded/ > > hth > Martin > ______________________________________________ > standard **** goes here > > >> Date: Sat, 5 Apr 2014 15:31:06 -0500 >> Subject: doxia markdown property expansion >> From: [email protected] >> To: [email protected] > >> >> Hi all, >> Is there a means for expanding project properties in markdown >> templates? I haven't yet found any example showing how to do it. >> >> Thanks, >> Matt >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
