Message:
The following issue has been closed.
Resolver: Emmanuel Venisse
Date: Wed, 2 Jul 2003 5:46 AM
Done. I don't use ${maven.docs.dest} but
${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-428
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-428
Summary: javadoc, jxr plugin ignores maven.docs.dest
Type: Bug
Status: Closed
Priority: Trivial
Resolution: FIXED
Time Spent: Unknown
Estimate: 0 minutes
Project: maven
Fix Fors:
1.0-beta-10
Versions:
1.0-beta-10
Assignee: Emmanuel Venisse
Reporter: thomas diesler
Created: Thu, 15 May 2003 2:25 AM
Updated: Wed, 2 Jul 2003 5:46 AM
Description:
jxr plugin is:
maven.jxr.destdir = ${maven.build.dir}/docs/xref
maven.jxr.destdir.test = ${maven.build.dir}/docs/xref-test
jxr plugin should be:
maven.jxr.destdir = ${maven.docs.dest}/xref
maven.jxr.destdir.test = ${maven.docs.dest}/xref-test
javadoc plugin is:
maven.javadoc.destdir = ${maven.build.dir}/docs/apidocs
javadoc plugin should be:
maven.javadoc.destdir = ${maven.docs.dest}/apidocs
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]