I have the following project structure:

ProjectA
    pom.xml [aggregator of the other two]
    src
        pom.xml
    test
        pom.xml

When I run the test build by itself either from the test directory or by
modifying the aggregator pom to exclude the src module and only include the
test module, it works.  However, when I run a build on the aggregator pom
(with the aggregator pom including both src and test modules), the test
module fails at compilation, stating that it can't find a class that is part
of the src build.  The test/pom.xml has the src artifact as a dependency. 
Also, I have this pattern working in other projects.  I'm just wondering if
anyone has any suggestions or if anyone has seen this type of behaviour
before.
-- 
View this message in context: 
http://www.nabble.com/Aggregator-pom-fails%2C-but-modules-work-tp21882332p21882332.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]

Reply via email to