mirror of https://github.com/apache/maven.git
fix scm reporting
This commit is contained in:
parent
89a22f180d
commit
73f90d1c7c
|
@ -40,7 +40,7 @@ under the License.
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git</connection>
|
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git</connection>
|
||||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git</developerConnection>
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git</developerConnection>
|
||||||
<url>https://git-wip-us.apache.org/repos/asf?p=maven-integration-testing.git</url>
|
<url>https://github.com/apache/maven-integration-testing/tree/${project.scm.tag}</url>
|
||||||
</scm>
|
</scm>
|
||||||
<ciManagement>
|
<ciManagement>
|
||||||
<system>Jenkins</system>
|
<system>Jenkins</system>
|
||||||
|
@ -113,6 +113,12 @@ under the License.
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||||
<version>2.7</version>
|
<version>2.7</version>
|
||||||
|
<configuration>
|
||||||
|
<dependencyLocationsEnabled>false</dependencyLocationsEnabled><!-- waiting for MPIR-267 -->
|
||||||
|
<!-- pin down urls to to avoid interpolated values from the modules, waiting for MPIR-290 -->
|
||||||
|
<anonymousConnection>${project.scm.connection}</anonymousConnection>
|
||||||
|
<developerConnection>${project.scm.developerConnection}</developerConnection>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|
Loading…
Reference in New Issue