Author: rgoers
Date: Sat Jul 28 14:13:02 2012
New Revision: 1366679
URL: http://svn.apache.org/viewvc?rev=1366679&view=rev
Log:
Fix project directory svn links.
Modified:
logging/log4j/log4j2/trunk/api/pom.xml
logging/log4j/log4j2/trunk/core/pom.xml
logging/log4j/log4j2/trunk/flume-ng/pom.xml
logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
logging/log4j/log4j2/trunk/log4j12-api/pom.xml
logging/log4j/log4j2/trunk/pom.xml
logging/log4j/log4j2/trunk/slf4j-impl/pom.xml
Modified: logging/log4j/log4j2/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/pom.xml?rev=1366679&r1=1366678&r2=1366679&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/api/pom.xml Sat Jul 28 14:13:02 2012
@@ -31,6 +31,7 @@
<properties>
<log4jParentDir>${basedir}/..</log4jParentDir>
<docLabel>API Documentation</docLabel>
+ <projectDir>/api</projectDir>
</properties>
<dependencies>
<dependency>
Modified: logging/log4j/log4j2/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/pom.xml?rev=1366679&r1=1366678&r2=1366679&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/core/pom.xml (original)
+++ logging/log4j/log4j2/trunk/core/pom.xml Sat Jul 28 14:13:02 2012
@@ -31,6 +31,7 @@
<properties>
<log4jParentDir>${basedir}/..</log4jParentDir>
<docLabel>Core Documentation</docLabel>
+ <projectDir>/core</projectDir>
</properties>
<dependencies>
<dependency>
Modified: logging/log4j/log4j2/trunk/flume-ng/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-ng/pom.xml?rev=1366679&r1=1366678&r2=1366679&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/flume-ng/pom.xml (original)
+++ logging/log4j/log4j2/trunk/flume-ng/pom.xml Sat Jul 28 14:13:02 2012
@@ -31,6 +31,7 @@
<properties>
<log4jParentDir>${basedir}/..</log4jParentDir>
<docLabel>Flume Documentation</docLabel>
+ <projectDir>/flume-ng</projectDir>
</properties>
<dependencies>
<dependency>
Modified: logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/jcl-bridge/pom.xml?rev=1366679&r1=1366678&r2=1366679&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/jcl-bridge/pom.xml (original)
+++ logging/log4j/log4j2/trunk/jcl-bridge/pom.xml Sat Jul 28 14:13:02 2012
@@ -33,6 +33,7 @@
<properties>
<log4jParentDir>${basedir}/..</log4jParentDir>
<docLabel>JCL Bridge Documentation</docLabel>
+ <projectDir>/jcl-bridge</projectDir>
</properties>
<dependencies>
<dependency>
Modified: logging/log4j/log4j2/trunk/log4j12-api/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j12-api/pom.xml?rev=1366679&r1=1366678&r2=1366679&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j12-api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j12-api/pom.xml Sat Jul 28 14:13:02 2012
@@ -31,6 +31,7 @@
<properties>
<log4jParentDir>${basedir}/..</log4jParentDir>
<docLabel>Log4j 1.2 Documentation</docLabel>
+ <projectDir>/log4j12-api</projectDir>
</properties>
<dependencies>
<dependency>
Modified: logging/log4j/log4j2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1366679&r1=1366678&r2=1366679&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Sat Jul 28 14:13:02 2012
@@ -102,6 +102,7 @@
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
<docLabel>Site Documentation</docLabel>
+ <projectDir></projectDir>
</properties>
<dependencyManagement>
<dependencies>
@@ -362,9 +363,26 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.4</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>index</report>
+ <report>dependencies</report>
+ <report>dependency-convergence</report>
+ <report>dependency-management</report>
+ <report>project-team</report>
+ <report>mailing-list</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>scm</report>
+ <report>summary</report>
+ </reports>
+ </reportSet>
+ </reportSets>
<configuration>
-
<webAccessUrl>https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk</webAccessUrl>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk</developerConnection>
+
<webAccessUrl>https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk${projectDir}</webAccessUrl>
+
<anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk${projectDir}</anonymousConnection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk${projectDir}</developerConnection>
</configuration>
</plugin>
<!-- Surefire report -->
Modified: logging/log4j/log4j2/trunk/slf4j-impl/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/pom.xml?rev=1366679&r1=1366678&r2=1366679&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/slf4j-impl/pom.xml (original)
+++ logging/log4j/log4j2/trunk/slf4j-impl/pom.xml Sat Jul 28 14:13:02 2012
@@ -31,6 +31,7 @@
<properties>
<log4jParentDir>${basedir}/..</log4jParentDir>
<docLabel>SLF4J Documentation</docLabel>
+ <projectDir>/slf4j-impl</projectDir>
</properties>
<dependencies>
<dependency>