Repository: logging-log4j2
Updated Branches:
  refs/heads/master 843df122e -> c375ffd12


Update Maven Assembly plugin from unspecified to 3.0.0 to fix building
on Java 9. The build goes further than failing right away but still
fails. Note that you also need to set maven_opts=--add-modules
ALL-SYSTEM

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

Branch: refs/heads/master
Commit: c375ffd12ad55e6a626eacc421274dd70857569e
Parents: 843df12
Author: Gary Gregory <[email protected]>
Authored: Sun Jun 18 21:31:51 2017 -0700
Committer: Gary Gregory <[email protected]>
Committed: Sun Jun 18 21:31:51 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c375ffd1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5235378..808fd15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -934,6 +934,11 @@
             </execution>          
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>

Reply via email to