From: Harald B. <bra...@gm...> - 2014-12-29 06:47:05
|
Hi, something must be wrong with the mailing-list. I doesn't got your answer. And my mail also not appears on the mailing-list archive. I think (or fear...) everyone get permission on sonatype who asks friendly :) In the xmlunit/pom.xml you must change the scm section to the main xmlunit repository: <scm> <connection>scm:git:https://github.com/xmlunit/xmlunit.git</connection> <developerConnection>scm:git:https://github.com/xmlunit/xmlunit.git</developerConnection> <url>https://github.com/xmlunit/xmlunit/</url> </scm> - "mvn install" : works fine and run all unittests - "mvn deploy" : should deploy the SNAPSHOT release to sonatype - "mvn release:prepare" : should prepare the TAG, update Versions and push to GitHub - "mvn release:perform" : checkout the TAGed version and deploy the release to Sonatype, where it can be tested and sync to central. For "mvn deploy" I only got "permission denied" (I doesn't have asked friendly now :) ). I couldn't test the release tasks (therefor was the alpha release). with friendly regards Harald > Gesendet: Freitag, 26. Dezember 2014 um 19:01 Uhr > Von: "Stefan Bodewig" <bo...@ap...> > An: "Harald Brabenetz" <bra...@gm...> > Cc: xml...@li... > Betreff: Re: [Xmlunit-general] xmlunit.org > > 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! > > Not sure whether you've received my response I sent to the list (I don't > see it inside the archives, yet). > > > I changed the groupId to "org.xmlunit" (according to the new homepage) > > Sounds right. > > > If this is OK for you, I will release an alpha release "2.0-alpha1" to > > test the release plugin (and all depending parts like Sonatype, > > GitHub). > > I'd sincerly hope Sonatype won't let you push artifacts to the > org.xmlunit groupId, at least not yet. Currently I've got the > privileges to push to xmlunit and wanted to obtain them for org.xmlunit > soon. > > Content wise I don't feel we are ready for an alpha release, but would > be fine with SNAPSHOTs. Those should be created from the main xmlunit > repository, of course. > > Cheers > > Stefan > |