Within a multiproject (have not tested standalone), when a war subproject contains java code and/or resources, but no test cases, the java code does not get compiled/the resources do not get copied and therefore not packaged.
Works fine in maven 1.0.2
Workaround: Adding a dummy unit test
What command are you running, ie what are you trying to do? A test project to reproduce the issue would also help.