In Helios, the old "EE Module Dependencies" was replaced with "Deployment Assembly" but it still does the same thing, allows for the addition of external projects, in this case, a pure Java Project.
This all works fine locally, but when I have Maven build the war for deployment, a jar is not added for the local java project. The project is not in Maven, but I have turned off the "resolve workspace dependencies" and in Eclipse 3.5, this would allow me to add the projects as described above, and have the jar's show up in the WEB-INF/lib folder.
Any ideas why this isn't working anymore?