You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/08/01 19:12:32 UTC

[1/2] logging-log4j-tools git commit: create test-jar, which is used by the log4j-core-its module

Repository: logging-log4j-tools
Updated Branches:
  refs/heads/master b707e7beb -> f65992e40


create test-jar, which is used by the log4j-core-its module


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/commit/39d0a6cd
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/tree/39d0a6cd
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/diff/39d0a6cd

Branch: refs/heads/master
Commit: 39d0a6cd890744586ee98daf5b5433429672ea01
Parents: b707e7b
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Mon Jul 31 20:20:07 2017 +0200
Committer: Mikael Ståldal <mi...@staldal.nu>
Committed: Tue Aug 1 21:11:10 2017 +0200

----------------------------------------------------------------------
 log4j-server/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/blob/39d0a6cd/log4j-server/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-server/pom.xml b/log4j-server/pom.xml
index 36098e0..9674ab8 100644
--- a/log4j-server/pom.xml
+++ b/log4j-server/pom.xml
@@ -125,6 +125,17 @@
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
   <reporting>


[2/2] logging-log4j-tools git commit: Closes 1

Posted by mi...@apache.org.
Closes 1


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/commit/f65992e4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/tree/f65992e4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/diff/f65992e4

Branch: refs/heads/master
Commit: f65992e4037e5b2734990eed2392abfa2728dd8b
Parents: 39d0a6c
Author: Mikael Ståldal <mi...@staldal.nu>
Authored: Tue Aug 1 21:12:08 2017 +0200
Committer: Mikael Ståldal <mi...@staldal.nu>
Committed: Tue Aug 1 21:12:08 2017 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------