> The only way I've found to accomplish this is to make a module with the
> resources / source code and have the parent depend on this module. That
> certainly feels like a hack to get around a packaging problem.

To me, this is not a hack. Maven does not really want you to have
source code in WAR projects. The problems you are experiencing are
related to that.

You should move the source code to JAR projects and depend on them.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to