Author: michaelo
Date: Thu Nov 13 13:56:01 2014
New Revision: 1639324
URL: http://svn.apache.org/r1639324
Log:
[MPIR-279] Wrong hyperlinks on index and modules page
Fix POMs for Dependency Covergence Report: neither was the parent declared with
packaging pom nor had the modules the relative path set. Thanks to Stuart
McCulloch
Modified:
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/dependency-convergence-plugin-config.xml
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject1/pom.xml
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject2/pom.xml
Modified:
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/dependency-convergence-plugin-config.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/dependency-convergence-plugin-config.xml?rev=1639324&r1=1639323&r2=1639324&view=diff
==============================================================================
---
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/dependency-convergence-plugin-config.xml
(original)
+++
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/dependency-convergence-plugin-config.xml
Thu Nov 13 13:56:01 2014
@@ -22,7 +22,7 @@ under the License.
<groupId>org.apache.maven.plugin.projectinfo.tests</groupId>
<artifactId>dependency-convergence</artifactId>
<version>1.0-SNAPSHOT</version>
- <packaging>jar</packaging>
+ <packaging>pom</packaging>
<name>dependency-convergence project info</name>
<dependencies>
<dependency>
Modified:
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject1/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject1/pom.xml?rev=1639324&r1=1639323&r2=1639324&view=diff
==============================================================================
---
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject1/pom.xml
(original)
+++
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject1/pom.xml
Thu Nov 13 13:56:01 2014
@@ -23,6 +23,7 @@ under the License.
<groupId>org.apache.maven.plugin.projectinfo.tests</groupId>
<artifactId>dependency-convergence</artifactId>
<version>1.0-SNAPSHOT</version>
+ <relativePath>../dependency-convergence-plugin-config.xml</relativePath>
</parent>
<groupId>org.apache.maven.plugin.projectinfo.tests</groupId>
<artifactId>project1</artifactId>
Modified:
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject2/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject2/pom.xml?rev=1639324&r1=1639323&r2=1639324&view=diff
==============================================================================
---
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject2/pom.xml
(original)
+++
maven/plugins/branches/MPIR-279/src/test/resources/plugin-configs/subproject2/pom.xml
Thu Nov 13 13:56:01 2014
@@ -23,6 +23,7 @@ under the License.
<groupId>org.apache.maven.plugin.projectinfo.tests</groupId>
<artifactId>dependency-convergence</artifactId>
<version>1.0-SNAPSHOT</version>
+ <relativePath>../dependency-convergence-plugin-config.xml</relativePath>
</parent>
<groupId>org.apache.maven.plugin.projectinfo.tests</groupId>
<artifactId>project2</artifactId>