Say I've got a super pom with a defined SCM section like so:
<scm>
<connection>scm:git:git://server/repos/${artifactId}.git</connection>
</scm>

Well in the child pom, it's taking the super pom's name and appending /
child pom's name.
Like so:
<scm>
<connection>scm:git:git://server/repos/Super/Child.git</connection>
</scm>

That's not what I wanted it to do, I need it to just have Child.git without
the super/ stuff
How do I ensure that happens?

Thanks,
David

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to