yup, there is already a maven model bug open for it. Originally this behaviour got introduced as 'fix' for SVN a loooong time ago. But you only need this if you like to do sparse releases anyway. In that case please just duplicate the <scm> section to your child poms as well for now.
LieGrue, strub ----- Original Message ----- > From: Stephen Connolly <[email protected]> > To: Maven Users List <[email protected]> > Cc: > Sent: Monday, February 20, 2012 11:38 AM > Subject: Re: problem scm in superPOM > >T hey are special elements. if inherited, the artifactId is appended... > you will just have to write each one in each module > > 2012/2/20 José Manuel Prieto <[email protected]>: >> Hi, >> >> I try configure to scm (for mvn release:prepare release:perform ) in my >> enterprise superPOM. But I have a problem. >> >> mySuperPom.xml (pom.xml) >> <properties> >> > <git.url>scm:git:ssh://[email protected]:/home/git/proyectos/</git.url> >> <dot.git>.git</dot.git> >> </properties> >> >> <scm> >> <url>${git.url}${project.name}${dot.git}</url> >> <connection>${git.url}${project.name}${dot.git}</connection> >> <developerConnection>${git.url}${project.name >> }${dot.git}</developerConnection> >> </scm> >> >> myPom.xml (pom.xml) >> <properties> >> <project.name>nasa_cierrestaquillasexportacion</project.name> >> </properties> >> >> myEffectivePOM.xml (pom.xml) >> <scm> >> <connection>scm:git:ssh://[email protected]: >> > /home/git/proyectos/nasa_cierrestaquillasexportacion.git/nasa_cierrestaquillasexportacion</connection> >> <developerConnection>scm:git:ssh://[email protected]: >> > /home/git/proyectos/nasa_cierrestaquillasexportacion.git/nasa_cierrestaquillasexportacion</developerConnection> >> <url>scm:git:ssh://[email protected]: >> > /home/git/proyectos/nasa_cierrestaquillasexportacion.git/nasa_cierrestaquillasexportacion</url> >> </scm> >> >> The question is, why put at the end?: >> scm:git:ssh://[email protected]: >> > /home/git/proyectos/nasa_cierrestaquillasexportacion.git/nasa_cierrestaquillasexportacion >> instead of: >> scm:git:ssh://[email protected]: >> /home/git/proyectos/nasa_cierrestaquillasexportacion.git >> why add /nasa_cierrestaquillasexportacion? >> >> If I put scm in myPom.xml all is correct. >> >> Thanks >> Jose Manuel Prieto > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
