Description of problem: I'm using XMLUnit in an Eclipse Java project, all installed via fedora repo. For running the tests I have to specify the xmlunit src folder, but the package doesn't contain any sources. So I downloaded xml sources from sourceforge, told eclipse where the source folder is and everything works pretty well. → Please package the sources of xmlunit too.
Source for most of packages is included in as part of source RPM (SRPM), which can be installed by rpm to users $HOME (you don't even need to be root). yumdownloader --source xmlunit rpm -D "_sourcedir $HOME/src" -Uvh xmlunit-*.src.rpm