Yes, I have MAVEN_OPTS set to that for all my builds. Ralph
> On May 26, 2016, at 7:42 AM, Mikael Ståldal <[email protected]> wrote: > > Yes, I used Java 8. > > With Java 7 I get: > Exception in thread "main" > Exception: java.lang.OutOfMemoryError thrown from the > UncaughtExceptionHandler in thread "main" > > Adding MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m" and it works. > > > On Thu, May 26, 2016 at 4:22 PM, Ralph Goers <[email protected] > <mailto:[email protected]>> wrote: > Are you using Java 8? Use Java 7 to build the site. There is a bug in a > component the CLIRR plugin uses. It is part of Apache Commons but Commons > hasn’t had a release of it in a long, long time. Gary and I are on the > Commons PMC (actually, any Apache committer can get commit rights to Commons > just by asking) and the discussion about this comes up from time to time. > > Ralph > >> On May 26, 2016, at 2:11 AM, Mikael Ståldal <[email protected] >> <mailto:[email protected]>> wrote: >> >> When I try to do "mvn site", I get this error: >> >> [INFO] Scanning for projects... >> [WARNING] >> [WARNING] Some problems were encountered while building the effective model >> for org.apache.logging.log4j:log4j-bom:pom:2.6 >> [WARNING] 'parent.relativePath' of POM >> org.apache.logging.log4j:log4j-bom:2.6 >> (/home/mikes/Dev/logging-log4j2/log4j-bom/pom.xml) points at >> org.apache.logging.log4j:log4j instead of org.apache:apache, please verify >> your project structure @ line 19, column 11 >> [WARNING] >> [WARNING] It is highly recommended to fix these problems because they >> threaten the stability of your build. >> [WARNING] >> [WARNING] For this reason, future Maven versions might no longer support >> building such malformed projects. >> [WARNING] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Build Order: >> [INFO] >> [INFO] Apache Log4j 2 >> [INFO] Apache Log4j API >> [INFO] Apache Log4j Core >> [INFO] Apache Log4j 1.x Compatibility API >> [INFO] Apache Log4j SLF4J Binding >> [INFO] Apache Log4j to SLF4J Adapter >> [INFO] Apache Log4j Commons Logging Bridge >> [INFO] Apache Log4j Flume Bridge >> [INFO] Apache Log4j Web >> [INFO] Apache Log4j Tag Library >> [INFO] Apache Log4j JMX GUI >> [INFO] Apache Log4j Samples >> [INFO] Apache Log4j Samples: Flume - Common >> [INFO] Apache Log4j Samples: Flume - Remote >> [INFO] Apache Log4j Samples: Flume - Embedded >> [INFO] Apache Log4j Samples: Configuration >> [INFO] Apache Log4j Samples: LoggerProperties >> [INFO] Apache Log4j BOM >> [INFO] Apache Log4j NoSQL >> [INFO] Apache Log4J Performance Tests >> [INFO] Apache Log4j Streaming Interface >> [INFO] Apache Log4j JUL Adapter >> [INFO] Apache Log4j Liquibase Binding >> [INFO] >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Apache Log4j 2 2.6 >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] >> [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-sitecss) @ log4j >> --- >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >> [INFO] Copying 58 resources >> [INFO] >> [INFO] --- maven-site-plugin:3.4:site (default-site) @ log4j --- >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-project-info-reports-plugin:2.8.1 >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-changes-plugin:2.12 >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-surefire-report-plugin:2.19.1 >> [INFO] configuring report plugin org.apache.rat:apache-rat-plugin:0.11 >> [INFO] Parent project loaded from repository: org.apache:apache:pom:9 >> [INFO] Relativizing decoration links with respect to project URL: >> http://logging.apache.org/log4j/2.x/ <http://logging.apache.org/log4j/2.x/> >> [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 >> skin. >> [INFO] Skipped "About" report >> (maven-project-info-reports-plugin:2.8.1:index), file "index.html" already >> exists for the English version. >> [INFO] Rendering 36 Doxia documents: 1 apt, 35 xdoc >> [INFO] Generating "Dependency Information" report --- >> maven-project-info-reports-plugin:2.8.1:dependency-info >> [INFO] Generating "Dependency Convergence" report --- >> maven-project-info-reports-plugin:2.8.1:dependency-convergence >> [INFO] Generating "Dependency Management" report --- >> maven-project-info-reports-plugin:2.8.1:dependency-management >> [INFO] Generating "Project Team" report --- >> maven-project-info-reports-plugin:2.8.1:project-team >> [INFO] Generating "Mailing Lists" report --- >> maven-project-info-reports-plugin:2.8.1:mailing-list >> [INFO] Generating "Issue Tracking" report --- >> maven-project-info-reports-plugin:2.8.1:issue-tracking >> [INFO] Generating "Project License" report --- >> maven-project-info-reports-plugin:2.8.1:license >> [INFO] Generating "Source Repository" report --- >> maven-project-info-reports-plugin:2.8.1:scm >> [INFO] Generating "Project Summary" report --- >> maven-project-info-reports-plugin:2.8.1:summary >> [INFO] Generating "Changes" report --- >> maven-changes-plugin:2.12:changes-report >> [INFO] Generating "JIRA Report" report --- >> maven-changes-plugin:2.12:jira-report >> [INFO] Generating "Rat Report" report --- >> apache-rat-plugin:0.11:rat >> [INFO] 68 implicit excludes (use -debug for more details). >> [INFO] Exclude: src/main/resources/META-INF/services/**/* >> [INFO] Exclude: .idea/**/* >> [INFO] Exclude: src/test/resources/**/* >> [INFO] Exclude: .vagrant/**/* >> [INFO] Exclude: src/ide/** >> [INFO] Exclude: **/*.asc >> [INFO] Exclude: src/site/resources/js/jquery.js >> [INFO] Exclude: src/site/resources/js/jquery.min.js >> [INFO] Exclude: log4j-distribution/target/**/* >> [INFO] 452 resources included (use -debug for more details) >> Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property >> 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit >> <http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit>' is not >> recognized. >> Compiler warnings: >> WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property >> 'http://javax.xml.XMLConstants/property/accessExternalDTD >> <http://javax.xml.xmlconstants/property/accessExternalDTD>' is not >> recognized.' >> Warning: org.apache.xerces.parsers.SAXParser: Feature >> 'http://javax.xml.XMLConstants/feature/secure-processing >> <http://javax.xml.xmlconstants/feature/secure-processing>' is not recognized. >> Warning: org.apache.xerces.parsers.SAXParser: Property >> 'http://javax.xml.XMLConstants/property/accessExternalDTD >> <http://javax.xml.xmlconstants/property/accessExternalDTD>' is not >> recognized. >> Warning: org.apache.xerces.parsers.SAXParser: Property >> 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit >> <http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit>' is not >> recognized. >> [INFO] >> [INFO] --- maven-pdf-plugin:1.2:pdf (pdf) @ log4j --- >> [INFO] Ignoring api call removed in maven 3, no reports are generated! >> [INFO] Ignoring api call removed in maven 3, no reports are generated! >> [INFO] Ignoring api call removed in maven 3, no reports are generated! >> [INFO] Ignoring api call removed in maven 3, no reports are generated! >> [INFO] >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Apache Log4j API 2.6 >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] >> [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-sitecss) @ >> log4j-api --- >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >> [INFO] Copying 58 resources >> [INFO] >> [INFO] --- maven-site-plugin:3.4:site (default-site) @ log4j-api --- >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-project-info-reports-plugin:2.8.1 >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-changes-plugin:2.12 >> [WARNING] changes-report report is declared twice in default reportSet >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-surefire-report-plugin:2.19.1 >> [INFO] configuring report plugin org.apache.rat:apache-rat-plugin:0.11 >> [INFO] configuring report plugin org.codehaus.mojo:clirr-maven-plugin:2.6.1 >> [INFO] preparing 'clirr' report requires 'compile' forked phase execution >> [INFO] >> [INFO] >>> clirr-maven-plugin:2.6.1:clirr > compile @ log4j-api >>> >> [INFO] >> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ log4j-api >> --- >> [INFO] Setting property: classpath.resource.loader.class => >> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. >> [INFO] Setting property: velocimacro.messages.on => 'false'. >> [INFO] Setting property: resource.loader => 'classpath'. >> [INFO] Setting property: resource.manager.logwhenfound => 'false'. >> [INFO] >> [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ >> log4j-api --- >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >> [INFO] skip non existing resourceDirectory >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/resources >> [INFO] Copying 3 resources >> [INFO] >> [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ log4j-api >> --- >> [INFO] Changes detected - recompiling the module! >> [INFO] Compiling 96 source files to >> /home/mikes/Dev/logging-log4j2/log4j-api/target/classes >> [WARNING] bootstrap class path not set in conjunction with -source 1.7 >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/Logger.java:[22,36] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/ExtendedLogger.java:[23,36] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[36,36] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1832,16] >> [deprecation] logIfEnabled(String,Level,Marker,MessageSupplier,Throwable) >> in ExtendedLogger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2589,16] >> [deprecation] warn(MessageSupplier,Throwable) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2584,16] >> [deprecation] warn(MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2579,16] >> [deprecation] warn(Marker,MessageSupplier,Throwable) in Logger has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2574,16] >> [deprecation] warn(Marker,MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2268,16] >> [deprecation] trace(MessageSupplier,Throwable) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2263,16] >> [deprecation] trace(MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2258,16] >> [deprecation] trace(Marker,MessageSupplier,Throwable) in Logger has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2253,16] >> [deprecation] trace(Marker,MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1702,16] >> [deprecation] log(Level,MessageSupplier,Throwable) in Logger has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1697,16] >> [deprecation] log(Level,MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1692,16] >> [deprecation] log(Level,Marker,MessageSupplier,Throwable) in Logger has >> been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1687,16] >> [deprecation] log(Level,Marker,MessageSupplier) in Logger has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1370,16] >> [deprecation] info(MessageSupplier,Throwable) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1365,16] >> [deprecation] info(MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1360,16] >> [deprecation] info(Marker,MessageSupplier,Throwable) in Logger has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1355,16] >> [deprecation] info(Marker,MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1104,16] >> [deprecation] fatal(MessageSupplier,Throwable) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1099,16] >> [deprecation] fatal(MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1094,16] >> [deprecation] fatal(Marker,MessageSupplier,Throwable) in Logger has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1089,16] >> [deprecation] fatal(Marker,MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[924,17] >> [deprecation] <R>exit(R) in Logger has been deprecated >> [WARNING] where R is a type-variable: >> R extends Object declared in method <R>exit(R) >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[919,16] >> [deprecation] exit() in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[797,16] >> [deprecation] error(MessageSupplier,Throwable) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[792,16] >> [deprecation] error(MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[787,16] >> [deprecation] error(Marker,MessageSupplier,Throwable) in Logger has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[782,16] >> [deprecation] error(Marker,MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[590,16] >> [deprecation] entry() in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[385,16] >> [deprecation] debug(MessageSupplier,Throwable) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[380,16] >> [deprecation] debug(MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[375,16] >> [deprecation] debug(Marker,MessageSupplier,Throwable) in Logger has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[370,16] >> [deprecation] debug(Marker,MessageSupplier) in Logger has been deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[370,49] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[375,49] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[380,28] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[385,28] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[639,63] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[782,49] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[787,49] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[792,28] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[797,28] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1089,49] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1094,49] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1099,28] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1104,28] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1355,48] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1360,48] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1365,27] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1370,27] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1687,66] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1692,66] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1697,45] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1702,45] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1833,18] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[1989,18] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2253,49] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2258,49] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2263,28] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2268,28] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2574,48] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2579,48] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2584,27] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java:[2589,27] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/util/LambdaUtil.java:[73,36] >> [deprecation] MessageSupplier in org.apache.logging.log4j.util has been >> deprecated >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.java:[40,11] >> [serial] serializable class StatusMessage has no definition of >> serialVersionUID >> [WARNING] >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java:[142,57] >> [unchecked] unchecked cast >> [WARNING] required: T >> found: CAP#1 >> where T is a type-variable: >> T extends Object declared in method <T>newInstanceOf(String) >> where CAP#1 is a fresh type-variable: >> CAP#1 extends Object from capture of ? >> /home/mikes/Dev/logging-log4j2/log4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java:[145,40] >> [unchecked] unchecked cast >> [INFO] >> [INFO] <<< clirr-maven-plugin:2.6.1:clirr < compile @ log4j-api <<< >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-checkstyle-plugin:2.17 >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-javadoc-plugin:2.10.3 >> [INFO] preparing 'javadoc' report requires 'generate-sources' forked phase >> execution >> [INFO] >> [INFO] >>> maven-javadoc-plugin:2.10.3:javadoc > generate-sources @ >> log4j-api >>> >> [INFO] >> [INFO] <<< maven-javadoc-plugin:2.10.3:javadoc < generate-sources @ >> log4j-api <<< >> [INFO] configuring report plugin >> org.codehaus.mojo:findbugs-maven-plugin:3.0.3 >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-jxr-plugin:2.5 >> [INFO] configuring report plugin >> org.apache.maven.plugins:maven-pmd-plugin:3.6 >> [INFO] Fork Value is true >> [java] Warnings generated: 8 >> [INFO] Done FindBugs Analysis.... >> [INFO] Parent project loaded from repository: org.apache:apache:pom:9 >> [INFO] Relativizing decoration links with respect to project URL: >> http://logging.apache.org/log4j/2.x/log4j-api/ >> <http://logging.apache.org/log4j/2.x/log4j-api/> >> [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 >> skin. >> [INFO] Skipped "About" report >> (maven-project-info-reports-plugin:2.8.1:index), file "index.html" already >> exists for the English version. >> [INFO] Rendering 1 Doxia document: 1 xdoc >> [INFO] Generating "Dependencies" report --- >> maven-project-info-reports-plugin:2.8.1:dependencies >> [INFO] Generating "Dependency Information" report --- >> maven-project-info-reports-plugin:2.8.1:dependency-info >> [INFO] Generating "Dependency Convergence" report --- >> maven-project-info-reports-plugin:2.8.1:dependency-convergence >> [INFO] Generating "Dependency Management" report --- >> maven-project-info-reports-plugin:2.8.1:dependency-management >> [INFO] Generating "Project Team" report --- >> maven-project-info-reports-plugin:2.8.1:project-team >> [INFO] Generating "Mailing Lists" report --- >> maven-project-info-reports-plugin:2.8.1:mailing-list >> [INFO] Generating "Issue Tracking" report --- >> maven-project-info-reports-plugin:2.8.1:issue-tracking >> [INFO] Generating "Project License" report --- >> maven-project-info-reports-plugin:2.8.1:license >> [INFO] Generating "Source Repository" report --- >> maven-project-info-reports-plugin:2.8.1:scm >> [INFO] Generating "Project Summary" report --- >> maven-project-info-reports-plugin:2.8.1:summary >> [INFO] Generating "JIRA Report" report --- >> maven-changes-plugin:2.12:jira-report >> [INFO] Generating "Rat Report" report --- >> apache-rat-plugin:0.11:rat >> [INFO] 51 implicit excludes (use -debug for more details). >> [INFO] Exclude: src/main/resources/META-INF/services/**/* >> [INFO] Exclude: .idea/**/* >> [INFO] Exclude: src/test/resources/**/* >> [INFO] Exclude: .vagrant/**/* >> [INFO] Exclude: src/ide/** >> [INFO] Exclude: **/*.asc >> [INFO] Exclude: src/site/resources/js/jquery.js >> [INFO] Exclude: src/site/resources/js/jquery.min.js >> [INFO] Exclude: log4j-distribution/target/**/* >> [INFO] 154 resources included (use -debug for more details) >> Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property >> 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit >> <http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit>' is not >> recognized. >> Compiler warnings: >> WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property >> 'http://javax.xml.XMLConstants/property/accessExternalDTD >> <http://javax.xml.xmlconstants/property/accessExternalDTD>' is not >> recognized.' >> Warning: org.apache.xerces.parsers.SAXParser: Feature >> 'http://javax.xml.XMLConstants/feature/secure-processing >> <http://javax.xml.xmlconstants/feature/secure-processing>' is not recognized. >> Warning: org.apache.xerces.parsers.SAXParser: Property >> 'http://javax.xml.XMLConstants/property/accessExternalDTD >> <http://javax.xml.xmlconstants/property/accessExternalDTD>' is not >> recognized. >> Warning: org.apache.xerces.parsers.SAXParser: Property >> 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit >> <http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit>' is not >> recognized. >> [INFO] Generating "Clirr" report --- >> clirr-maven-plugin:2.6.1:clirr >> [INFO] Comparing to version: 2.5 >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Apache Log4j 2 ..................................... SUCCESS [ 22.131 >> s] >> [INFO] Apache Log4j API ................................... FAILURE [ 54.358 >> s] >> [INFO] Apache Log4j Core .................................. SKIPPED >> [INFO] Apache Log4j 1.x Compatibility API ................. SKIPPED >> [INFO] Apache Log4j SLF4J Binding ......................... SKIPPED >> [INFO] Apache Log4j to SLF4J Adapter ...................... SKIPPED >> [INFO] Apache Log4j Commons Logging Bridge ................ SKIPPED >> [INFO] Apache Log4j Flume Bridge .......................... SKIPPED >> [INFO] Apache Log4j Web ................................... SKIPPED >> [INFO] Apache Log4j Tag Library ........................... SKIPPED >> [INFO] Apache Log4j JMX GUI ............................... SKIPPED >> [INFO] Apache Log4j Samples ............................... SKIPPED >> [INFO] Apache Log4j Samples: Flume - Common ............... SKIPPED >> [INFO] Apache Log4j Samples: Flume - Remote ............... SKIPPED >> [INFO] Apache Log4j Samples: Flume - Embedded ............. SKIPPED >> [INFO] Apache Log4j Samples: Configuration ................ SKIPPED >> [INFO] Apache Log4j Samples: LoggerProperties ............. SKIPPED >> [INFO] Apache Log4j BOM ................................... SKIPPED >> [INFO] Apache Log4j NoSQL ................................. SKIPPED >> [INFO] Apache Log4J Performance Tests ..................... SKIPPED >> [INFO] Apache Log4j Streaming Interface ................... SKIPPED >> [INFO] Apache Log4j JUL Adapter ........................... SKIPPED >> [INFO] Apache Log4j Liquibase Binding ..................... SKIPPED >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 01:17 min >> [INFO] Finished at: 2016-05-26T11:04:14+02:00 >> [INFO] Final Memory: 109M/1000M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on >> project log4j-api: Execution default-site of goal >> org.apache.maven.plugins:maven-site-plugin:3.4:site failed: Invalid byte tag >> in constant pool: 18 -> [Help 1] >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e >> switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, please >> read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException >> <http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException> >> [ERROR] >> [ERROR] After correcting the problems, you can resume the build with the >> command >> [ERROR] mvn <goals> -rf :log4j-api >> >> >> -- >> >> >> Mikael Ståldal >> Senior software developer >> >> Magine TV >> [email protected] <mailto:[email protected]> >> Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com >> <http://www.magine.com/> >> >> Privileged and/or Confidential Information may be contained in this message. >> If you are not the addressee indicated in this message >> (or responsible for delivery of the message to such a person), you may not >> copy or deliver this message to anyone. In such case, >> you should destroy this message and kindly notify the sender by reply email. >> > > > > > -- > > > Mikael Ståldal > Senior software developer > > Magine TV > [email protected] <mailto:[email protected]> > Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com > <http://www.magine.com/> > > Privileged and/or Confidential Information may be contained in this message. > If you are not the addressee indicated in this message > (or responsible for delivery of the message to such a person), you may not > copy or deliver this message to anyone. In such case, > you should destroy this message and kindly notify the sender by reply email. >
