git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113572 13f79535-47bb-0310-9956-ffa450edef68
12 lines
583 B
Properties
12 lines
583 B
Properties
# -------------------------------------------------------------------
|
|
# P L U G I N P R O P E R I E S
|
|
# -------------------------------------------------------------------
|
|
# JXR Plugin.
|
|
# -------------------------------------------------------------------
|
|
|
|
maven.jxr.destdir = ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/xref
|
|
maven.jxr.destdir.test = ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/xref-test
|
|
|
|
maven.jxr.stylesheet = ${plugin.resources}/stylesheet.css
|
|
maven.jxr.templateDir = ${plugin.resources}/templates
|