Hi,
I've found that if i have an integration test module which is
activated by profile or environment variable then its dependencies
aren't loaded in eclipse. For example the following parent pom would
result in the test modules dependencies not being loaded:
...
<profile>
<id>integration-test</id>
<activation>
<property>
<name>integration-test</name>
<value>true</value>
</property>
</activation>
<modules>
<module>test</module>
</modules>
</profile>
...
Cam
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email