mirror of https://github.com/apache/maven.git
fix scm connection and developerConnection values in modules, waiting
for maven-scm support of default inherited values, which appends /${artifactId}
This commit is contained in:
parent
65e219f621
commit
f27287ce24
|
@ -34,6 +34,11 @@
|
||||||
<distributionFileName>${distributionId}-${project.version}</distributionFileName>
|
<distributionFileName>${distributionId}-${project.version}</distributionFileName>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||||
|
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||||
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||||
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
|
|
Loading…
Reference in New Issue