classpath used to build a module affects compile classpath for building another
module
--------------------------------------------------------------------------------------
Key: MNG-2151
URL: http://jira.codehaus.org/browse/MNG-2151
Project: Maven 2
Type: Bug
Components: General
Versions: 2.0.3
Reporter: Vincent Massol
Here's my project layout:
daytrader/
ejb/
streamer/
where streamer depends on the ejb-client produced by the ejb/ build.
If I do a "mvn install" in daytrader/ the build works. If I do it in streamer/
it fails.
After investigation the problem was that the ejb-client produced by the ejb
module was excluding by default a class required to compile streamer/.
The build when run at the top level should have failed when building the
streamer/ module.
--
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