Wrong.
What he's talking about is one service.xml that imports the stub service.xml files; end result is the same, one plugin with all of the services contained.
That said, we ran into some issues using separate service.xml files under the 6.0 series and reverted back to a single service.xml The single file is large and takes awhile to build the services for, but it works. Do yourself a favor and document it as you would any java source file, as comments always come in handy later on.
If the separate service.xml option was working, I definitely would have gone down that road. Allows the entities to be grouped together based upon function and would keep the file sizes manageable.
So I'd say go that route, but test it out and ensure it works before getting too far down the rabbit hole...
Please sign in to flag this as inappropriate.