[picocontainer-dev] [NanoContainer] Maven 2 Multiproject Build Error?
"Michael Rimov" <[email protected]>
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Organization | Centerline Computers, Inc |
| Message-ID | <062101c658f4$ec932a90$651ea8c0@prosperity> |
Hi All! Environment: Version: Maven 2.0.3 JDK 1.5.0_06 Win I've been trying to wrestle with the Maven 2 build files and so far Maven keeps winning. The problem appears to be only related to the multiproject builds. -PicoContainer Multiproject Build Works Fine -If I cd into each nanocontainer directory and manually use mvn install for each component everything works fine. -Nanocontainer mutiproject build fails. I took a look into it and for some reason when doing a multiproject build, the main container source is getting compiled into: nanocontainer/target while the test code is getting compiled into nanocontainer/container/target Anyone have an idea? Thanks! -Mike