You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2014/09/29 16:06:08 UTC

git commit: Add Maven stuff to allow 'mvn site' to build the JUL module.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 24de5064d -> 1201fa3d6


Add Maven stuff to allow 'mvn site' to build the JUL module.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1201fa3d
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1201fa3d
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1201fa3d

Branch: refs/heads/master
Commit: 1201fa3d6093727b707bfbfcc380a8e3ef856232
Parents: 24de506
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Sep 29 10:06:04 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Sep 29 10:06:04 2014 -0400

----------------------------------------------------------------------
 log4j-jul/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1201fa3d/log4j-jul/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml
index c08d56e..8a98ed2 100644
--- a/log4j-jul/pom.xml
+++ b/log4j-jul/pom.xml
@@ -23,9 +23,14 @@
     <artifactId>log4j</artifactId>
     <groupId>org.apache.logging.log4j</groupId>
     <version>2.1-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
+  <properties>
+    <log4jParentDir>${basedir}/..</log4jParentDir>
+  </properties>
+
   <artifactId>log4j-jul</artifactId>
   <name>Apache Log4j JUL Adaptor</name>
   <description>The Apache Log4j implementation of java.util.logging</description>