Component report crashes in multiproject Maven build with many subdirectories
-----------------------------------------------------------------------------
Key: TAPESTRY-2717
URL: https://issues.apache.org/jira/browse/TAPESTRY-2717
Project: Tapestry
Issue Type: Bug
Components: component-report
Affects Versions: 5.0.15
Environment: Ubuntu 8.10, Java 1.6.0_07, Maven 2.0.9
Reporter: Martin Wagner
Priority: Minor
In a multiproject build, "mvn site" aborts with error
INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error during page generation
Embedded error: Error rendering Maven report:
target/component-report-javadoc-arguments.txt (No such file or directory)
The error happens only in the following setting (part of our nightly build and
thus hard to change):
dir > subdir (with master pom.xml) > subsubdir (with project pom.xml)
If I call "mvn site" in subdir, things work fine.
If I call "mvn site" in subsubdir, things work fine.
If I call "mvn -f subsubdir/pom.xml site" in subdir, things work fine.
If I call "mvn -f subdir/pom.xml site" in dir, error occurs.
If I call "mvn -f subdir/subsubdir/pom.xml site" in dir, error occurs.
I will attach the detailed output of mvn -X
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]