xrefLocation as expression
--------------------------
Key: MCLIRR-17
URL: http://jira.codehaus.org/browse/MCLIRR-17
Project: Maven 2.x Clirr Plugin
Issue Type: Improvement
Affects Versions: 2.2.2
Reporter: Dominik Zindel
Priority: Minor
Attachments: clirr-maven-plugin.patch
in ClirrReport.java, line 110, the variable xrefLocation only has a default
value. It is currently not possible to modify it from a pom.xml using
expressions. We need this for our project (which uses Clirr) and it can be
achieved by modifying the annotation to
@parameter expression="${xrefLocation}"
default-value="${project.build.directory}/site/xref"
This tiny change does not affect existing projects as it only adds an
additional possibility, the default value is kept.
We've already done this change locally, it would be nice to have it in the
official version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email