Hello. I'm trying to reduce the redundancy of my existing POM files with inheritance. I've run into an issue with the generated sites.
The parent pom: http://waste.io7m.com/2015/08/08/jnull.pom A submodule pom: http://waste.io7m.com/2015/08/08/jnull-core.pom The deployed site, note the correct URI for the source repository (not actually uploaded to GitHub yet): http://waste.io7m.com/2015/08/08/staging/source-repository.html Now note the incorrect URI in the submodule, because something is appending the artifactId: http://waste.io7m.com/2015/08/08/staging/io7m-jnull-core/source-repository.html Obviously, noone can clone the latter URI, as that's not how GitHub is arranged. I don't want to have to redefine the SCM element in all of the modules. Any idea what's at fault here? How can I fix it? M --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
