Hmm, thats still not clear since "module of" and "depends upon" are totally different relationships.
B module of A means that in A's pom you have a <module>B</module> whereas A depends on B means that in A's pom you have a <dependency><artifactId>B</artifactId> ... </dependency> On 10/16/07, Jason Nerothin <[EMAIL PROTECTED]> wrote: > A -> B means "B is a module of A" or "A depends upon B" > > On 10/16/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > > > Its hard to tell from your email.. Are you saying A->B == A depends on > > B? or B depends on A? Perhaps just use English to explain. > > > > Wayne > > > > On 10/16/07, Jason Nerothin <[EMAIL PROTECTED]> wrote: > > > How do I get maven to do a clean compile of project D when I have the > > > following situation: > > > > > > A -> B > > > > > > C -> B > > > > > > D -> A and D->C, > > > > > > where letters are projects and arrows mean "module of"? > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
