after looking through the thread at
http://www.nabble.com/-M2--Insert-variables-in-xdoc-apt-files-tf1956665.html
i've gotten filters applied to a site using:
<resources>
<resource>
<directory>src/site</directory>
<targetPath>../filtered-site</targetPath>
<filtering>true</filtering>
</resource>
</resources>
<filters>
<filter>site-filter.properties</filter>
</filters>
and
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<siteDirectory>${project.build.directory}/filtered-site</siteDirectory>
</configuration>
</plugin>
Is there a better way to get this done? It seems like there are way
too many steps involved...
--
Gregory Kick
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]