Il mer 16 gen 2019, 10:28 Norbert Kalmar <[email protected]> ha scritto:
> Thanks for reporting! > I think it should be the gitbox one. > > I figured there will be some bugs in maven, so I used this task for the > contrib fix already, and plan to use it for the fixes to > come: ZOOKEEPER-3122 > You can create quick-fixes on this ticket, or just let me know and I can do > the fix. > > I can commit this with the assembly PR, or if you need it sooner (assembly > will be committed probably early next week, as we always leave time to > review, a separate quickfix PR for this can probably merged today or > tomorrow) I can do a seperate PR for it (or if you wish publish the PR > yourself). > Okay for committing on assembly PR Thanks Enrico > > Regards, > Norbert > > On Tue, Jan 15, 2019 at 9:43 PM Enrico Olivelli <[email protected]> > wrote: > > > Hi, > > in the new Maven pom we have a wrong scm XML tag: > > > > It looks like: > > > > <scm> > > <connection>scm:git:git://git.apache.org/zookeeper.git</connection> > > <developerConnection>scm:git: > > https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection> > > <url>https://gitbox.apache.org/repos/asf/zookeeper.git</url> > > </scm> > > > > It should be: > > > > <scm> > > <connection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git > > </connection> > > <developerConnection>scm:git: > > https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection> > > <url>https://gitbox.apache.org/repos/asf/zookeeper.git</url> > > </scm> > > > > or maybe: > > > > <scm> > > <connection>scm:git:https://github.com/apache/zookeeper.git</connection> > > <developerConnection>scm:git:https://github.com/apache/zookeeper.git > > </developerConnection> > > <url>https://gitbox.apache.org/repos/asf/zookeeper.git</url> > > </scm> > > > > It is important to have such tag in order to be able to use the Maven > > Release Plugin to perform the release > > > > It would be very good to be able to use the standard Maven procedure > > for packaging and performing the release. > > > > Enrico > > > -- -- Enrico Olivelli
