> break down for me.  I want the module with the java source to build first,
> then I want all the other modules to use that first guys jar, (unjar it),

This should be no problem if you simply set dependencies properly
between your modules.

> shove the properties file in, re jar it, then run the tests.  Problem is
> that I cannot have the source module at the same level as the properties
> modules, can I?

Why not?

> I guess I am having trouble even setting up what this project would look
> like.

Parent [type pom]
-module1 [as subdirectory with its own pom.xml etc, type jar]
-module2 with dependency on module1 [jar]
-module3 with dependency on module1 [jar]

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to