You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2020/08/08 09:39:47 UTC

[logging-log4cxx] 02/04: Keep the dependencies, but try to make more use of them regarding necessary binaries to test with.

This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a commit to branch gphr_30_docs
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit bc4679e44e94d4d621a975f1f2ec03ac3b0f39db
Author: Thorsten Schöning <ts...@am-soft.de>
AuthorDate: Sat Aug 8 10:59:38 2020 +0200

    Keep the dependencies, but try to make more use of them regarding necessary binaries to test with.
    
    This reverts commit b42df2f2a6f8b1eafc6ad36b222c2a0edf8a7244.
---
 pom.xml           | 1 +
 src/site/site.xml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index b77bfce..fe1cccc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,6 +372,7 @@
 					<reportSet>
 						<reports>
 							<report>scm</report>
+							<report>dependencies</report>
 							<report>mailing-list</report>
 							<report>license</report>
 						</reports>
diff --git a/src/site/site.xml b/src/site/site.xml
index 1a9c6f8..c19d505 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -103,6 +103,9 @@
 			<item	name="Repository"
 					href="/source-repository.html"
 			/>
+			<item	name="Dependencies"
+					href="dependencies.html"
+			/>
 			<item	name="Building"
 					href="/building/index.html">
 				<item	name="Apache Maven 2"