From: Stefan B. <bo...@ap...> - 2014-12-29 05:54:23
|
[looks as if sourceforge's infra is undergoing serious problems, their SMTP server is denying connections because it's under too big a load and when I tried to report the problem via the issue tracker I received a server error page] On 2014-12-27, Stefan Bodewig wrote: > On 2014-12-26, Harald Brabenetz wrote: >> I made the first working draft: >> https://github.com/brabenetz/xmlunit >> checkout and "mvn install" works fine with unit-tests. > I'll take a look at it soon, not sure whether I'll get there today, > thanks! Again, many thanks Harald. Before you put any more effort into it, let's try to figure out what we really need. I think we should inherit from Sonatype's OSS parent which will immediately give us a lot of stuff you've put into the profile and pluginManagement. I'd like to have xmlunit-core use the artifactId xmlunit-core and I'm pretty sure it doesn't need JUnit at compile time. The Ant build currently creates xmlunit-sumo that I intended as a drop-in replacement for xmlunit.jar of 1.x. It really just is the combined content of xmlunit-core and xmlunit-legacy, something we can probably achieve with some shading. Cheers Stefan |