From: Harald B. <bra...@gm...> - 2014-12-24 18:32:35
|
Hi, I would like to provide the changes to a standard maven Project. The advances would be the following - Modern IDEs can read the pom.xml and configure the Projects automatically (no manual selection where the source folders or the libraries are). - You doesn't need to check-in libraries like hamcrest or junit - It's much easier to deploy to the maven central repo (with the maven-release-plugin and some configurations for the Sonatype's OSSRH) I would change the folder Structure to a standard multi-project structure + xmlunit + xmlunit-core | + src | + main | | + java | | + resources | + test | + java | + resources + xmlunit-hamcrest | + src | + main | | + java | | + resources | + test | + java | + resources + xmlunit-legacy (The old code-base for a smoothly update to 2.x?) | + src | + main | | + java | | + resources | + test | + java | + resources + xmlunit-net (basically all remaining folders; I have no idea how do build this) + main | + net-constraints | + net-core + tests | + net-constraints | + net-core + lib (nunit.framework.dll, NUnitSummary.xsl, toolkit.xsl) There is "maybe" only one Problem: I have no clue how the .Net part works. with friendly regards, Harald Brabenetz > Gesendet: Mittwoch, 10. Dezember 2014 um 06:09 Uhr > Von: "Stefan Bodewig" <bo...@ap...> > An: xml...@li... > Betreff: [Xmlunit-general] xmlunit.org > > Hi all > > I've decided to register xmlunit.org, donate it to this project (albeit > there is nobody I can formally donate it to) and direct it to the > xmlunit organization's github page. > > I'll be changing the Java packages/.NET namespaces from net.sf.xmlunit > to org.xmlunit in the git master branch for 2.x soon. > > Stefan > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Xmlunit-general mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlunit-general > |