This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-server.git
commit 39d0a6cd890744586ee98daf5b5433429672ea01 Author: Pascal Schumacher <[email protected]> AuthorDate: Mon Jul 31 20:20:07 2017 +0200 create test-jar, which is used by the log4j-core-its module --- log4j-server/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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>
