Maven 2.1.0, JDK1.6
I have a multimodule project with
(projectA ;; artifact A
(projectB) ;; artifact B
(site
(src
...
)
)
)
mvn site:site at the toplevel causes it to fail in project "projectB" with
the
error that its unable to find the artifact 'B' in my src repository.
Why am I running into this error? How can I disable changelog generation so
as to generate the rest of the site?
projectA> mvn javadoc:javadoc site:site
//...
[INFO] Generating changed sets xml to:
/projectA/projectB/target/changelog.xml
[INFO] Executing: /bin/sh -c cd /projectA/projectB && svn --non-interactive
log -v -r '{2009-03-17 05:58:36 +0000}:{2009-04-17 05:58:36 +0000}'
svn+ssh://<server>/branches/projectA/B
[INFO] Working directory: /projectA/projectB
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
svn: File not found: revision 4311, path '/projectA/B'
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error during page generation
Embedded error: Error rendering Maven report: An error has occurred during
changelog command :
Command failed.
projectA>
Thanx,
/U
--
View this message in context:
http://www.nabble.com/Maven-site-plugin-failure-with-multimodule-projects-tp23088201p23088201.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]