You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2022/07/10 11:10:18 UTC

[wicket] 01/01: Start next development version

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 4f796892249850cfc29923ae76433d2573c5c604
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Sun Jul 10 13:10:09 2022 +0200

    Start next development version
---
 archetypes/quickstart/pom.xml                      |     2 +-
 pom.xml                                            |    46 +-
 release.out                                        | 17274 +++++++++++++++++++
 testing/wicket-common-tests/pom.xml                |     2 +-
 testing/wicket-js-tests/pom.xml                    |     2 +-
 wicket-auth-roles/pom.xml                          |     2 +-
 wicket-bean-validation/pom.xml                     |     2 +-
 wicket-cdi/pom.xml                                 |     2 +-
 wicket-core/pom.xml                                |     2 +-
 wicket-devutils/pom.xml                            |     2 +-
 wicket-examples/pom.xml                            |     2 +-
 wicket-experimental/pom.xml                        |     2 +-
 wicket-experimental/wicket-http2/pom.xml           |     4 +-
 .../wicket-http2/wicket-http2-core/pom.xml         |     2 +-
 .../wicket-http2/wicket-http2-jetty/pom.xml        |     2 +-
 .../wicket-http2/wicket-http2-servlet4/pom.xml     |     2 +-
 .../wicket-http2/wicket-http2-tomcat/pom.xml       |     2 +-
 .../wicket-http2/wicket-http2-undertow/pom.xml     |     2 +-
 wicket-experimental/wicket-metrics/pom.xml         |     4 +-
 wicket-extensions/pom.xml                          |     2 +-
 wicket-guice/pom.xml                               |     2 +-
 wicket-ioc/pom.xml                                 |     2 +-
 wicket-jmx/pom.xml                                 |     2 +-
 wicket-native-websocket/pom.xml                    |     2 +-
 .../wicket-native-websocket-core/pom.xml           |     2 +-
 .../wicket-native-websocket-javax/pom.xml          |     2 +-
 wicket-objectsizeof-agent/pom.xml                  |     2 +-
 wicket-request/pom.xml                             |     2 +-
 wicket-spring/pom.xml                              |     2 +-
 wicket-user-guide/pom.xml                          |     2 +-
 wicket-util/pom.xml                                |     2 +-
 wicket-velocity/pom.xml                            |     2 +-
 wicket/pom.xml                                     |     2 +-
 33 files changed, 17330 insertions(+), 56 deletions(-)

diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index acde005a74..35ab681b96 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>9.11.0-SNAPSHOT</version>
+		<version>9.12.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-archetype-quickstart</artifactId>
diff --git a/pom.xml b/pom.xml
index 8173982df1..30fd88f8be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>9.11.0-SNAPSHOT</version>
+	<version>9.12.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -339,37 +339,37 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>pom</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-auth-roles</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-bean-validation</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-cdi</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-core</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-devutils</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
@@ -380,97 +380,97 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-extensions</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-guice</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-ioc</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-jmx</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-core</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-javax</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-request</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-spring</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-util</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-velocity</artifactId>
-				<version>9.11.0-SNAPSHOT</version>
+				<version>9.12.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket9</groupId>
 				<artifactId>wicket-http2-core</artifactId>
-				<version>0.22-SNAPSHOT</version>
+				<version>0.23-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket9</groupId>
 				<artifactId>wicket-http2-jetty</artifactId>
-				<version>0.22-SNAPSHOT</version>
+				<version>0.23-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket9</groupId>
 				<artifactId>wicket-http2-servlet4</artifactId>
-				<version>0.22-SNAPSHOT</version>
+				<version>0.23-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket9</groupId>
 				<artifactId>wicket-http2-tomcat</artifactId>
-				<version>0.22-SNAPSHOT</version>
+				<version>0.23-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket9</groupId>
 				<artifactId>wicket-http2-undertow</artifactId>
-				<version>0.22-SNAPSHOT</version>
+				<version>0.23-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket9</groupId>
 				<artifactId>wicket-metrics</artifactId>
-				<version>0.23-SNAPSHOT</version>
+				<version>0.24-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 
diff --git a/release.out b/release.out
new file mode 100644
index 0000000000..8c57b7086c
--- /dev/null
+++ b/release.out
@@ -0,0 +1,17274 @@
+[WARNING] 
+[WARNING] Some problems were encountered while building the effective toolchains
+[WARNING] Unrecognised tag: 'vendor' (position: START_TAG seen ...<type>jdk</type>\n\t\t<vendor>... @6:11)  @ line 6, column 11
+[WARNING] 
+[INFO] Scanning for projects...
+[INFO] ------------------------------------------------------------------------
+[INFO] Reactor Build Order:
+[INFO] 
+[INFO] Wicket Parent                                                      [pom]
+[INFO] Wicket Util                                                     [bundle]
+[INFO] Wicket Request                                                  [bundle]
+[INFO] Wicket Core                                                     [bundle]
+[INFO] Wicket                                                             [pom]
+[INFO] Wicket Extensions                                               [bundle]
+[INFO] Wicket Development Utilities                                    [bundle]
+[INFO] Wicket IoC common code                                          [bundle]
+[INFO] Wicket CDI                                                      [bundle]
+[INFO] Wicket Spring Integration                                       [bundle]
+[INFO] Wicket Velocity                                                 [bundle]
+[INFO] Wicket Auth Roles                                               [bundle]
+[INFO] Wicket Guice Integration                                        [bundle]
+[INFO] Wicket JMX                                                      [bundle]
+[INFO] Wicket Objects Sizeof Agent                                        [jar]
+[INFO] Wicket Bean Validation                                          [bundle]
+[INFO] Wicket Native WebSocket Parent                                     [pom]
+[INFO] Wicket Native WebSocket Core                                    [bundle]
+[INFO] Wicket Native WebSocket Javax                                   [bundle]
+[INFO] Wicket Examples                                                    [war]
+[INFO] Wicket-Experimental                                                [pom]
+[INFO] Wicket Http/2                                                      [pom]
+[INFO] Wicket Http/2 Core                                              [bundle]
+[INFO] Wicket Http/2 Jetty 9.3+                                        [bundle]
+[INFO] Wicket Http/2 Servlet 4                                         [bundle]
+[INFO] Wicket Http/2 Tomcat 8.5+                                       [bundle]
+[INFO] Wicket Http/2 Undertow 2+                                       [bundle]
+[INFO] Wicket Metrics                                                  [bundle]
+[INFO] Wicket Quickstart Archetype                            [maven-archetype]
+[INFO] Wicket Common Tests                                                [jar]
+[INFO] Wicket JavaScript Tests                                            [jar]
+[INFO] Wicket User Guide                                                  [jar]
+[INFO] 
+[INFO] ------------------< org.apache.wicket:wicket-parent >-------------------
+[INFO] Building Wicket Parent 9.11.1-SNAPSHOT                            [1/32]
+[INFO] --------------------------------[ pom ]---------------------------------
+[INFO] 
+[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ wicket-parent ---
+[INFO] Performing a LOCAL checkout from scm:git:file:///home/andrea/WicketBuild/wicket-9.x
+[INFO] Checking out the project to perform the release ...
+[INFO] Executing: /bin/sh -c cd /home/andrea/WicketBuild/wicket-9.x/target && git clone --branch rel/wicket-9.11.0 file:///home/andrea/WicketBuild/wicket-9.x /home/andrea/WicketBuild/wicket-9.x/target/checkout
+[INFO] Working directory: /home/andrea/WicketBuild/wicket-9.x/target
+[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote file:///home/andrea/WicketBuild/wicket-9.x
+[INFO] Working directory: /tmp
+[INFO] Executing: /bin/sh -c cd /home/andrea/WicketBuild/wicket-9.x/target/checkout && git fetch file:///home/andrea/WicketBuild/wicket-9.x
+[INFO] Working directory: /home/andrea/WicketBuild/wicket-9.x/target/checkout
+[INFO] Executing: /bin/sh -c cd /home/andrea/WicketBuild/wicket-9.x/target/checkout && git checkout rel/wicket-9.11.0
+[INFO] Working directory: /home/andrea/WicketBuild/wicket-9.x/target/checkout
+[INFO] Executing: /bin/sh -c cd /home/andrea/WicketBuild/wicket-9.x/target/checkout && git ls-files
+[INFO] Working directory: /home/andrea/WicketBuild/wicket-9.x/target/checkout
+[INFO] Invoking perform goals in directory /home/andrea/WicketBuild/wicket-9.x/target/checkout
+[INFO] Executing goals 'deploy'...
+[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
+[INFO] [WARNING] 
+[INFO] [WARNING] Some problems were encountered while building the effective toolchains
+[INFO] [WARNING] Unrecognised tag: 'vendor' (position: START_TAG seen ...<type>jdk</type>\n\t\t<vendor>... @6:11)  @ line 6, column 11
+[INFO] [WARNING] 
+[INFO] [INFO] Scanning for projects...
+[INFO] [INFO] ------------------------------------------------------------------------
+[INFO] [INFO] Reactor Build Order:
+[INFO] [INFO] 
+[INFO] [INFO] Wicket Parent                                                      [pom]
+[INFO] [INFO] Wicket Util                                                     [bundle]
+[INFO] [INFO] Wicket Request                                                  [bundle]
+[INFO] [INFO] Wicket Core                                                     [bundle]
+[INFO] [INFO] Wicket                                                             [pom]
+[INFO] [INFO] Wicket Extensions                                               [bundle]
+[INFO] [INFO] Wicket Development Utilities                                    [bundle]
+[INFO] [INFO] Wicket IoC common code                                          [bundle]
+[INFO] [INFO] Wicket CDI                                                      [bundle]
+[INFO] [INFO] Wicket Spring Integration                                       [bundle]
+[INFO] [INFO] Wicket Velocity                                                 [bundle]
+[INFO] [INFO] Wicket Auth Roles                                               [bundle]
+[INFO] [INFO] Wicket Guice Integration                                        [bundle]
+[INFO] [INFO] Wicket JMX                                                      [bundle]
+[INFO] [INFO] Wicket Objects Sizeof Agent                                        [jar]
+[INFO] [INFO] Wicket Bean Validation                                          [bundle]
+[INFO] [INFO] Wicket Native WebSocket Parent                                     [pom]
+[INFO] [INFO] Wicket Native WebSocket Core                                    [bundle]
+[INFO] [INFO] Wicket Native WebSocket Javax                                   [bundle]
+[INFO] [INFO] Wicket Examples                                                    [war]
+[INFO] [INFO] Wicket-Experimental                                                [pom]
+[INFO] [INFO] Wicket Http/2                                                      [pom]
+[INFO] [INFO] Wicket Http/2 Core                                              [bundle]
+[INFO] [INFO] Wicket Http/2 Jetty 9.3+                                        [bundle]
+[INFO] [INFO] Wicket Http/2 Servlet 4                                         [bundle]
+[INFO] [INFO] Wicket Http/2 Tomcat 8.5+                                       [bundle]
+[INFO] [INFO] Wicket Http/2 Undertow 2+                                       [bundle]
+[INFO] [INFO] Wicket Metrics                                                  [bundle]
+[INFO] [INFO] Wicket Quickstart Archetype                            [maven-archetype]
+[INFO] [INFO] Wicket Common Tests                                                [jar]
+[INFO] [INFO] Wicket JavaScript Tests                                            [jar]
+[INFO] [INFO] Wicket User Guide                                                  [jar]
+[INFO] [INFO] 
+[INFO] [INFO] ------------------< org.apache.wicket:wicket-parent >-------------------
+[INFO] [INFO] Building Wicket Parent 9.11.0                                     [1/32]
+[INFO] [INFO] --------------------------------[ pom ]---------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-parent ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-parent ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-parent ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-parent ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-parent ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-parent ---
+[INFO] [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-parent ---
+[INFO] [INFO] No site descriptor found: nothing to attach.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-parent ---
+[INFO] [INFO] Building zip: /home/andrea/WicketBuild/wicket-9.x/target/checkout/target/wicket-parent-9.11.0-source-release.zip
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-parent ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-parent >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-parent ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-parent ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-parent ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-parent <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-parent ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-parent >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-parent ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-parent ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-parent ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-parent <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-parent ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-parent ---
+[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-parent ---
+[INFO] [INFO] Skipping execution because parameter 'skipPomModules' was set to true and this is artifact is of type pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-parent ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-parent ---
+[INFO] [INFO] wicket-parent-9.11.0-source-release.zip - SHA-512 : a094253677ecf36323d95a01e320c3ac4fd12828cc7982a8145daad3fe4b830902686b90a7d6323f81ba7263b5bbe66ff3a383a285b4d2f7a326d236a7c9c75b
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-parent ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/target/wicket-parent-9.11.0-source-release.zip to /home/andrea/.m2/repository/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/target/wicket-parent-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/target/wicket-parent-9.11.0-source-release.zip.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-parent ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-parent ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom
+[INFO] Progress (1): 4.1/51 kB
+[INFO] Progress (1): 8.2/51 kB
+[INFO] Progress (1): 12/51 kB 
+[INFO] Progress (1): 16/51 kB
+[INFO] Progress (1): 20/51 kB
+[INFO] Progress (1): 25/51 kB
+[INFO] Progress (1): 29/51 kB
+[INFO] Progress (1): 33/51 kB
+[INFO] Progress (1): 37/51 kB
+[INFO] Progress (1): 41/51 kB
+[INFO] Progress (1): 45/51 kB
+[INFO] Progress (1): 49/51 kB
+[INFO] Progress (1): 51 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom (51 kB at 21 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/maven-metadata.xml
+[INFO] Progress (1): 312 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/maven-metadata.xml (312 B at 713 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip
+[INFO] Progress (1): 0.2/21 MB
+[INFO] Progress (1): 0.4/21 MB
+[INFO] Progress (1): 0.6/21 MB
+[INFO] Progress (1): 0.8/21 MB
+[INFO] Progress (1): 1.0/21 MB
+[INFO] Progress (1): 1.3/21 MB
+[INFO] Progress (1): 1.5/21 MB
+[INFO] Progress (1): 1.7/21 MB
+[INFO] Progress (1): 1.9/21 MB
+[INFO] Progress (1): 2.1/21 MB
+[INFO] Progress (1): 2.3/21 MB
+[INFO] Progress (1): 2.5/21 MB
+[INFO] Progress (1): 2.7/21 MB
+[INFO] Progress (1): 2.9/21 MB
+[INFO] Progress (1): 3.1/21 MB
+[INFO] Progress (1): 3.3/21 MB
+[INFO] Progress (1): 3.6/21 MB
+[INFO] Progress (1): 3.8/21 MB
+[INFO] Progress (1): 4.0/21 MB
+[INFO] Progress (1): 4.2/21 MB
+[INFO] Progress (1): 4.4/21 MB
+[INFO] Progress (1): 4.6/21 MB
+[INFO] Progress (1): 4.8/21 MB
+[INFO] Progress (1): 5.0/21 MB
+[INFO] Progress (1): 5.2/21 MB
+[INFO] Progress (1): 5.4/21 MB
+[INFO] Progress (1): 5.6/21 MB
+[INFO] Progress (1): 5.8/21 MB
+[INFO] Progress (1): 6.1/21 MB
+[INFO] Progress (1): 6.3/21 MB
+[INFO] Progress (1): 6.5/21 MB
+[INFO] Progress (1): 6.7/21 MB
+[INFO] Progress (1): 6.9/21 MB
+[INFO] Progress (1): 7.1/21 MB
+[INFO] Progress (1): 7.3/21 MB
+[INFO] Progress (1): 7.5/21 MB
+[INFO] Progress (1): 7.7/21 MB
+[INFO] Progress (1): 7.9/21 MB
+[INFO] Progress (1): 8.1/21 MB
+[INFO] Progress (1): 8.4/21 MB
+[INFO] Progress (1): 8.6/21 MB
+[INFO] Progress (1): 8.8/21 MB
+[INFO] Progress (1): 9.0/21 MB
+[INFO] Progress (1): 9.2/21 MB
+[INFO] Progress (1): 9.4/21 MB
+[INFO] Progress (1): 9.6/21 MB
+[INFO] Progress (1): 9.8/21 MB
+[INFO] Progress (1): 10/21 MB 
+[INFO] Progress (1): 10/21 MB
+[INFO] Progress (1): 10/21 MB
+[INFO] Progress (1): 11/21 MB
+[INFO] Progress (1): 11/21 MB
+[INFO] Progress (1): 11/21 MB
+[INFO] Progress (1): 11/21 MB
+[INFO] Progress (1): 11/21 MB
+[INFO] Progress (1): 12/21 MB
+[INFO] Progress (1): 12/21 MB
+[INFO] Progress (1): 12/21 MB
+[INFO] Progress (1): 12/21 MB
+[INFO] Progress (1): 13/21 MB
+[INFO] Progress (1): 13/21 MB
+[INFO] Progress (1): 13/21 MB
+[INFO] Progress (1): 13/21 MB
+[INFO] Progress (1): 13/21 MB
+[INFO] Progress (1): 14/21 MB
+[INFO] Progress (1): 14/21 MB
+[INFO] Progress (1): 14/21 MB
+[INFO] Progress (1): 14/21 MB
+[INFO] Progress (1): 14/21 MB
+[INFO] Progress (1): 15/21 MB
+[INFO] Progress (1): 15/21 MB
+[INFO] Progress (1): 15/21 MB
+[INFO] Progress (1): 15/21 MB
+[INFO] Progress (1): 15/21 MB
+[INFO] Progress (1): 16/21 MB
+[INFO] Progress (1): 16/21 MB
+[INFO] Progress (1): 16/21 MB
+[INFO] Progress (1): 16/21 MB
+[INFO] Progress (1): 17/21 MB
+[INFO] Progress (1): 17/21 MB
+[INFO] Progress (1): 17/21 MB
+[INFO] Progress (1): 17/21 MB
+[INFO] Progress (1): 17/21 MB
+[INFO] Progress (1): 18/21 MB
+[INFO] Progress (1): 18/21 MB
+[INFO] Progress (1): 18/21 MB
+[INFO] Progress (1): 18/21 MB
+[INFO] Progress (1): 18/21 MB
+[INFO] Progress (1): 19/21 MB
+[INFO] Progress (1): 19/21 MB
+[INFO] Progress (1): 19/21 MB
+[INFO] Progress (1): 19/21 MB
+[INFO] Progress (1): 19/21 MB
+[INFO] Progress (1): 20/21 MB
+[INFO] Progress (1): 20/21 MB
+[INFO] Progress (1): 20/21 MB
+[INFO] Progress (1): 20/21 MB
+[INFO] Progress (1): 20/21 MB
+[INFO] Progress (1): 21/21 MB
+[INFO] Progress (1): 21/21 MB
+[INFO] Progress (1): 21/21 MB
+[INFO] Progress (1): 21 MB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip (21 MB at 1.1 MB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom.asc (833 B at 8.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip.asc (833 B at 6.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom.asc (833 B at 7.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip.asc (833 B at 7.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0.pom.asc.asc (833 B at 7.8 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-parent/9.11.0/wicket-parent-9.11.0-source-release.zip.asc.asc (833 B at 8.1 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] -------------------< org.apache.wicket:wicket-util >--------------------
+[INFO] [INFO] Building Wicket Util 9.11.0                                       [2/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-util ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-util ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-util ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-util ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-util ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-util ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 11 resources
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/main/resources
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-util ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 203 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/classes
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/main/java/org/apache/wicket/util/crypt/CachingSunJceCryptFactory.java:[27,7] [dep-ann] deprecated item is not annotated with @Deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/main/java/org/apache/wicket/util/crypt/AbstractCrypt.java:[122,13] [removal] setKey(String) in ICrypt has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/main/java/org/apache/wicket/util/crypt/ClassCryptFactory.java:[69,8] [removal] setKey(String) in ICrypt has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/main/java/org/apache/wicket/util/crypt/ClassCryptFactory.java:[34,7] [dep-ann] deprecated item is not annotated with @Deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/main/java/org/apache/wicket/util/crypt/NoCrypt.java:[70,13] [removal] setKey(String) in ICrypt has been deprecated and marked for removal
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-util ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-util ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 9 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-util ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 44 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/test-classes
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/test/java/org/apache/wicket/util/crypt/SunJceCryptTest.java:[39,22] [removal] SunJceCrypt() in SunJceCrypt has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/test/java/org/apache/wicket/util/crypt/SunJceCryptTest.java:[57,22] [removal] SunJceCrypt(String) in SunJceCrypt has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/test/java/org/apache/wicket/util/collections/MicroMapTest.java:[40,2] [removal] MicroMap in org.apache.wicket.util.collections has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/src/test/java/org/apache/wicket/util/collections/MicroMapTest.java:[40,35] [removal] MicroMap in org.apache.wicket.util.collections has been deprecated and marked for removal
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-util ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.util.LongEncoderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.apache.wicket.util.LongEncoderTest
+[INFO] [INFO] Running org.apache.wicket.util.collections.ReverseListIteratorTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.util.collections.ReverseListIteratorTest
+[INFO] [INFO] Running org.apache.wicket.util.collections.MostRecentlyUsedMapTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.util.collections.MostRecentlyUsedMapTest
+[INFO] [INFO] Running org.apache.wicket.util.collections.IntHashMapTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.wicket.util.collections.IntHashMapTest
+[INFO] [INFO] Running org.apache.wicket.util.collections.MicroMapTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.util.collections.MicroMapTest
+[INFO] [INFO] Running org.apache.wicket.util.collections.MiniMapTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.util.collections.MiniMapTest
+[INFO] [INFO] Running org.apache.wicket.util.visit.ClassVisitFilterTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.util.visit.ClassVisitFilterTest
+[INFO] [INFO] Running org.apache.wicket.util.visit.AllVisitFilterTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.util.visit.AllVisitFilterTest
+[INFO] [INFO] Running org.apache.wicket.util.lang.PrimitivesTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.util.lang.PrimitivesTest
+[INFO] [INFO] Running org.apache.wicket.util.lang.ClassesTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.apache.wicket.util.lang.ClassesTest
+[INFO] [INFO] Running org.apache.wicket.util.lang.ArgsTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.util.lang.ArgsTest
+[INFO] [INFO] Running org.apache.wicket.util.lang.NumbersTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.util.lang.NumbersTest
+[INFO] [INFO] Running org.apache.wicket.util.lang.PackagesTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.wicket.util.lang.PackagesTest
+[INFO] [INFO] Running org.apache.wicket.util.lang.BytesTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.apache.wicket.util.lang.BytesTest
+[INFO] [INFO] Running org.apache.wicket.util.lang.ObjectsTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.util.lang.ObjectsTest
+[INFO] [INFO] Running org.apache.wicket.util.io.XmlReaderTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.wicket.util.io.XmlReaderTest
+[INFO] [INFO] Running org.apache.wicket.util.io.LastModifiedTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.util.io.LastModifiedTest
+[INFO] [INFO] Running org.apache.wicket.util.io.ConnectionsTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s - in org.apache.wicket.util.io.ConnectionsTest
+[INFO] [INFO] Running org.apache.wicket.util.io.FullyBufferedReaderTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.apache.wicket.util.io.FullyBufferedReaderTest
+[INFO] [INFO] Running org.apache.wicket.util.convert.converter.ZonedDateTimeConverterTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.apache.wicket.util.convert.converter.ZonedDateTimeConverterTest
+[INFO] [INFO] Running org.apache.wicket.util.convert.converter.LocalDateConverterTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.util.convert.converter.LocalDateConverterTest
+[INFO] [INFO] Running org.apache.wicket.util.convert.converter.LocalTimeConverterTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.util.convert.converter.LocalTimeConverterTest
+[INFO] [INFO] Running org.apache.wicket.util.convert.converter.BigIntegerConverterTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.wicket.util.convert.converter.BigIntegerConverterTest
+[INFO] [INFO] Running org.apache.wicket.util.convert.converter.LocalDateTimeConverterTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.util.convert.converter.LocalDateTimeConverterTest
+[INFO] [INFO] Running org.apache.wicket.util.convert.converters.ConvertersTest
+[INFO] [WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.079 s - in org.apache.wicket.util.convert.converters.ConvertersTest
+[INFO] [INFO] Running org.apache.wicket.util.string.PrependingStringBufferTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.util.string.PrependingStringBufferTest
+[INFO] [INFO] Running org.apache.wicket.util.string.StringsTest
+[INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.apache.wicket.util.string.StringsTest
+[INFO] [INFO] Running org.apache.wicket.util.string.StringListTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.util.string.StringListTest
+[INFO] [INFO] Running org.apache.wicket.util.string.AppendingStringBufferTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.util.string.AppendingStringBufferTest
+[INFO] [INFO] Running org.apache.wicket.util.string.interpolator.VariableInterpolatorTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.util.string.interpolator.VariableInterpolatorTest
+[INFO] [INFO] Running org.apache.wicket.util.string.StringValueTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.wicket.util.string.StringValueTest
+[INFO] [INFO] Running org.apache.wicket.util.size.BytesTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.util.size.BytesTest
+[INFO] [INFO] Running org.apache.wicket.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.apache.wicket.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.util.encoding.UrlDecoderTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.util.encoding.UrlDecoderTest
+[INFO] [INFO] Running org.apache.wicket.util.encoding.UrlEncoderTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.wicket.util.encoding.UrlEncoderTest
+[INFO] [INFO] Running org.apache.wicket.util.parse.metapattern.MetaPatternTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.wicket.util.parse.metapattern.MetaPatternTest
+[INFO] [INFO] Running org.apache.wicket.util.parse.metapattern.parsers.VariableAssignmentParserTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.util.parse.metapattern.parsers.VariableAssignmentParserTest
+[INFO] [INFO] Running org.apache.wicket.util.resource.ResourceUtilsTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.util.resource.ResourceUtilsTest
+[INFO] [INFO] Running org.apache.wicket.util.value.LongValueTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.util.value.LongValueTest
+[INFO] [INFO] Running org.apache.wicket.util.value.ValueMapTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.util.value.ValueMapTest
+[INFO] [INFO] Running org.apache.wicket.util.value.AttributeMapTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.util.value.AttributeMapTest
+[INFO] [INFO] Running org.apache.wicket.util.file.WebXmlFileTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.apache.wicket.util.file.WebXmlFileTest
+[INFO] [INFO] Running org.apache.wicket.util.file.FilesTest
+[INFO] [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.208 s - in org.apache.wicket.util.file.FilesTest
+[INFO] [INFO] Running org.apache.wicket.util.crypt.SunJceCryptTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.util.crypt.SunJceCryptTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [WARNING] Tests run: 219, Failures: 0, Errors: 0, Skipped: 4
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-util ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-util:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:junit-jupiter-engine, Jar:junit-platform-engine, Jar:opentest4j, Jar:junit-platform-commons, Jar:junit-jupiter-api, Jar:apiguardian-api]
+[INFO] Class path         [Jar:., Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:junit-jupiter-engine, Jar:junit-platform-engine, Jar:opentest4j, Jar:junit-platform-commons, Jar:junit-jupiter-api, Jar:apiguardian-api, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-util ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-util ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-util ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-util >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-util ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-util ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-util ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-util <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-util ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-util >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-util ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-util ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-util ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-util <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-util ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-util ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-util ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-util ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-util ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-util ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-util/target/wicket-util-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-util ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@d862de5) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-util ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-util ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar
+[INFO] Progress (1): 4.1/383 kB
+[INFO] Progress (1): 8.2/383 kB
+[INFO] Progress (1): 12/383 kB 
+[INFO] Progress (1): 16/383 kB
+[INFO] Progress (1): 20/383 kB
+[INFO] Progress (1): 25/383 kB
+[INFO] Progress (1): 29/383 kB
+[INFO] Progress (1): 33/383 kB
+[INFO] Progress (1): 37/383 kB
+[INFO] Progress (1): 41/383 kB
+[INFO] Progress (1): 45/383 kB
+[INFO] Progress (1): 49/383 kB
+[INFO] Progress (1): 53/383 kB
+[INFO] Progress (1): 57/383 kB
+[INFO] Progress (1): 61/383 kB
+[INFO] Progress (1): 66/383 kB
+[INFO] Progress (1): 70/383 kB
+[INFO] Progress (1): 74/383 kB
+[INFO] Progress (1): 78/383 kB
+[INFO] Progress (1): 82/383 kB
+[INFO] Progress (1): 86/383 kB
+[INFO] Progress (1): 90/383 kB
+[INFO] Progress (1): 94/383 kB
+[INFO] Progress (1): 98/383 kB
+[INFO] Progress (1): 102/383 kB
+[INFO] Progress (1): 106/383 kB
+[INFO] Progress (1): 111/383 kB
+[INFO] Progress (1): 115/383 kB
+[INFO] Progress (1): 119/383 kB
+[INFO] Progress (1): 123/383 kB
+[INFO] Progress (1): 127/383 kB
+[INFO] Progress (1): 131/383 kB
+[INFO] Progress (1): 135/383 kB
+[INFO] Progress (1): 139/383 kB
+[INFO] Progress (1): 143/383 kB
+[INFO] Progress (1): 147/383 kB
+[INFO] Progress (1): 152/383 kB
+[INFO] Progress (1): 156/383 kB
+[INFO] Progress (1): 160/383 kB
+[INFO] Progress (1): 164/383 kB
+[INFO] Progress (1): 168/383 kB
+[INFO] Progress (1): 172/383 kB
+[INFO] Progress (1): 176/383 kB
+[INFO] Progress (1): 180/383 kB
+[INFO] Progress (1): 184/383 kB
+[INFO] Progress (1): 188/383 kB
+[INFO] Progress (1): 193/383 kB
+[INFO] Progress (1): 197/383 kB
+[INFO] Progress (1): 201/383 kB
+[INFO] Progress (1): 205/383 kB
+[INFO] Progress (1): 209/383 kB
+[INFO] Progress (1): 213/383 kB
+[INFO] Progress (1): 217/383 kB
+[INFO] Progress (1): 221/383 kB
+[INFO] Progress (1): 225/383 kB
+[INFO] Progress (1): 229/383 kB
+[INFO] Progress (1): 233/383 kB
+[INFO] Progress (1): 238/383 kB
+[INFO] Progress (1): 242/383 kB
+[INFO] Progress (1): 246/383 kB
+[INFO] Progress (1): 250/383 kB
+[INFO] Progress (1): 254/383 kB
+[INFO] Progress (1): 258/383 kB
+[INFO] Progress (1): 262/383 kB
+[INFO] Progress (1): 266/383 kB
+[INFO] Progress (1): 270/383 kB
+[INFO] Progress (1): 274/383 kB
+[INFO] Progress (1): 279/383 kB
+[INFO] Progress (1): 283/383 kB
+[INFO] Progress (1): 287/383 kB
+[INFO] Progress (1): 291/383 kB
+[INFO] Progress (1): 295/383 kB
+[INFO] Progress (1): 299/383 kB
+[INFO] Progress (1): 303/383 kB
+[INFO] Progress (1): 307/383 kB
+[INFO] Progress (1): 311/383 kB
+[INFO] Progress (1): 315/383 kB
+[INFO] Progress (1): 319/383 kB
+[INFO] Progress (1): 324/383 kB
+[INFO] Progress (1): 328/383 kB
+[INFO] Progress (1): 332/383 kB
+[INFO] Progress (1): 336/383 kB
+[INFO] Progress (1): 340/383 kB
+[INFO] Progress (1): 344/383 kB
+[INFO] Progress (1): 348/383 kB
+[INFO] Progress (1): 352/383 kB
+[INFO] Progress (1): 356/383 kB
+[INFO] Progress (1): 360/383 kB
+[INFO] Progress (1): 365/383 kB
+[INFO] Progress (1): 369/383 kB
+[INFO] Progress (1): 373/383 kB
+[INFO] Progress (1): 377/383 kB
+[INFO] Progress (1): 381/383 kB
+[INFO] Progress (1): 383 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar (383 kB at 462 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom
+[INFO] Progress (1): 2.1 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom (2.1 kB at 7.8 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/maven-metadata.xml
+[INFO] Progress (1): 310 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/maven-metadata.xml (310 B at 731 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/403 kB
+[INFO] Progress (1): 8.2/403 kB
+[INFO] Progress (1): 12/403 kB 
+[INFO] Progress (1): 16/403 kB
+[INFO] Progress (1): 20/403 kB
+[INFO] Progress (1): 25/403 kB
+[INFO] Progress (1): 29/403 kB
+[INFO] Progress (1): 33/403 kB
+[INFO] Progress (1): 37/403 kB
+[INFO] Progress (1): 41/403 kB
+[INFO] Progress (1): 45/403 kB
+[INFO] Progress (1): 49/403 kB
+[INFO] Progress (1): 53/403 kB
+[INFO] Progress (1): 57/403 kB
+[INFO] Progress (1): 61/403 kB
+[INFO] Progress (1): 66/403 kB
+[INFO] Progress (1): 70/403 kB
+[INFO] Progress (1): 74/403 kB
+[INFO] Progress (1): 78/403 kB
+[INFO] Progress (1): 82/403 kB
+[INFO] Progress (1): 86/403 kB
+[INFO] Progress (1): 90/403 kB
+[INFO] Progress (1): 94/403 kB
+[INFO] Progress (1): 98/403 kB
+[INFO] Progress (1): 102/403 kB
+[INFO] Progress (1): 106/403 kB
+[INFO] Progress (1): 111/403 kB
+[INFO] Progress (1): 115/403 kB
+[INFO] Progress (1): 119/403 kB
+[INFO] Progress (1): 123/403 kB
+[INFO] Progress (1): 127/403 kB
+[INFO] Progress (1): 131/403 kB
+[INFO] Progress (1): 135/403 kB
+[INFO] Progress (1): 139/403 kB
+[INFO] Progress (1): 143/403 kB
+[INFO] Progress (1): 147/403 kB
+[INFO] Progress (1): 152/403 kB
+[INFO] Progress (1): 156/403 kB
+[INFO] Progress (1): 160/403 kB
+[INFO] Progress (1): 164/403 kB
+[INFO] Progress (1): 168/403 kB
+[INFO] Progress (1): 172/403 kB
+[INFO] Progress (1): 176/403 kB
+[INFO] Progress (1): 180/403 kB
+[INFO] Progress (1): 184/403 kB
+[INFO] Progress (1): 188/403 kB
+[INFO] Progress (1): 193/403 kB
+[INFO] Progress (1): 197/403 kB
+[INFO] Progress (1): 201/403 kB
+[INFO] Progress (1): 205/403 kB
+[INFO] Progress (1): 209/403 kB
+[INFO] Progress (1): 213/403 kB
+[INFO] Progress (1): 217/403 kB
+[INFO] Progress (1): 221/403 kB
+[INFO] Progress (1): 225/403 kB
+[INFO] Progress (1): 229/403 kB
+[INFO] Progress (1): 233/403 kB
+[INFO] Progress (1): 238/403 kB
+[INFO] Progress (1): 242/403 kB
+[INFO] Progress (1): 246/403 kB
+[INFO] Progress (1): 250/403 kB
+[INFO] Progress (1): 254/403 kB
+[INFO] Progress (1): 258/403 kB
+[INFO] Progress (1): 262/403 kB
+[INFO] Progress (1): 266/403 kB
+[INFO] Progress (1): 270/403 kB
+[INFO] Progress (1): 274/403 kB
+[INFO] Progress (1): 279/403 kB
+[INFO] Progress (1): 283/403 kB
+[INFO] Progress (1): 287/403 kB
+[INFO] Progress (1): 291/403 kB
+[INFO] Progress (1): 295/403 kB
+[INFO] Progress (1): 299/403 kB
+[INFO] Progress (1): 303/403 kB
+[INFO] Progress (1): 307/403 kB
+[INFO] Progress (1): 311/403 kB
+[INFO] Progress (1): 315/403 kB
+[INFO] Progress (1): 319/403 kB
+[INFO] Progress (1): 324/403 kB
+[INFO] Progress (1): 328/403 kB
+[INFO] Progress (1): 332/403 kB
+[INFO] Progress (1): 336/403 kB
+[INFO] Progress (1): 340/403 kB
+[INFO] Progress (1): 344/403 kB
+[INFO] Progress (1): 348/403 kB
+[INFO] Progress (1): 352/403 kB
+[INFO] Progress (1): 356/403 kB
+[INFO] Progress (1): 360/403 kB
+[INFO] Progress (1): 365/403 kB
+[INFO] Progress (1): 369/403 kB
+[INFO] Progress (1): 373/403 kB
+[INFO] Progress (1): 377/403 kB
+[INFO] Progress (1): 381/403 kB
+[INFO] Progress (1): 385/403 kB
+[INFO] Progress (1): 389/403 kB
+[INFO] Progress (1): 393/403 kB
+[INFO] Progress (1): 397/403 kB
+[INFO] Progress (1): 401/403 kB
+[INFO] Progress (1): 403 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar (403 kB at 551 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/403 kB
+[INFO] Progress (1): 8.2/403 kB
+[INFO] Progress (1): 12/403 kB 
+[INFO] Progress (1): 16/403 kB
+[INFO] Progress (1): 20/403 kB
+[INFO] Progress (1): 25/403 kB
+[INFO] Progress (1): 29/403 kB
+[INFO] Progress (1): 33/403 kB
+[INFO] Progress (1): 37/403 kB
+[INFO] Progress (1): 41/403 kB
+[INFO] Progress (1): 45/403 kB
+[INFO] Progress (1): 49/403 kB
+[INFO] Progress (1): 53/403 kB
+[INFO] Progress (1): 57/403 kB
+[INFO] Progress (1): 61/403 kB
+[INFO] Progress (1): 66/403 kB
+[INFO] Progress (1): 70/403 kB
+[INFO] Progress (1): 74/403 kB
+[INFO] Progress (1): 78/403 kB
+[INFO] Progress (1): 82/403 kB
+[INFO] Progress (1): 86/403 kB
+[INFO] Progress (1): 90/403 kB
+[INFO] Progress (1): 94/403 kB
+[INFO] Progress (1): 98/403 kB
+[INFO] Progress (1): 102/403 kB
+[INFO] Progress (1): 106/403 kB
+[INFO] Progress (1): 111/403 kB
+[INFO] Progress (1): 115/403 kB
+[INFO] Progress (1): 119/403 kB
+[INFO] Progress (1): 123/403 kB
+[INFO] Progress (1): 127/403 kB
+[INFO] Progress (1): 131/403 kB
+[INFO] Progress (1): 135/403 kB
+[INFO] Progress (1): 139/403 kB
+[INFO] Progress (1): 143/403 kB
+[INFO] Progress (1): 147/403 kB
+[INFO] Progress (1): 152/403 kB
+[INFO] Progress (1): 156/403 kB
+[INFO] Progress (1): 160/403 kB
+[INFO] Progress (1): 164/403 kB
+[INFO] Progress (1): 168/403 kB
+[INFO] Progress (1): 172/403 kB
+[INFO] Progress (1): 176/403 kB
+[INFO] Progress (1): 180/403 kB
+[INFO] Progress (1): 184/403 kB
+[INFO] Progress (1): 188/403 kB
+[INFO] Progress (1): 193/403 kB
+[INFO] Progress (1): 197/403 kB
+[INFO] Progress (1): 201/403 kB
+[INFO] Progress (1): 205/403 kB
+[INFO] Progress (1): 209/403 kB
+[INFO] Progress (1): 213/403 kB
+[INFO] Progress (1): 217/403 kB
+[INFO] Progress (1): 221/403 kB
+[INFO] Progress (1): 225/403 kB
+[INFO] Progress (1): 229/403 kB
+[INFO] Progress (1): 233/403 kB
+[INFO] Progress (1): 238/403 kB
+[INFO] Progress (1): 242/403 kB
+[INFO] Progress (1): 246/403 kB
+[INFO] Progress (1): 250/403 kB
+[INFO] Progress (1): 254/403 kB
+[INFO] Progress (1): 258/403 kB
+[INFO] Progress (1): 262/403 kB
+[INFO] Progress (1): 266/403 kB
+[INFO] Progress (1): 270/403 kB
+[INFO] Progress (1): 274/403 kB
+[INFO] Progress (1): 279/403 kB
+[INFO] Progress (1): 283/403 kB
+[INFO] Progress (1): 287/403 kB
+[INFO] Progress (1): 291/403 kB
+[INFO] Progress (1): 295/403 kB
+[INFO] Progress (1): 299/403 kB
+[INFO] Progress (1): 303/403 kB
+[INFO] Progress (1): 307/403 kB
+[INFO] Progress (1): 311/403 kB
+[INFO] Progress (1): 315/403 kB
+[INFO] Progress (1): 319/403 kB
+[INFO] Progress (1): 324/403 kB
+[INFO] Progress (1): 328/403 kB
+[INFO] Progress (1): 332/403 kB
+[INFO] Progress (1): 336/403 kB
+[INFO] Progress (1): 340/403 kB
+[INFO] Progress (1): 344/403 kB
+[INFO] Progress (1): 348/403 kB
+[INFO] Progress (1): 352/403 kB
+[INFO] Progress (1): 356/403 kB
+[INFO] Progress (1): 360/403 kB
+[INFO] Progress (1): 365/403 kB
+[INFO] Progress (1): 369/403 kB
+[INFO] Progress (1): 373/403 kB
+[INFO] Progress (1): 377/403 kB
+[INFO] Progress (1): 381/403 kB
+[INFO] Progress (1): 385/403 kB
+[INFO] Progress (1): 389/403 kB
+[INFO] Progress (1): 393/403 kB
+[INFO] Progress (1): 397/403 kB
+[INFO] Progress (1): 401/403 kB
+[INFO] Progress (1): 403 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar (403 kB at 613 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/70 kB
+[INFO] Progress (1): 8.2/70 kB
+[INFO] Progress (1): 12/70 kB 
+[INFO] Progress (1): 16/70 kB
+[INFO] Progress (1): 20/70 kB
+[INFO] Progress (1): 25/70 kB
+[INFO] Progress (1): 29/70 kB
+[INFO] Progress (1): 33/70 kB
+[INFO] Progress (1): 37/70 kB
+[INFO] Progress (1): 41/70 kB
+[INFO] Progress (1): 45/70 kB
+[INFO] Progress (1): 49/70 kB
+[INFO] Progress (1): 53/70 kB
+[INFO] Progress (1): 57/70 kB
+[INFO] Progress (1): 61/70 kB
+[INFO] Progress (1): 66/70 kB
+[INFO] Progress (1): 70/70 kB
+[INFO] Progress (1): 70 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar (70 kB at 189 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar
+[INFO] Progress (1): 0/2.6 MB
+[INFO] Progress (1): 0/2.6 MB
+[INFO] Progress (1): 0.1/2.6 MB
+[INFO] Progress (1): 0.1/2.6 MB
+[INFO] Progress (1): 0.1/2.6 MB
+[INFO] Progress (1): 0.1/2.6 MB
+[INFO] Progress (1): 0.2/2.6 MB
+[INFO] Progress (1): 0.2/2.6 MB
+[INFO] Progress (1): 0.2/2.6 MB
+[INFO] Progress (1): 0.2/2.6 MB
+[INFO] Progress (1): 0.3/2.6 MB
+[INFO] Progress (1): 0.3/2.6 MB
+[INFO] Progress (1): 0.3/2.6 MB
+[INFO] Progress (1): 0.3/2.6 MB
+[INFO] Progress (1): 0.4/2.6 MB
+[INFO] Progress (1): 0.4/2.6 MB
+[INFO] Progress (1): 0.4/2.6 MB
+[INFO] Progress (1): 0.4/2.6 MB
+[INFO] Progress (1): 0.5/2.6 MB
+[INFO] Progress (1): 0.5/2.6 MB
+[INFO] Progress (1): 0.5/2.6 MB
+[INFO] Progress (1): 0.5/2.6 MB
+[INFO] Progress (1): 0.6/2.6 MB
+[INFO] Progress (1): 0.6/2.6 MB
+[INFO] Progress (1): 0.6/2.6 MB
+[INFO] Progress (1): 0.6/2.6 MB
+[INFO] Progress (1): 0.7/2.6 MB
+[INFO] Progress (1): 0.7/2.6 MB
+[INFO] Progress (1): 0.7/2.6 MB
+[INFO] Progress (1): 0.7/2.6 MB
+[INFO] Progress (1): 0.8/2.6 MB
+[INFO] Progress (1): 0.8/2.6 MB
+[INFO] Progress (1): 0.8/2.6 MB
+[INFO] Progress (1): 0.8/2.6 MB
+[INFO] Progress (1): 0.9/2.6 MB
+[INFO] Progress (1): 0.9/2.6 MB
+[INFO] Progress (1): 0.9/2.6 MB
+[INFO] Progress (1): 0.9/2.6 MB
+[INFO] Progress (1): 1.0/2.6 MB
+[INFO] Progress (1): 1.0/2.6 MB
+[INFO] Progress (1): 1.0/2.6 MB
+[INFO] Progress (1): 1.0/2.6 MB
+[INFO] Progress (1): 1.1/2.6 MB
+[INFO] Progress (1): 1.1/2.6 MB
+[INFO] Progress (1): 1.1/2.6 MB
+[INFO] Progress (1): 1.1/2.6 MB
+[INFO] Progress (1): 1.2/2.6 MB
+[INFO] Progress (1): 1.2/2.6 MB
+[INFO] Progress (1): 1.2/2.6 MB
+[INFO] Progress (1): 1.2/2.6 MB
+[INFO] Progress (1): 1.3/2.6 MB
+[INFO] Progress (1): 1.3/2.6 MB
+[INFO] Progress (1): 1.3/2.6 MB
+[INFO] Progress (1): 1.3/2.6 MB
+[INFO] Progress (1): 1.4/2.6 MB
+[INFO] Progress (1): 1.4/2.6 MB
+[INFO] Progress (1): 1.4/2.6 MB
+[INFO] Progress (1): 1.4/2.6 MB
+[INFO] Progress (1): 1.4/2.6 MB
+[INFO] Progress (1): 1.5/2.6 MB
+[INFO] Progress (1): 1.5/2.6 MB
+[INFO] Progress (1): 1.5/2.6 MB
+[INFO] Progress (1): 1.5/2.6 MB
+[INFO] Progress (1): 1.6/2.6 MB
+[INFO] Progress (1): 1.6/2.6 MB
+[INFO] Progress (1): 1.6/2.6 MB
+[INFO] Progress (1): 1.6/2.6 MB
+[INFO] Progress (1): 1.7/2.6 MB
+[INFO] Progress (1): 1.7/2.6 MB
+[INFO] Progress (1): 1.7/2.6 MB
+[INFO] Progress (1): 1.7/2.6 MB
+[INFO] Progress (1): 1.8/2.6 MB
+[INFO] Progress (1): 1.8/2.6 MB
+[INFO] Progress (1): 1.8/2.6 MB
+[INFO] Progress (1): 1.8/2.6 MB
+[INFO] Progress (1): 1.9/2.6 MB
+[INFO] Progress (1): 1.9/2.6 MB
+[INFO] Progress (1): 1.9/2.6 MB
+[INFO] Progress (1): 1.9/2.6 MB
+[INFO] Progress (1): 2.0/2.6 MB
+[INFO] Progress (1): 2.0/2.6 MB
+[INFO] Progress (1): 2.0/2.6 MB
+[INFO] Progress (1): 2.0/2.6 MB
+[INFO] Progress (1): 2.1/2.6 MB
+[INFO] Progress (1): 2.1/2.6 MB
+[INFO] Progress (1): 2.1/2.6 MB
+[INFO] Progress (1): 2.1/2.6 MB
+[INFO] Progress (1): 2.2/2.6 MB
+[INFO] Progress (1): 2.2/2.6 MB
+[INFO] Progress (1): 2.2/2.6 MB
+[INFO] Progress (1): 2.2/2.6 MB
+[INFO] Progress (1): 2.3/2.6 MB
+[INFO] Progress (1): 2.3/2.6 MB
+[INFO] Progress (1): 2.3/2.6 MB
+[INFO] Progress (1): 2.3/2.6 MB
+[INFO] Progress (1): 2.4/2.6 MB
+[INFO] Progress (1): 2.4/2.6 MB
+[INFO] Progress (1): 2.4/2.6 MB
+[INFO] Progress (1): 2.4/2.6 MB
+[INFO] Progress (1): 2.5/2.6 MB
+[INFO] Progress (1): 2.5/2.6 MB
+[INFO] Progress (1): 2.5/2.6 MB
+[INFO] Progress (1): 2.5/2.6 MB
+[INFO] Progress (1): 2.6/2.6 MB
+[INFO] Progress (1): 2.6 MB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar (2.6 MB at 948 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar.asc (833 B at 7.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom.asc (833 B at 7.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc (833 B at 8.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar.asc (833 B at 7.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom.asc (833 B at 7.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc (833 B at 7.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc (833 B at 6.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar.asc (833 B at 7.8 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar.asc (833 B at 8.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.jar.asc.asc (833 B at 7.8 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0.pom.asc.asc (833 B at 7.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-sources.jar.asc.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-test-sources.jar.asc.asc (833 B at 6.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-util/9.11.0/wicket-util-9.11.0-javadoc.jar.asc.asc (833 B at 2.2 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-util ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] ------------------< org.apache.wicket:wicket-request >------------------
+[INFO] [INFO] Building Wicket Request 9.11.0                                    [3/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-request ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-request ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-request ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-request ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-request ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-request ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 1 resource
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/src/main/resources
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-request ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 46 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-request ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-request:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-request ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 1 resource
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-request ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 10 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/test-classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-request ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.request.util.license.ApacheLicenceHeaderTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.apache.wicket.request.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.request.mapper.parameter.PageParametersEncoderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.wicket.request.mapper.parameter.PageParametersEncoderTest
+[INFO] [INFO] Running org.apache.wicket.request.mapper.parameter.PageParametersTest
+[INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.apache.wicket.request.mapper.parameter.PageParametersTest
+[INFO] [INFO] Running org.apache.wicket.request.mapper.parameter.UrlPathPageParametersEncoderTest
+[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.wicket.request.mapper.parameter.UrlPathPageParametersEncoderTest
+[INFO] [INFO] Running org.apache.wicket.request.mapper.CompoundRequestMapperTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.request.mapper.CompoundRequestMapperTest
+[INFO] [INFO] Running org.apache.wicket.request.UrlUtilsTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.request.UrlUtilsTest
+[INFO] [INFO] Running org.apache.wicket.request.http.handler.RedirectRequestHandlerTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.611 s - in org.apache.wicket.request.http.handler.RedirectRequestHandlerTest
+[INFO] [INFO] Running org.apache.wicket.request.parameter.CombinedRequestParametersAdapterTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.request.parameter.CombinedRequestParametersAdapterTest
+[INFO] [INFO] Running org.apache.wicket.request.HttpHeaderCollectionTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.wicket.request.HttpHeaderCollectionTest
+[INFO] [INFO] Running org.apache.wicket.request.UrlTest
+[INFO] [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.apache.wicket.request.UrlTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 117, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-request ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-request:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:wicket-util]
+[INFO] Class path         [Jar:., Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-request ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-request ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-request ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-request >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-request ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-request ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-request ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-request <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-request ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-request >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-request ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-request ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-request ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-request <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-request ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-request ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-request ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-request ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-request ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-request ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-request/target/wicket-request-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-request ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@1355d2a0) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-request ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-request ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar
+[INFO] Progress (1): 4.1/85 kB
+[INFO] Progress (1): 8.2/85 kB
+[INFO] Progress (1): 12/85 kB 
+[INFO] Progress (1): 16/85 kB
+[INFO] Progress (1): 20/85 kB
+[INFO] Progress (1): 25/85 kB
+[INFO] Progress (1): 29/85 kB
+[INFO] Progress (1): 33/85 kB
+[INFO] Progress (1): 37/85 kB
+[INFO] Progress (1): 41/85 kB
+[INFO] Progress (1): 45/85 kB
+[INFO] Progress (1): 49/85 kB
+[INFO] Progress (1): 53/85 kB
+[INFO] Progress (1): 57/85 kB
+[INFO] Progress (1): 61/85 kB
+[INFO] Progress (1): 66/85 kB
+[INFO] Progress (1): 70/85 kB
+[INFO] Progress (1): 74/85 kB
+[INFO] Progress (1): 78/85 kB
+[INFO] Progress (1): 82/85 kB
+[INFO] Progress (1): 85 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar (85 kB at 187 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom
+[INFO] Progress (1): 1.6 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom (1.6 kB at 4.7 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/maven-metadata.xml
+[INFO] Progress (1): 313 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/maven-metadata.xml (313 B at 722 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/85 kB
+[INFO] Progress (1): 8.2/85 kB
+[INFO] Progress (1): 12/85 kB 
+[INFO] Progress (1): 16/85 kB
+[INFO] Progress (1): 20/85 kB
+[INFO] Progress (1): 25/85 kB
+[INFO] Progress (1): 29/85 kB
+[INFO] Progress (1): 33/85 kB
+[INFO] Progress (1): 37/85 kB
+[INFO] Progress (1): 41/85 kB
+[INFO] Progress (1): 45/85 kB
+[INFO] Progress (1): 49/85 kB
+[INFO] Progress (1): 53/85 kB
+[INFO] Progress (1): 57/85 kB
+[INFO] Progress (1): 61/85 kB
+[INFO] Progress (1): 66/85 kB
+[INFO] Progress (1): 70/85 kB
+[INFO] Progress (1): 74/85 kB
+[INFO] Progress (1): 78/85 kB
+[INFO] Progress (1): 82/85 kB
+[INFO] Progress (1): 85 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar (85 kB at 205 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/85 kB
+[INFO] Progress (1): 8.2/85 kB
+[INFO] Progress (1): 12/85 kB 
+[INFO] Progress (1): 16/85 kB
+[INFO] Progress (1): 20/85 kB
+[INFO] Progress (1): 25/85 kB
+[INFO] Progress (1): 29/85 kB
+[INFO] Progress (1): 33/85 kB
+[INFO] Progress (1): 37/85 kB
+[INFO] Progress (1): 41/85 kB
+[INFO] Progress (1): 45/85 kB
+[INFO] Progress (1): 49/85 kB
+[INFO] Progress (1): 53/85 kB
+[INFO] Progress (1): 57/85 kB
+[INFO] Progress (1): 61/85 kB
+[INFO] Progress (1): 66/85 kB
+[INFO] Progress (1): 70/85 kB
+[INFO] Progress (1): 74/85 kB
+[INFO] Progress (1): 78/85 kB
+[INFO] Progress (1): 82/85 kB
+[INFO] Progress (1): 85 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar (85 kB at 236 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/25 kB
+[INFO] Progress (1): 8.2/25 kB
+[INFO] Progress (1): 12/25 kB 
+[INFO] Progress (1): 16/25 kB
+[INFO] Progress (1): 20/25 kB
+[INFO] Progress (1): 25/25 kB
+[INFO] Progress (1): 25 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar (25 kB at 81 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar
+[INFO] Progress (1): 8.2/999 kB
+[INFO] Progress (1): 16/999 kB 
+[INFO] Progress (1): 25/999 kB
+[INFO] Progress (1): 33/999 kB
+[INFO] Progress (1): 41/999 kB
+[INFO] Progress (1): 49/999 kB
+[INFO] Progress (1): 57/999 kB
+[INFO] Progress (1): 66/999 kB
+[INFO] Progress (1): 74/999 kB
+[INFO] Progress (1): 82/999 kB
+[INFO] Progress (1): 90/999 kB
+[INFO] Progress (1): 98/999 kB
+[INFO] Progress (1): 106/999 kB
+[INFO] Progress (1): 115/999 kB
+[INFO] Progress (1): 123/999 kB
+[INFO] Progress (1): 131/999 kB
+[INFO] Progress (1): 139/999 kB
+[INFO] Progress (1): 147/999 kB
+[INFO] Progress (1): 156/999 kB
+[INFO] Progress (1): 164/999 kB
+[INFO] Progress (1): 172/999 kB
+[INFO] Progress (1): 180/999 kB
+[INFO] Progress (1): 188/999 kB
+[INFO] Progress (1): 197/999 kB
+[INFO] Progress (1): 205/999 kB
+[INFO] Progress (1): 213/999 kB
+[INFO] Progress (1): 221/999 kB
+[INFO] Progress (1): 229/999 kB
+[INFO] Progress (1): 238/999 kB
+[INFO] Progress (1): 246/999 kB
+[INFO] Progress (1): 254/999 kB
+[INFO] Progress (1): 262/999 kB
+[INFO] Progress (1): 270/999 kB
+[INFO] Progress (1): 279/999 kB
+[INFO] Progress (1): 287/999 kB
+[INFO] Progress (1): 295/999 kB
+[INFO] Progress (1): 303/999 kB
+[INFO] Progress (1): 311/999 kB
+[INFO] Progress (1): 319/999 kB
+[INFO] Progress (1): 328/999 kB
+[INFO] Progress (1): 336/999 kB
+[INFO] Progress (1): 344/999 kB
+[INFO] Progress (1): 352/999 kB
+[INFO] Progress (1): 360/999 kB
+[INFO] Progress (1): 369/999 kB
+[INFO] Progress (1): 377/999 kB
+[INFO] Progress (1): 385/999 kB
+[INFO] Progress (1): 393/999 kB
+[INFO] Progress (1): 401/999 kB
+[INFO] Progress (1): 410/999 kB
+[INFO] Progress (1): 418/999 kB
+[INFO] Progress (1): 426/999 kB
+[INFO] Progress (1): 434/999 kB
+[INFO] Progress (1): 442/999 kB
+[INFO] Progress (1): 451/999 kB
+[INFO] Progress (1): 459/999 kB
+[INFO] Progress (1): 467/999 kB
+[INFO] Progress (1): 475/999 kB
+[INFO] Progress (1): 483/999 kB
+[INFO] Progress (1): 492/999 kB
+[INFO] Progress (1): 500/999 kB
+[INFO] Progress (1): 508/999 kB
+[INFO] Progress (1): 516/999 kB
+[INFO] Progress (1): 524/999 kB
+[INFO] Progress (1): 532/999 kB
+[INFO] Progress (1): 541/999 kB
+[INFO] Progress (1): 549/999 kB
+[INFO] Progress (1): 557/999 kB
+[INFO] Progress (1): 565/999 kB
+[INFO] Progress (1): 573/999 kB
+[INFO] Progress (1): 582/999 kB
+[INFO] Progress (1): 590/999 kB
+[INFO] Progress (1): 598/999 kB
+[INFO] Progress (1): 606/999 kB
+[INFO] Progress (1): 614/999 kB
+[INFO] Progress (1): 623/999 kB
+[INFO] Progress (1): 631/999 kB
+[INFO] Progress (1): 639/999 kB
+[INFO] Progress (1): 647/999 kB
+[INFO] Progress (1): 655/999 kB
+[INFO] Progress (1): 664/999 kB
+[INFO] Progress (1): 672/999 kB
+[INFO] Progress (1): 680/999 kB
+[INFO] Progress (1): 688/999 kB
+[INFO] Progress (1): 696/999 kB
+[INFO] Progress (1): 705/999 kB
+[INFO] Progress (1): 713/999 kB
+[INFO] Progress (1): 721/999 kB
+[INFO] Progress (1): 729/999 kB
+[INFO] Progress (1): 737/999 kB
+[INFO] Progress (1): 745/999 kB
+[INFO] Progress (1): 754/999 kB
+[INFO] Progress (1): 762/999 kB
+[INFO] Progress (1): 770/999 kB
+[INFO] Progress (1): 778/999 kB
+[INFO] Progress (1): 786/999 kB
+[INFO] Progress (1): 795/999 kB
+[INFO] Progress (1): 803/999 kB
+[INFO] Progress (1): 811/999 kB
+[INFO] Progress (1): 819/999 kB
+[INFO] Progress (1): 827/999 kB
+[INFO] Progress (1): 836/999 kB
+[INFO] Progress (1): 844/999 kB
+[INFO] Progress (1): 852/999 kB
+[INFO] Progress (1): 860/999 kB
+[INFO] Progress (1): 868/999 kB
+[INFO] Progress (1): 877/999 kB
+[INFO] Progress (1): 885/999 kB
+[INFO] Progress (1): 893/999 kB
+[INFO] Progress (1): 901/999 kB
+[INFO] Progress (1): 909/999 kB
+[INFO] Progress (1): 918/999 kB
+[INFO] Progress (1): 926/999 kB
+[INFO] Progress (1): 934/999 kB
+[INFO] Progress (1): 942/999 kB
+[INFO] Progress (1): 950/999 kB
+[INFO] Progress (1): 958/999 kB
+[INFO] Progress (1): 967/999 kB
+[INFO] Progress (1): 975/999 kB
+[INFO] Progress (1): 983/999 kB
+[INFO] Progress (1): 991/999 kB
+[INFO] Progress (1): 999 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar (999 kB at 834 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom.asc (833 B at 9.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar.asc (833 B at 8.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom.asc (833 B at 6.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc (833 B at 8.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc (833 B at 9.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar.asc (833 B at 9.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.jar.asc.asc (833 B at 9.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0.pom.asc.asc (833 B at 8.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc.asc (833 B at 7.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-sources.jar.asc.asc (833 B at 8.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-test-sources.jar.asc.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-request/9.11.0/wicket-request-9.11.0-javadoc.jar.asc.asc (833 B at 8.2 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-request ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] -------------------< org.apache.wicket:wicket-core >--------------------
+[INFO] [INFO] Building Wicket Core 9.11.0                                       [4/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-core ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-core ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-core ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-core ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-core ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-core ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 69 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- yuicompressor-maven-plugin:1.5.1:compress (default) @ wicket-core ---
+[INFO] [INFO] wicket-ajax-jquery.js (72747b) -> wicket-ajax-jquery.min.js (27349b)[37%]
+[INFO] [INFO] error.css (1435b) -> error.min.css (508b)[35%]
+[INFO] [INFO] wicket-browser-info.js (3879b) -> wicket-browser-info.min.js (1820b)[46%]
+[INFO] [INFO] pageview.css (1464b) -> pageview.min.css (538b)[36%]
+[INFO] [INFO] FilesSelectedBehavior.js (2677b) -> FilesSelectedBehavior.min.js (558b)[20%]
+[INFO] [INFO] MultiFileUploadField.js (5999b) -> MultiFileUploadField.min.js (2083b)[34%]
+[INFO] [INFO] CheckSelector.js (5057b) -> CheckSelector.min.js (1148b)[22%]
+[INFO] [INFO] wicket-ajax-jquery.min.js (27349b) -> wicket-ajax-jquery.min.min.js (27349b)[100%]
+[INFO] [INFO] error.min.css (508b) -> error.min.min.css (508b)[100%]
+[INFO] [INFO] wicket-browser-info.min.js (1820b) -> wicket-browser-info.min.min.js (1820b)[100%]
+[INFO] [INFO] pageview.min.css (538b) -> pageview.min.min.css (538b)[100%]
+[INFO] [INFO] MultiFileUploadField.min.js (2083b) -> MultiFileUploadField.min.min.js (2083b)[100%]
+[INFO] [INFO] FilesSelectedBehavior.min.js (558b) -> FilesSelectedBehavior.min.min.js (558b)[100%]
+[INFO] [INFO] CheckSelector.min.js (1148b) -> CheckSelector.min.min.js (1148b)[100%]
+[INFO] [INFO] total input (127262b) -> output (68008b)[53%]
+[INFO] [INFO] nb warnings: 0, nb errors: 0
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-core ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 834 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/classes
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java:[1113,41] [dep-ann] deprecated item is not annotated with @Deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/settings/SecuritySettings.java:[281,28] [removal] DefaultAuthenticationStrategy(String) in DefaultAuthenticationStrategy has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/MockHttpServletResponse.java:[189,15] [deprecation] encodeRedirectUrl(String) in HttpServletResponse has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/MockHttpServletResponse.java:[216,15] [deprecation] encodeUrl(String) in HttpServletResponse has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/MockHttpServletRequest.java:[1226,16] [deprecation] isRequestedSessionIdFromUrl() in HttpServletRequest has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/core/util/crypt/AbstractJceCrypt.java:[96,19] [removal] setKey(String) in ICrypt has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/MockServletContext.java:[807,13] [deprecation] log(Exception,String) in ServletContext has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/MockServletContext.java:[782,28] [deprecation] getServletNames() in ServletContext has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/MockServletContext.java:[793,29] [deprecation] getServlets() in ServletContext has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/MockServletContext.java:[595,16] [deprecation] getServlet(String) in ServletContext has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java:[225,20] [dep-ann] deprecated item is not annotated with @Deprecated
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-core ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-core ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 1085 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-core ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 1145 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/test-classes
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/test/java/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListenerTest.java:[26,38] [deprecation] CsrfPreventionRequestCycleListener in org.apache.wicket.protocol.http has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/test/java/org/apache/wicket/core/request/mapper/CryptoMapperTest.java:[101,7] [removal] setKey(String) in ICrypt has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/test/java/org/apache/wicket/protocol/http/request/CryptedUrlWebRequestCodingStrategyTest.java:[126,16] [removal] setKey(String) in ICrypt has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/test/java/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListenerTest.java:[428,9] [deprecation] CsrfPreventionRequestCycleListener in org.apache.wicket.protocol.http has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/test/java/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListenerTest.java:[584,3] [deprecation] CsrfPreventionRequestCycleListener in org.apache.wicket.protocol.http has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/test/java/org/apache/wicket/markup/html/form/encryption/CryptTest.java:[36,23] [removal] SunJceCrypt() in SunJceCrypt has been deprecated and marked for removal
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/test/java/org/apache/wicket/markup/html/form/encryption/CryptTest.java:[37,7] [removal] setKey(String) in ICrypt has been deprecated and marked for removal
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-core ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.PageFactoryTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in org.apache.wicket.PageFactoryTest
+[INFO] [INFO] Running org.apache.wicket.BehaviorUrlTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s - in org.apache.wicket.BehaviorUrlTest
+[INFO] [INFO] Running org.apache.wicket.OnComponentTagListenerTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.apache.wicket.OnComponentTagListenerTest
+[INFO] [INFO] Running org.apache.wicket.ComponentInitializationTest
+[INFO] [Page class = org.apache.wicket.ComponentInitializationTest$1, id = 0, render count = 0]
+[INFO] [Page class = org.apache.wicket.ComponentInitializationTest$1, id = 0, render count = 0]
+[INFO] [TestComponent [Component id = t1]]
+[INFO] [TestComponent [Component id = t1]]
+[INFO] [TestComponent [Component id = t2]]
+[INFO] [TestComponent [Component id = t2]]
+[INFO] [Page class = org.apache.wicket.ComponentInitializationTest$2, id = 0, render count = 0]
+[INFO] [TestComponent [Component id = t1]]
+[INFO] [TestComponent [Component id = t2]]
+[INFO] [TestComponent [Component id = t3]]
+[INFO] [TestComponent [Component id = t4]]
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.apache.wicket.ComponentInitializationTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AjaxBehaviorAndMetaDataTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.wicket.ajax.AjaxBehaviorAndMetaDataTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AjaxCallbackFunctionTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apache.wicket.ajax.AjaxCallbackFunctionTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AjaxHeaderContributionTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.apache.wicket.ajax.AjaxHeaderContributionTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AjaxEventBehaviorTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.wicket.ajax.AjaxEventBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.ajax.InternalErrorCallsAjaxOnFailureTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.apache.wicket.ajax.InternalErrorCallsAjaxOnFailureTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AjaxBehaviorEnabledTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.wicket.ajax.AjaxBehaviorEnabledTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.755 s - in org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AjaxRequestHandlerTest
+[INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.apache.wicket.ajax.AjaxRequestHandlerTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AjaxChannelTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.ajax.AjaxChannelTest
+[INFO] [INFO] Running org.apache.wicket.ajax.attributes.AjaxAttributeNameTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.ajax.attributes.AjaxAttributeNameTest
+[INFO] [INFO] Running org.apache.wicket.ajax.DomReadyOrderTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.apache.wicket.ajax.DomReadyOrderTest
+[INFO] [INFO] Running org.apache.wicket.ajax.markup.html.ComponentNotOnPageTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.wicket.ajax.markup.html.ComponentNotOnPageTest
+[INFO] [INFO] Running org.apache.wicket.ajax.markup.html.AjaxFallbackLinkTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.wicket.ajax.markup.html.AjaxFallbackLinkTest
+[INFO] [INFO] Running org.apache.wicket.ajax.markup.html.ajaxLink.AjaxLinkTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.apache.wicket.ajax.markup.html.ajaxLink.AjaxLinkTest
+[INFO] [INFO] Running org.apache.wicket.ajax.markup.html.StatelessAjaxFallbackLinkDoNotRecreateTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.ajax.markup.html.StatelessAjaxFallbackLinkDoNotRecreateTest
+[INFO] [INFO] Running org.apache.wicket.ajax.markup.html.StatelessAjaxFallbackLinkTest
+[INFO] [1, 2]
+[INFO] [1, 2, 3]
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.apache.wicket.ajax.markup.html.StatelessAjaxFallbackLinkTest
+[INFO] [INFO] Running org.apache.wicket.ajax.markup.html.componentMap.SimpleTestPanelTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.wicket.ajax.markup.html.componentMap.SimpleTestPanelTest
+[INFO] [INFO] Running org.apache.wicket.ajax.markup.html.form.AjaxButtonTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.apache.wicket.ajax.markup.html.form.AjaxButtonTest
+[INFO] [INFO] Running org.apache.wicket.ajax.markup.html.form.StatelessAjaxSubmitLinkTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.apache.wicket.ajax.markup.html.form.StatelessAjaxSubmitLinkTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AjaxTimerBehaviorTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.apache.wicket.ajax.AjaxTimerBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.ajax.GlobalUpdateAjaxAttributesTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.ajax.GlobalUpdateAjaxAttributesTest
+[INFO] [INFO] Running org.apache.wicket.ajax.AjaxComponentVisibilityTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.wicket.ajax.AjaxComponentVisibilityTest
+[INFO] [INFO] Running org.apache.wicket.ajax.json.JsonUtilsTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.ajax.json.JsonUtilsTest
+[INFO] [INFO] Running org.apache.wicket.ajax.form.AjaxFormChoiceComponentUpdatingBehaviorTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.apache.wicket.ajax.form.AjaxFormChoiceComponentUpdatingBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.ajax.form.OnChangeAjaxBehaviorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.apache.wicket.ajax.form.OnChangeAjaxBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.ajax.form.AjaxFormValidatingBehaviorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.apache.wicket.ajax.form.AjaxFormValidatingBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.ajax.form.AjaxFormSubmitBehaviorTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.apache.wicket.ajax.form.AjaxFormSubmitBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.ajax.form.AjaxFormSubmitTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.apache.wicket.ajax.form.AjaxFormSubmitTest
+[INFO] [INFO] Running org.apache.wicket.csp.CSPSettingRequestCycleListenerTest
+[INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.apache.wicket.csp.CSPSettingRequestCycleListenerTest
+[INFO] [INFO] Running org.apache.wicket.noheadnobody.NoHeadNoBodyTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.wicket.noheadnobody.NoHeadNoBodyTest
+[INFO] [INFO] Running org.apache.wicket.CachingDisabledLocalizerTest
+[INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.apache.wicket.CachingDisabledLocalizerTest
+[INFO] [INFO] Running org.apache.wicket.redirect.intercept.InterceptTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.wicket.redirect.intercept.InterceptTest
+[INFO] [INFO] Running org.apache.wicket.redirect.abort.AbortExceptionTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.redirect.abort.AbortExceptionTest
+[INFO] [INFO] Running org.apache.wicket.redirect.RestartWithMountedPageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.redirect.RestartWithMountedPageTest
+[INFO] [INFO] Running org.apache.wicket.behavior.ImmutableBehaviorIdsTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.wicket.behavior.ImmutableBehaviorIdsTest
+[INFO] [INFO] Running org.apache.wicket.behavior.SharedBehaviorTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.behavior.SharedBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.behavior.AjaxCallbackUrlTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.behavior.AjaxCallbackUrlTest
+[INFO] [INFO] Running org.apache.wicket.behavior.BehaviorTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.wicket.behavior.BehaviorTest
+[INFO] [INFO] Running org.apache.wicket.queueing.transparentresolvers.DequeueingTransparentWebMarkupContainerTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.wicket.queueing.transparentresolvers.DequeueingTransparentWebMarkupContainerTest
+[INFO] [INFO] Running org.apache.wicket.queueing.ComponentQueueingTest
+[INFO] [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s - in org.apache.wicket.queueing.ComponentQueueingTest
+[INFO] [INFO] Running org.apache.wicket.queueing.ComponentQueueingPerformanceTest
+[INFO] add duration: 1465 queue duration: 11279
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.343 s - in org.apache.wicket.queueing.ComponentQueueingPerformanceTest
+[INFO] [INFO] Running org.apache.wicket.ComponentConfigurationTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.ComponentConfigurationTest
+[INFO] [INFO] Running org.apache.wicket.FormDispatchEventTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.apache.wicket.FormDispatchEventTest
+[INFO] [INFO] Running org.apache.wicket.RemoveTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.RemoveTest
+[INFO] [INFO] Running org.apache.wicket.ComponentWithLazyModelCreationTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.ComponentWithLazyModelCreationTest
+[INFO] [INFO] Running org.apache.wicket.RestartResponseAtInterceptPageExceptionTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.RestartResponseAtInterceptPageExceptionTest
+[INFO] [INFO] Running org.apache.wicket.BehaviorsDetachTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.BehaviorsDetachTest
+[INFO] [INFO] Running org.apache.wicket.StyleAttributeModifierTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.StyleAttributeModifierTest
+[INFO] [INFO] Running org.apache.wicket.DefaultExceptionMapperTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.apache.wicket.DefaultExceptionMapperTest
+[INFO] [INFO] Running org.apache.wicket.markupFragments.MarkupFragmentTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.apache.wicket.markupFragments.MarkupFragmentTest
+[INFO] [INFO] Running org.apache.wicket.AuthorizationTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.apache.wicket.AuthorizationTest
+[INFO] [INFO] Running org.apache.wicket.properties.PropertiesTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.apache.wicket.properties.PropertiesTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.HeaderBufferingWebResponseTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.protocol.http.HeaderBufferingWebResponseTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.WebApplicationTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.protocol.http.WebApplicationTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.WebSessionTest
+[INFO] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.apache.wicket.protocol.http.WebSessionTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.ResourceIsolationRequestCycleListenerTest
+[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.apache.wicket.protocol.http.ResourceIsolationRequestCycleListenerTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.WebExternalResourceTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.protocol.http.WebExternalResourceTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.SessionDestroyTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.apache.wicket.protocol.http.SessionDestroyTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.WicketURLTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.protocol.http.WicketURLTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.servlet.ServletWebRequestTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.apache.wicket.protocol.http.servlet.ServletWebRequestTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.servlet.WicketSessionFilterTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.protocol.http.servlet.WicketSessionFilterTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.servlet.ServletWebResponseTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s - in org.apache.wicket.protocol.http.servlet.ServletWebResponseTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.servlet.SecuredRemoteAddressRequestWrapperFactoryTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.protocol.http.servlet.SecuredRemoteAddressRequestWrapperFactoryTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.servlet.XForwardedRequestWrapperTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.wicket.protocol.http.servlet.XForwardedRequestWrapperTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.request.WebClientInfoTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.protocol.http.request.WebClientInfoTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategyTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.apache.wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategyTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.WebResponseExceptionsTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.apache.wicket.protocol.http.WebResponseExceptionsTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.mock.MockHttpServletResponseTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.protocol.http.mock.MockHttpServletResponseTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.mock.CookiesTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.protocol.http.mock.CookiesTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.mock.MockHttpServletRequestTest
+[INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.wicket.protocol.http.mock.MockHttpServletRequestTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.mock.MockServletContextTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.protocol.http.mock.MockServletContextTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListenerTest
+[INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListenerTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.ClientPropertiesTest
+[INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.apache.wicket.protocol.http.ClientPropertiesTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.MultipartFormComponentListenerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.apache.wicket.protocol.http.MultipartFormComponentListenerTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.RequestUtilsTest
+[INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.wicket.protocol.http.RequestUtilsTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.WicketFilterTest
+[INFO] ********************************************************************
+[INFO] *** WARNING: Wicket is running in DEVELOPMENT mode.              ***
+[INFO] ***                               ^^^^^^^^^^^                    ***
+[INFO] *** Do NOT deploy to your live server(s) without changing this.  ***
+[INFO] *** See Application#getConfigurationType() for more information. ***
+[INFO] ********************************************************************
+[INFO] ********************************************************************
+[INFO] *** WARNING: Wicket is running in DEVELOPMENT mode.              ***
+[INFO] ***                               ^^^^^^^^^^^                    ***
+[INFO] *** Do NOT deploy to your live server(s) without changing this.  ***
+[INFO] *** See Application#getConfigurationType() for more information. ***
+[INFO] ********************************************************************
+[INFO] ********************************************************************
+[INFO] *** WARNING: Wicket is running in DEVELOPMENT mode.              ***
+[INFO] ***                               ^^^^^^^^^^^                    ***
+[INFO] *** Do NOT deploy to your live server(s) without changing this.  ***
+[INFO] *** See Application#getConfigurationType() for more information. ***
+[INFO] ********************************************************************
+[INFO] ********************************************************************
+[INFO] *** WARNING: Wicket is running in DEVELOPMENT mode.              ***
+[INFO] ***                               ^^^^^^^^^^^                    ***
+[INFO] *** Do NOT deploy to your live server(s) without changing this.  ***
+[INFO] *** See Application#getConfigurationType() for more information. ***
+[INFO] ********************************************************************
+[INFO] ********************************************************************
+[INFO] *** WARNING: Wicket is running in DEVELOPMENT mode.              ***
+[INFO] ***                               ^^^^^^^^^^^                    ***
+[INFO] *** Do NOT deploy to your live server(s) without changing this.  ***
+[INFO] *** See Application#getConfigurationType() for more information. ***
+[INFO] ********************************************************************
+[INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.242 s - in org.apache.wicket.protocol.http.WicketFilterTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.StoredResponsesMapTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.054 s - in org.apache.wicket.protocol.http.StoredResponsesMapTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.ResponseIOExceptionTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.protocol.http.ResponseIOExceptionTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.BufferedWebResponseTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.protocol.http.BufferedWebResponseTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.ModifyCookiePageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.protocol.http.ModifyCookiePageTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.RequestLoggerLiveSessionsTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.629 s - in org.apache.wicket.protocol.http.RequestLoggerLiveSessionsTest
+[INFO] [INFO] Running org.apache.wicket.protocol.http.AbstractRequestLoggerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.protocol.http.AbstractRequestLoggerTest
+[INFO] [INFO] Running org.apache.wicket.protocol.https.HttpsMapperApplicationTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.wicket.protocol.https.HttpsMapperApplicationTest
+[INFO] [INFO] Running org.apache.wicket.protocol.https.HttpsMapperTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.apache.wicket.protocol.https.HttpsMapperTest
+[INFO] [INFO] Running org.apache.wicket.ComponentBehaviorOverComponentTagBehaviorTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.apache.wicket.ComponentBehaviorOverComponentTagBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.settings.ExceptionSettingsNotRenderableErrorStrategyTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.settings.ExceptionSettingsNotRenderableErrorStrategyTest
+[INFO] [INFO] Running org.apache.wicket.settings.ISecuritySettingsTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.apache.wicket.settings.ISecuritySettingsTest
+[INFO] [INFO] Running org.apache.wicket.settings.DebugSettingsTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.settings.DebugSettingsTest
+[INFO] [INFO] Running org.apache.wicket.settings.def.SetCustomResourceSettingsTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.apache.wicket.settings.def.SetCustomResourceSettingsTest
+[INFO] [INFO] Running org.apache.wicket.EventDispatcherTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.EventDispatcherTest
+[INFO] [INFO] Running org.apache.wicket.response.filter.XmlCleaningResponseFilterTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.response.filter.XmlCleaningResponseFilterTest
+[INFO] [INFO] Running org.apache.wicket.response.filter.ResponseFilterTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.wicket.response.filter.ResponseFilterTest
+[INFO] [INFO] Running org.apache.wicket.response.PreserveCookieForTheNextHandlerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.response.PreserveCookieForTheNextHandlerTest
+[INFO] [INFO] Running org.apache.wicket.VisitorTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.VisitorTest
+[INFO] [INFO] Running org.apache.wicket.ParentResourceEscapePathTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.wicket.ParentResourceEscapePathTest
+[INFO] [INFO] Running org.apache.wicket.ConverterLocatorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.ConverterLocatorTest
+[INFO] [INFO] Running org.apache.wicket.PageMarkupLoadingTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.wicket.PageMarkupLoadingTest
+[INFO] [INFO] Running org.apache.wicket.SetResponsePageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.SetResponsePageTest
+[INFO] [INFO] Running org.apache.wicket.component.replacewith.ReplaceWithTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.apache.wicket.component.replacewith.ReplaceWithTest
+[INFO] [INFO] Running org.apache.wicket.DefaultExceptionMapperResourceBlockedProdModeTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.DefaultExceptionMapperResourceBlockedProdModeTest
+[INFO] [INFO] Running org.apache.wicket.ApplicationSettingsTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.ApplicationSettingsTest
+[INFO] [INFO] Running org.apache.wicket.session.BindSessionOnRedirectTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.session.BindSessionOnRedirectTest
+[INFO] [INFO] Running org.apache.wicket.session.DefaultPageFactoryTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.wicket.session.DefaultPageFactoryTest
+[INFO] [INFO] Running org.apache.wicket.OnReAddTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.wicket.OnReAddTest
+[INFO] [INFO] Running org.apache.wicket.feedback.FeedbackRenderTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.wicket.feedback.FeedbackRenderTest
+[INFO] [INFO] Running org.apache.wicket.authorization.ComponentIsRenderedAllowedTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.authorization.ComponentIsRenderedAllowedTest
+[INFO] [INFO] Running org.apache.wicket.ComponentTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.wicket.ComponentTest
+[INFO] [INFO] Running org.apache.wicket.LocalizerTest
+[INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.apache.wicket.LocalizerTest
+[INFO] [INFO] Running org.apache.wicket.intercept.InterceptDataCleanedAfterReadTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.apache.wicket.intercept.InterceptDataCleanedAfterReadTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.AbstractPersistentPageStoreTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.pageStore.AbstractPersistentPageStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.RequestPageStoreTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.pageStore.RequestPageStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.DiskPageStoreTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 s - in org.apache.wicket.pageStore.DiskPageStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.InSessionPageStoreSizeTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.pageStore.InSessionPageStoreSizeTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.CryptingPageStoreTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.apache.wicket.pageStore.CryptingPageStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.DefaultPageContextTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.wicket.pageStore.DefaultPageContextTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.AsynchronousDataStoreTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.apache.wicket.pageStore.AsynchronousDataStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.AsynchronousPageStoreTest
+[INFO] Metrics[storedPage = DummyPage[pageId = 1, writeMillis = 1897, readMillis = 1414, sessionId = 1, hashCode = 1419467316], storingMillis = 0, restoredPage = DummyPage[pageId = 1, writeMillis = 1897, readMillis = 1414, sessionId = 1, hashCode = 1419467316], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 1, writeMillis = 2055, readMillis = 1470, sessionId = 2, hashCode = 1568394883], storingMillis = 0, restoredPage = DummyPage[pageId = 1, writeMillis = 2055, readMillis = 1470, sessionId = 2, hashCode = 1568394883], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 2, writeMillis = 2080, readMillis = 1543, sessionId = 1, hashCode = 1742573561], storingMillis = 0, restoredPage = DummyPage[pageId = 2, writeMillis = 2080, readMillis = 1543, sessionId = 1, hashCode = 1742573561], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 2, writeMillis = 2075, readMillis = 1352, sessionId = 2, hashCode = 1137478032], storingMillis = 0, restoredPage = DummyPage[pageId = 2, writeMillis = 2075, readMillis = 1352, sessionId = 2, hashCode = 1137478032], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 3, writeMillis = 2174, readMillis = 1627, sessionId = 1, hashCode = 1968725809], storingMillis = 0, restoredPage = DummyPage[pageId = 3, writeMillis = 2174, readMillis = 1627, sessionId = 1, hashCode = 1968725809], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 3, writeMillis = 1935, readMillis = 1580, sessionId = 2, hashCode = 1993644239], storingMillis = 0, restoredPage = DummyPage[pageId = 3, writeMillis = 1935, readMillis = 1580, sessionId = 2, hashCode = 1993644239], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 4, writeMillis = 1995, readMillis = 1621, sessionId = 1, hashCode = 2113762219], storingMillis = 2026, restoredPage = DummyPage[pageId = 4, writeMillis = 1995, readMillis = 1621, sessionId = 1, hashCode = 1524295053], restoringMillis = 1621]
+[INFO] Metrics[storedPage = DummyPage[pageId = 4, writeMillis = 1837, readMillis = 1366, sessionId = 2, hashCode = 1833736240], storingMillis = 0, restoredPage = DummyPage[pageId = 4, writeMillis = 1837, readMillis = 1366, sessionId = 2, hashCode = 1833736240], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 5, writeMillis = 2172, readMillis = 1560, sessionId = 1, hashCode = 1066166198], storingMillis = 2203, restoredPage = DummyPage[pageId = 5, writeMillis = 2172, readMillis = 1560, sessionId = 1, hashCode = 704265159], restoringMillis = 1560]
+[INFO] Metrics[storedPage = DummyPage[pageId = 5, writeMillis = 1891, readMillis = 1431, sessionId = 2, hashCode = 612455928], storingMillis = 0, restoredPage = DummyPage[pageId = 5, writeMillis = 1891, readMillis = 1431, sessionId = 2, hashCode = 612455928], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 1, writeMillis = 1966, readMillis = 1495, sessionId = 1, hashCode = 755352640], storingMillis = 0, restoredPage = DummyPage[pageId = 1, writeMillis = 1966, readMillis = 1495, sessionId = 1, hashCode = 755352640], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 1, writeMillis = 1838, readMillis = 1487, sessionId = 2, hashCode = 1902684033], storingMillis = 0, restoredPage = DummyPage[pageId = 1, writeMillis = 1838, readMillis = 1487, sessionId = 2, hashCode = 1902684033], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 2, writeMillis = 1865, readMillis = 1470, sessionId = 1, hashCode = 154443368], storingMillis = 0, restoredPage = DummyPage[pageId = 2, writeMillis = 1865, readMillis = 1470, sessionId = 1, hashCode = 154443368], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 2, writeMillis = 1873, readMillis = 1504, sessionId = 2, hashCode = 657732643], storingMillis = 0, restoredPage = DummyPage[pageId = 2, writeMillis = 1873, readMillis = 1504, sessionId = 2, hashCode = 657732643], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 3, writeMillis = 1871, readMillis = 1399, sessionId = 1, hashCode = 605078337], storingMillis = 0, restoredPage = DummyPage[pageId = 3, writeMillis = 1871, readMillis = 1399, sessionId = 1, hashCode = 605078337], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 3, writeMillis = 1804, readMillis = 1467, sessionId = 2, hashCode = 284175597], storingMillis = 0, restoredPage = DummyPage[pageId = 3, writeMillis = 1804, readMillis = 1467, sessionId = 2, hashCode = 284175597], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 4, writeMillis = 1820, readMillis = 1360, sessionId = 1, hashCode = 1025128261], storingMillis = 0, restoredPage = DummyPage[pageId = 4, writeMillis = 1820, readMillis = 1360, sessionId = 1, hashCode = 1025128261], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 4, writeMillis = 2023, readMillis = 1596, sessionId = 2, hashCode = 998869481], storingMillis = 0, restoredPage = DummyPage[pageId = 4, writeMillis = 2023, readMillis = 1596, sessionId = 2, hashCode = 998869481], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 5, writeMillis = 1813, readMillis = 1497, sessionId = 1, hashCode = 430001938], storingMillis = 0, restoredPage = DummyPage[pageId = 5, writeMillis = 1813, readMillis = 1497, sessionId = 1, hashCode = 430001938], restoringMillis = 0]
+[INFO] Metrics[storedPage = DummyPage[pageId = 5, writeMillis = 1942, readMillis = 1440, sessionId = 2, hashCode = 145203087], storingMillis = 0, restoredPage = DummyPage[pageId = 5, writeMillis = 1942, readMillis = 1440, sessionId = 2, hashCode = 145203087], restoringMillis = 0]
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.791 s - in org.apache.wicket.pageStore.AsynchronousPageStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.InMemoryPageStoreSizeTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.pageStore.InMemoryPageStoreSizeTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.SerializingPageStoreTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.pageStore.SerializingPageStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.disk.NestedFoldersTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.pageStore.disk.NestedFoldersTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.disk.PageWindowManagerTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.wicket.pageStore.disk.PageWindowManagerTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.InSessionPageStoreTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.pageStore.InSessionPageStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.InMemoryPageStoreTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.pageStore.InMemoryPageStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.GroupingPageStoreTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.pageStore.GroupingPageStoreTest
+[INFO] [INFO] Running org.apache.wicket.pageStore.FilePageStoreTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 s - in org.apache.wicket.pageStore.FilePageStoreTest
+[INFO] [INFO] Running org.apache.wicket.FeedbackMessagesTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.FeedbackMessagesTest
+[INFO] [INFO] Running org.apache.wicket.PlaceholderTagIdTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.PlaceholderTagIdTest
+[INFO] [INFO] Running org.apache.wicket.validation.ValidatorBehaviorTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.apache.wicket.validation.ValidatorBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.validation.validator.CreditCardValidatorTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.validation.validator.CreditCardValidatorTest
+[INFO] [INFO] Running org.apache.wicket.validation.validator.RangeValidatorTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.validation.validator.RangeValidatorTest
+[INFO] [INFO] Running org.apache.wicket.validation.validator.UrlValidatorTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.848 s - in org.apache.wicket.validation.validator.UrlValidatorTest
+[INFO] [INFO] Running org.apache.wicket.validation.validator.EmailValidatorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.validation.validator.EmailValidatorTest
+[INFO] [INFO] Running org.apache.wicket.validation.ValidationErrorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.validation.ValidationErrorTest
+[INFO] [INFO] Running org.apache.wicket.validation.CompoundValidatorTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.apache.wicket.validation.CompoundValidatorTest
+[INFO] [INFO] Running org.apache.wicket.model.AbstractPropertyModelObjectClassTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.model.AbstractPropertyModelObjectClassTest
+[INFO] [INFO] Running org.apache.wicket.model.LambdaModelTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.model.LambdaModelTest
+[INFO] [INFO] Running org.apache.wicket.model.IModelTest
+[INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.apache.wicket.model.IModelTest
+[INFO] [INFO] Running org.apache.wicket.model.ChainingModelTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.model.ChainingModelTest
+[INFO] [INFO] Running org.apache.wicket.model.ModelToStringTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.model.ModelToStringTest
+[INFO] [INFO] Running org.apache.wicket.model.CompoundPropertyModelTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.model.CompoundPropertyModelTest
+[INFO] [INFO] Running org.apache.wicket.model.PropertyModelTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.model.PropertyModelTest
+[INFO] [INFO] Running org.apache.wicket.model.PropertyModelWithListTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.model.PropertyModelWithListTest
+[INFO] [INFO] Running org.apache.wicket.model.StringResourceModelTest
+[INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.apache.wicket.model.StringResourceModelTest
+[INFO] [INFO] Running org.apache.wicket.model.LoadableDetachableModelTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.wicket.model.LoadableDetachableModelTest
+[INFO] [INFO] Running org.apache.wicket.model.ModelDetachTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.model.ModelDetachTest
+[INFO] [INFO] Running org.apache.wicket.model.InheritedModelTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.wicket.model.InheritedModelTest
+[INFO] [INFO] Running org.apache.wicket.model.ResourceModelTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.wicket.model.ResourceModelTest
+[INFO] [INFO] Running org.apache.wicket.model.DetachableTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.model.DetachableTest
+[INFO] [INFO] Running org.apache.wicket.DefaultExceptionMapperResourceBlockedDevModeTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.DefaultExceptionMapperResourceBlockedDevModeTest
+[INFO] [INFO] Running org.apache.wicket.BehaviorRequestTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.BehaviorRequestTest
+[INFO] [INFO] Running org.apache.wicket.RestartResponseExceptionTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.RestartResponseExceptionTest
+[INFO] [INFO] Running org.apache.wicket.DefaultPageManagerProviderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.DefaultPageManagerProviderTest
+[INFO] [INFO] Running org.apache.wicket.markup.MarkupCacheTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.wicket.markup.MarkupCacheTest
+[INFO] [INFO] Running org.apache.wicket.markup.ComponentTagAttributeEscapingTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.ComponentTagAttributeEscapingTest
+[INFO] [INFO] Running org.apache.wicket.markup.DefaultMarkupCacheKeyProviderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.markup.DefaultMarkupCacheKeyProviderTest
+[INFO] [INFO] Running org.apache.wicket.markup.outputTransformer.OutputTransformerContainerTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.apache.wicket.markup.outputTransformer.OutputTransformerContainerTest
+[INFO] [INFO] Running org.apache.wicket.markup.MarkupTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.markup.MarkupTest
+[INFO] [INFO] Running org.apache.wicket.markup.MarkupFragmentTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.markup.MarkupFragmentTest
+[INFO] [INFO] Running org.apache.wicket.markup.MarkupInheritanceTest
+[INFO] === org.apache.wicket.markup.MarkupInheritanceExtension_4 ===
+[INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.apache.wicket.markup.MarkupInheritanceTest
+[INFO] [INFO] Running org.apache.wicket.markup.repeater.AbstractPageableViewTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.markup.repeater.AbstractPageableViewTest
+[INFO] [INFO] Running org.apache.wicket.markup.MarkupVariationTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.apache.wicket.markup.MarkupVariationTest
+[INFO] [INFO] Running org.apache.wicket.markup.MarkupParserTest
+[INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.apache.wicket.markup.MarkupParserTest
+[INFO] [INFO] Running org.apache.wicket.markup.HtmlProblemFinderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.markup.HtmlProblemFinderTest
+[INFO] [INFO] Running org.apache.wicket.markup.head.filter.FilteringHeaderResponseTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.apache.wicket.markup.head.filter.FilteringHeaderResponseTest
+[INFO] [INFO] Running org.apache.wicket.markup.head.HtmlImportHeaderItemTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.head.HtmlImportHeaderItemTest
+[INFO] [INFO] Running org.apache.wicket.markup.head.MetaDataHeaderItemTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.markup.head.MetaDataHeaderItemTest
+[INFO] [INFO] Running org.apache.wicket.markup.head.HeaderResponseTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.apache.wicket.markup.head.HeaderResponseTest
+[INFO] [INFO] Running org.apache.wicket.markup.renderStrategy.ChildFirstHeaderRenderStrategyTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.apache.wicket.markup.renderStrategy.ChildFirstHeaderRenderStrategyTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.autocomponent.AutocomponetsGenerationTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.markup.html.autocomponent.AutocomponetsGenerationTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.WebPageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.markup.html.WebPageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.XmlDeclResponseTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.wicket.markup.html.XmlDeclResponseTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.PackageResourceGuardTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.html.PackageResourceGuardTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.basic.LabelTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.markup.html.basic.LabelTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.basic.XmlPageTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.apache.wicket.markup.html.basic.XmlPageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.basic.SimpleResponsePageClassTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.apache.wicket.markup.html.basic.SimpleResponsePageClassTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.basic.SimplePageTest
+[INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.apache.wicket.markup.html.basic.SimplePageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.basic.EnclosureContainerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.html.basic.EnclosureContainerTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.basic.HomePageRedirectTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.html.basic.HomePageRedirectTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.tags.InputTagNotClosedTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.apache.wicket.markup.html.tags.InputTagNotClosedTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.HrefTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.wicket.markup.html.link.HrefTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.DownloadLinkTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.markup.html.link.DownloadLinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.ResourceLinkTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.html.link.ResourceLinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.AbstractLinkTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.html.link.AbstractLinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.BookmarkablePageLinkTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.wicket.markup.html.link.BookmarkablePageLinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.submitLink.FormPage2Test
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.apache.wicket.markup.html.link.submitLink.FormPage2Test
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.submitLink.FormPageTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.apache.wicket.markup.html.link.submitLink.FormPageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.ExternalLinkTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.markup.html.link.ExternalLinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.ClientSideImageMapTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.wicket.markup.html.link.ClientSideImageMapTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.AutolinkTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.apache.wicket.markup.html.link.AutolinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.MountedPageLinkTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.wicket.markup.html.link.MountedPageLinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.link.BookmarkableHomePageLinksTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.markup.html.link.BookmarkableHomePageLinksTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.list.PagedTableNavigatorWithLabelProviderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.apache.wicket.markup.html.list.PagedTableNavigatorWithLabelProviderTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.list.TableTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.html.list.TableTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.list.PagedTableNavigatorWithMarginTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.apache.wicket.markup.html.list.PagedTableNavigatorWithMarginTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.list.PagedTableNavigatorTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.apache.wicket.markup.html.list.PagedTableNavigatorTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.list.SimpleTableTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.markup.html.list.SimpleTableTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.list.ListViewTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.html.list.ListViewTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.list.IncrementalTableNavigationTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.markup.html.list.IncrementalTableNavigationTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.debug.WicketComponentTreeTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.markup.html.debug.WicketComponentTreeTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.header.HeaderScopingTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.wicket.markup.html.header.HeaderScopingTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.header.inheritance.InheritanceHeadTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.markup.html.header.inheritance.InheritanceHeadTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.header.testing3.HeaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.apache.wicket.markup.html.header.testing3.HeaderTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.header.testing.HeaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.markup.html.header.testing.HeaderTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.header.threelayers.InheritanceHeadTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.html.header.threelayers.InheritanceHeadTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.header.testing2.HeaderTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.markup.html.header.testing2.HeaderTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.header.threelayers2.InheritanceHeadTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.markup.html.header.threelayers2.InheritanceHeadTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.HeaderContributorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.markup.html.HeaderContributorTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.DecoratingHeaderResponseTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.wicket.markup.html.DecoratingHeaderResponseTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.SecurePackageResourceGuardTest
+[INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.wicket.markup.html.SecurePackageResourceGuardTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.navigation.paging.PagingNavigationIncrementLinkTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.markup.html.navigation.paging.PagingNavigationIncrementLinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.navigation.paging.PagingNavigationLinkTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.markup.html.navigation.paging.PagingNavigationLinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.media.MediaTagsTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.wicket.markup.html.media.MediaTagsTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.autolink.AutoLinkInPanelsTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.wicket.markup.html.autolink.AutoLinkInPanelsTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.autolink.AutolinkTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.wicket.markup.html.autolink.AutolinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.PackageResourceTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.wicket.markup.html.PackageResourceTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.border.ComponentBorderTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.apache.wicket.markup.html.border.ComponentBorderTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.image.InlineImageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.html.image.InlineImageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.image.InvalidImageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.html.image.InvalidImageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.image.ImageTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.apache.wicket.markup.html.image.ImageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.image.ExternalImageTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.markup.html.image.ExternalImageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.image.NonCachingImageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.html.image.NonCachingImageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.image.AjaxUpdatedImageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.html.image.AjaxUpdatedImageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.image.ResponsiveImageTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.wicket.markup.html.image.ResponsiveImageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.ComponentMarkupIdTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.wicket.markup.html.ComponentMarkupIdTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.panel.FencedFeedbackPanelTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.apache.wicket.markup.html.panel.FencedFeedbackPanelTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.panel.FeedbackPanelTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.apache.wicket.markup.html.panel.FeedbackPanelTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.panel.FragmentTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.markup.html.panel.FragmentTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.panel.PanelTest
+[INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.apache.wicket.markup.html.panel.PanelTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.MarkupHeadFirstTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.markup.html.MarkupHeadFirstTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.internal.TogglePageTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.apache.wicket.markup.html.internal.TogglePageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.internal.headeritems.HtmlHeaderItemsContainerTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.apache.wicket.markup.html.internal.headeritems.HtmlHeaderItemsContainerTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.internal.HtmlHeaderContainerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.html.internal.HtmlHeaderContainerTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.internal.AjaxEnclosureTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.apache.wicket.markup.html.internal.AjaxEnclosureTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.internal.HeaderResponseTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.apache.wicket.markup.html.internal.HeaderResponseTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.internal.InlineEnclosureTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.apache.wicket.markup.html.internal.InlineEnclosureTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.internal.EnclosureTest
+[INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.apache.wicket.markup.html.internal.EnclosureTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.TransparentWebMarkupContainerTest
+[INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.apache.wicket.markup.html.TransparentWebMarkupContainerTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormMethodMismatchTest
+[INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.apache.wicket.markup.html.form.FormMethodMismatchTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.EscapeAttributesInChoicesTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.wicket.markup.html.form.EscapeAttributesInChoicesTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.LambdaChoiceRendererTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.html.form.LambdaChoiceRendererTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormParentDisabledRawInputTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.wicket.markup.html.form.FormParentDisabledRawInputTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.upload.FileUploadTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.apache.wicket.markup.html.form.upload.FileUploadTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.upload.FileUploadServletPartTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.wicket.markup.html.form.upload.FileUploadServletPartTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.upload.MultiFileUploadFieldTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.apache.wicket.markup.html.form.upload.MultiFileUploadFieldTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.upload.FileUploadFieldTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.apache.wicket.markup.html.form.upload.FileUploadFieldTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.upload.FileUploadErrorTest
+[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in org.apache.wicket.markup.html.form.upload.FileUploadErrorTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.ListMultipleChoiceTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.apache.wicket.markup.html.form.ListMultipleChoiceTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.ButtonTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.apache.wicket.markup.html.form.ButtonTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.AbstractTextComponentConvertEmptyStringsToNullTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.markup.html.form.AbstractTextComponentConvertEmptyStringsToNullTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.RadioGroupTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.apache.wicket.markup.html.form.RadioGroupTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.DropDownChoiceTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.apache.wicket.markup.html.form.DropDownChoiceTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.ValidatorPropertiesTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.apache.wicket.markup.html.form.ValidatorPropertiesTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.login.InterceptTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.apache.wicket.markup.html.form.login.InterceptTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormValidationTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.apache.wicket.markup.html.form.FormValidationTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormComponentTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.apache.wicket.markup.html.form.FormComponentTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormMultiPartTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.apache.wicket.markup.html.form.FormMultiPartTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.NestedFormSubmitTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.apache.wicket.markup.html.form.NestedFormSubmitTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.feedback.FormFeedbackTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.apache.wicket.markup.html.form.feedback.FormFeedbackTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.SubmitLinkTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.wicket.markup.html.form.SubmitLinkTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.TextFieldTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.apache.wicket.markup.html.form.TextFieldTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.imagebutton.InvalidImageButtonTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.html.form.imagebutton.InvalidImageButtonTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.imagebutton.ImageButtonTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.wicket.markup.html.form.imagebutton.ImageButtonTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.AutoLabelWithContentTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.apache.wicket.markup.html.form.AutoLabelWithContentTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.CollectionFormComponentTest
+[INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.wicket.markup.html.form.CollectionFormComponentTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.AutoFormLabelPickupTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.apache.wicket.markup.html.form.AutoFormLabelPickupTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.validation.innerfeedback.InnerFeedbackTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.apache.wicket.markup.html.form.validation.innerfeedback.InnerFeedbackTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.validation.FormValidatorBehaviorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.apache.wicket.markup.html.form.validation.FormValidatorBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.validation.HomePageTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s - in org.apache.wicket.markup.html.form.validation.HomePageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.encryption.CryptTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.markup.html.form.encryption.CryptTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormComponentPanelProcessingTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.apache.wicket.markup.html.form.FormComponentPanelProcessingTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.NumberTextFieldTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.apache.wicket.markup.html.form.NumberTextFieldTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormSubmitOrderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.wicket.markup.html.form.FormSubmitOrderTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.CheckGroupTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.apache.wicket.markup.html.form.CheckGroupTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.apache.wicket.markup.html.form.FormTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.TextAreaTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.markup.html.form.TextAreaTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.PasswordTextFieldTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.markup.html.form.PasswordTextFieldTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormSubmitTest
+[INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.apache.wicket.markup.html.form.FormSubmitTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.LocalizedErrorMessageTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.apache.wicket.markup.html.form.LocalizedErrorMessageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.formComponentPanel.SimplePageTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.markup.html.form.formComponentPanel.SimplePageTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.DisabledItemRetainingCheckBoxTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.apache.wicket.markup.html.form.DisabledItemRetainingCheckBoxTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.AutoLabelTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.apache.wicket.markup.html.form.AutoLabelTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormValidationDisabledFormComponentTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.apache.wicket.markup.html.form.FormValidationDisabledFormComponentTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.RadioChoiceTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.markup.html.form.RadioChoiceTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.CheckBoxMultipleChoiceTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.apache.wicket.markup.html.form.CheckBoxMultipleChoiceTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.AutoLabelWithinEnclosureTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.apache.wicket.markup.html.form.AutoLabelWithinEnclosureTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.OnValidateModelObjectsTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.apache.wicket.markup.html.form.OnValidateModelObjectsTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.PrimitiveTypeRequiredTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.markup.html.form.PrimitiveTypeRequiredTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.EnumChoiceRendererTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.markup.html.form.EnumChoiceRendererTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.AutoLabelLabelProviderLocatorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.apache.wicket.markup.html.form.AutoLabelLabelProviderLocatorTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.FormWithMultipleButtonsTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.apache.wicket.markup.html.form.FormWithMultipleButtonsTest
+[INFO] [INFO] Running org.apache.wicket.markup.html.form.NestedFormsTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.apache.wicket.markup.html.form.NestedFormsTest
+[INFO] [INFO] Running org.apache.wicket.markup.WicketNamespaceTest
+[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.wicket.markup.WicketNamespaceTest
+[INFO] [INFO] Running org.apache.wicket.markup.resolver.issue5569.Issue5569Test
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.resolver.issue5569.Issue5569Test
+[INFO] [INFO] Running org.apache.wicket.markup.resolver.issue3989.Issue3989Test
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.markup.resolver.issue3989.Issue3989Test
+[INFO] [INFO] Running org.apache.wicket.markup.resolver.issue3559.MyTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.markup.resolver.issue3559.MyTest
+[INFO] [INFO] Running org.apache.wicket.markup.resolver.WicketMessageResolverTest
+[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apache.wicket.markup.resolver.WicketMessageResolverTest
+[INFO] [INFO] Running org.apache.wicket.markup.resolver.WicketContainerResolverTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.markup.resolver.WicketContainerResolverTest
+[INFO] [INFO] Running org.apache.wicket.markup.resolver.inparent.AutoLinkResolveInParentsMarkupTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.resolver.inparent.AutoLinkResolveInParentsMarkupTest
+[INFO] [INFO] Running org.apache.wicket.markup.resolver.AutoLinkResolverTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.markup.resolver.AutoLinkResolverTest
+[INFO] [INFO] Running org.apache.wicket.markup.resolver.border.WicketMessageResolverTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.markup.resolver.border.WicketMessageResolverTest
+[INFO] [INFO] Running org.apache.wicket.markup.parser.filter.HtmlHeaderSectionHandlerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.markup.parser.filter.HtmlHeaderSectionHandlerTest
+[INFO] [INFO] Running org.apache.wicket.markup.parser.filter.HtmlHandlerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.markup.parser.filter.HtmlHandlerTest
+[INFO] [INFO] Running org.apache.wicket.markup.parser.filter.HeaderSectionTest
+[INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.apache.wicket.markup.parser.filter.HeaderSectionTest
+[INFO] [INFO] Running org.apache.wicket.markup.parser.filter.OpenCloseTagExpanderTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.parser.filter.OpenCloseTagExpanderTest
+[INFO] [INFO] Running org.apache.wicket.markup.parser.filter.StyleAndScriptIdentifierTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.parser.filter.StyleAndScriptIdentifierTest
+[INFO] [INFO] Running org.apache.wicket.markup.parser.filter.DoubleHeaderPartPageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.parser.filter.DoubleHeaderPartPageTest
+[INFO] [INFO] Running org.apache.wicket.markup.parser.XmlPullParserTest
+[INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.markup.parser.XmlPullParserTest
+[INFO] [INFO] Running org.apache.wicket.markup.parser.RelativePathPrefixHandlerTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.markup.parser.RelativePathPrefixHandlerTest
+[INFO] [INFO] Running org.apache.wicket.markup.parser.MergedMarkupTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.markup.parser.MergedMarkupTest
+[INFO] [INFO] Running org.apache.wicket.markup.RefreshingViewOnRemoveTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.markup.RefreshingViewOnRemoveTest
+[INFO] [INFO] Running org.apache.wicket.markup.transformer.AbstractTransformerBehaviorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.markup.transformer.AbstractTransformerBehaviorTest
+[INFO] [INFO] Running org.apache.wicket.MarkupIdGeneratorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.MarkupIdGeneratorTest
+[INFO] [INFO] Running org.apache.wicket.ComponentInitializationIntegrationTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.ComponentInitializationIntegrationTest
+[INFO] [INFO] Running org.apache.wicket.coop.CrossOriginOpenerPolicyRequestCycleListenerTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.coop.CrossOriginOpenerPolicyRequestCycleListenerTest
+[INFO] [INFO] Running org.apache.wicket.ResourceTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.ResourceTest
+[INFO] [INFO] Running org.apache.wicket.RestartResponseAtInterceptPageExceptionInAjaxTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.RestartResponseAtInterceptPageExceptionInAjaxTest
+[INFO] [INFO] Running org.apache.wicket.DisabledComponentTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.DisabledComponentTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.AbstractResourceReferenceMapperOwnTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.core.request.mapper.AbstractResourceReferenceMapperOwnTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.ResourceMapperTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.core.request.mapper.ResourceMapperTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.CryptoMapperTest
+[INFO] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.apache.wicket.core.request.mapper.CryptoMapperTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.MountedMapperTest
+[INFO] [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.wicket.core.request.mapper.MountedMapperTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.CustomHomePageTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.core.request.mapper.CustomHomePageTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.BasicResourceReferenceMapperTest
+[INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.wicket.core.request.mapper.BasicResourceReferenceMapperTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.PageInstanceMapperTest
+[INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.core.request.mapper.PageInstanceMapperTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.UrlInfoTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.wicket.core.request.mapper.UrlInfoTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.LocaleAwarePageParametersTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.core.request.mapper.LocaleAwarePageParametersTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.ResourceMapperWithDecoratedResourcesTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.core.request.mapper.ResourceMapperWithDecoratedResourcesTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.info.ComponentInfoTest
+[INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.request.mapper.info.ComponentInfoTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.info.PageComponentInfoTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.core.request.mapper.info.PageComponentInfoTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.BookmarkableMapperTest
+[INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.wicket.core.request.mapper.BookmarkableMapperTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.AbstractBookmarkableMapperTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.request.mapper.AbstractBookmarkableMapperTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.MoreSpecificResourceMountPathTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.core.request.mapper.MoreSpecificResourceMountPathTest
+[INFO] [INFO] Running org.apache.wicket.core.request.mapper.PackageMapperTest
+[INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.wicket.core.request.mapper.PackageMapperTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.CssPackageResourceTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.core.request.resource.CssPackageResourceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.PackageResourceReferenceTest
+[INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.wicket.core.request.resource.PackageResourceReferenceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.LessResourceReferenceTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.core.request.resource.LessResourceReferenceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.DynamicImageResourceTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.core.request.resource.DynamicImageResourceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.caching.FilenameWithVersionResourceCachingStrategyTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.request.resource.caching.FilenameWithVersionResourceCachingStrategyTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.caching.QueryStringWithVersionResourceCachingStrategyTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.request.resource.caching.QueryStringWithVersionResourceCachingStrategyTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.caching.ContextRelativeResourceCachingTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.core.request.resource.caching.ContextRelativeResourceCachingTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.ResourceReferenceLocatingTest
+[INFO] [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.apache.wicket.core.request.resource.ResourceReferenceLocatingTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.ContextRelativeResourceReferenceTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.core.request.resource.ContextRelativeResourceReferenceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.MetaInfStaticResourceReferenceTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.request.resource.MetaInfStaticResourceReferenceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.JavaScriptPackageResourceTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.core.request.resource.JavaScriptPackageResourceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.ResouceBundleTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.wicket.core.request.resource.ResouceBundleTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.ByteArrayResourceTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.wicket.core.request.resource.ByteArrayResourceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.ResourceReferenceLambdaTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.core.request.resource.ResourceReferenceLambdaTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.CharSequenceResourceTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.core.request.resource.CharSequenceResourceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.ResourceReferenceRegistryTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.core.request.resource.ResourceReferenceRegistryTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.WriteCallbackTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.core.request.resource.WriteCallbackTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.MinifiedAwareResourceReferenceTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.core.request.resource.MinifiedAwareResourceReferenceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.resource.UrlResourceReferenceTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.wicket.core.request.resource.UrlResourceReferenceTest
+[INFO] [INFO] Running org.apache.wicket.core.request.handler.ListenerRequestHandlerTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.apache.wicket.core.request.handler.ListenerRequestHandlerTest
+[INFO] [INFO] Running org.apache.wicket.core.request.handler.PageIdPolicyTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.core.request.handler.PageIdPolicyTest
+[INFO] [INFO] Running org.apache.wicket.core.request.handler.render.SkipRenderWithSetResponsePageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.core.request.handler.render.SkipRenderWithSetResponsePageTest
+[INFO] [INFO] Running org.apache.wicket.core.request.handler.render.StatelessPageManipulatingPageParametersTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.apache.wicket.core.request.handler.render.StatelessPageManipulatingPageParametersTest
+[INFO] [INFO] Running org.apache.wicket.core.request.handler.render.WebPageRendererTest
+[INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.apache.wicket.core.request.handler.render.WebPageRendererTest
+[INFO] [INFO] Running org.apache.wicket.core.request.handler.logger.ListenerLogDataTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.core.request.handler.logger.ListenerLogDataTest
+[INFO] [INFO] Running org.apache.wicket.core.request.handler.resource.ResourceAuthorizationTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.request.handler.resource.ResourceAuthorizationTest
+[INFO] [INFO] Running org.apache.wicket.core.request.handler.PageProviderTest
+[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.wicket.core.request.handler.PageProviderTest
+[INFO] [INFO] Running org.apache.wicket.core.request.cycle.RequestCycleUrlForTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.wicket.core.request.cycle.RequestCycleUrlForTest
+[INFO] [INFO] Running org.apache.wicket.core.request.cycle.PageRequestHandlerTrackerTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.core.request.cycle.PageRequestHandlerTrackerTest
+[INFO] [INFO] Running org.apache.wicket.core.request.cycle.RerenderPageTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.apache.wicket.core.request.cycle.RerenderPageTest
+[INFO] [INFO] Running org.apache.wicket.core.request.cycle.MultiRequestCycleListenerCallOrderTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.wicket.core.request.cycle.MultiRequestCycleListenerCallOrderTest
+[INFO] [INFO] Running org.apache.wicket.core.request.cycle.RequestCycleListenerTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.wicket.core.request.cycle.RequestCycleListenerTest
+[INFO] [INFO] Running org.apache.wicket.core.request.cycle.UrlRendererTest
+[INFO] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.wicket.core.request.cycle.UrlRendererTest
+[INFO] [INFO] Running org.apache.wicket.core.request.cycle.RequestCycleListenerDetachOrderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.core.request.cycle.RequestCycleListenerDetachOrderTest
+[INFO] [INFO] Running org.apache.wicket.core.util.lang.WicketObjectsTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.wicket.core.util.lang.WicketObjectsTest
+[INFO] [INFO] Running org.apache.wicket.core.util.lang.PropertyResolverTest
+[INFO] [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.apache.wicket.core.util.lang.PropertyResolverTest
+[INFO] [INFO] Running org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStreamPropertyChangeSupportTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStreamPropertyChangeSupportTest
+[INFO] [INFO] Running org.apache.wicket.core.util.objects.checker.AbstractObjectCheckerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.core.util.objects.checker.AbstractObjectCheckerTest
+[INFO] [INFO] Running org.apache.wicket.core.util.objects.checker.DifferentPageCheckerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.util.objects.checker.DifferentPageCheckerTest
+[INFO] [INFO] Running org.apache.wicket.core.util.objects.checker.OrphanComponentCheckerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.core.util.objects.checker.OrphanComponentCheckerTest
+[INFO] [INFO] Running org.apache.wicket.core.util.objects.checker.SessionCheckerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.core.util.objects.checker.SessionCheckerTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.apps_3.FormTesterTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s - in org.apache.wicket.core.util.tester.apps_3.FormTesterTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.WicketTesterClickExternalLinkTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.core.util.tester.WicketTesterClickExternalLinkTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.FormTesterSubmitLinkTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.apache.wicket.core.util.tester.FormTesterSubmitLinkTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.WicketTesterSessionInvalidateTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.util.tester.WicketTesterSessionInvalidateTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.WicketTesterCookieTest
+[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.apache.wicket.core.util.tester.WicketTesterCookieTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.WicketTesterSessionCreationTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.util.tester.WicketTesterSessionCreationTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.WicketTesterTest
+[INFO] [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s - in org.apache.wicket.core.util.tester.WicketTesterTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.WicketTesterLazyIsPageStatelessRedirectToBufferTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.apache.wicket.core.util.tester.WicketTesterLazyIsPageStatelessRedirectToBufferTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.apps_5.AjaxLinkClickTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.wicket.core.util.tester.apps_5.AjaxLinkClickTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.apps_5.AjaxSubmitLinkClickTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.apache.wicket.core.util.tester.apps_5.AjaxSubmitLinkClickTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.apps_2.Test
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.core.util.tester.apps_2.Test
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.WicketTesterLazyIsPageStatelessRedirectToRenderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.core.util.tester.WicketTesterLazyIsPageStatelessRedirectToRenderTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.FormTesterTest
+[INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.apache.wicket.core.util.tester.FormTesterTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.apps_4.FormTesterTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.wicket.core.util.tester.apps_4.FormTesterTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.TagTesterTest
+[INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.core.util.tester.TagTesterTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.StartComponentInPageRedirectToRenderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.core.util.tester.StartComponentInPageRedirectToRenderTest
+[INFO] [INFO] Running org.apache.wicket.core.util.tester.WicketTesterLazyIsPageStatelessOnePassTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.core.util.tester.WicketTesterLazyIsPageStatelessOnePassTest
+[INFO] [INFO] Running org.apache.wicket.core.util.cookies.SetCookieAndRedirectTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.apache.wicket.core.util.cookies.SetCookieAndRedirectTest
+[INFO] [INFO] Running org.apache.wicket.core.util.cookies.PreserveRequestCookieAfterLinkClickTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.core.util.cookies.PreserveRequestCookieAfterLinkClickTest
+[INFO] [INFO] Running org.apache.wicket.core.util.cookies.CookieUtilsTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.apache.wicket.core.util.cookies.CookieUtilsTest
+[INFO] [INFO] Running org.apache.wicket.core.util.io.SerializableCheckerTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.core.util.io.SerializableCheckerTest
+[INFO] [INFO] Running org.apache.wicket.core.util.string.JavaScriptUtilsTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.core.util.string.JavaScriptUtilsTest
+[INFO] [INFO] Running org.apache.wicket.core.util.string.componentrenderer.ComponentRendererInstanceTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.util.string.componentrenderer.ComponentRendererInstanceTest
+[INFO] [INFO] Running org.apache.wicket.core.util.string.componentrenderer.ComponentRendererTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.core.util.string.componentrenderer.ComponentRendererTest
+[INFO] [INFO] Running org.apache.wicket.core.util.string.JavaScriptStripperTest
+[INFO]  var test = function () {
+[INFO] var c = "!=";
+[INFO] 
+[INFO] if ( !l.match.PSEUDO.test(c) && !/!=/.test(c)) {
+[INFO] alert("/something bad will happen */* ");
+[INFO] }
+[INFO] var importantFunction = function () {alert("really important function ")}
+[INFO] 
+[INFO] }
+[INFO]  attr:  
+[INFO]  /\[((?:[\w-]*:)?[\w-]+)\s*(?:([!^$*~|]?=)\s*((['"])([^\4]*?)\4|([^'"][^\]]*?)))?\]/ after regex
+[INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.core.util.string.JavaScriptStripperTest
+[INFO] [INFO] Running org.apache.wicket.core.util.string.CssUtilsTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.core.util.string.CssUtilsTest
+[INFO] [INFO] Running org.apache.wicket.core.util.string.interpolator.PropertyVariableInterpolatorTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.core.util.string.interpolator.PropertyVariableInterpolatorTest
+[INFO] [INFO] Running org.apache.wicket.core.util.markup.xhtml.WellFormedXmlTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.core.util.markup.xhtml.WellFormedXmlTest
+[INFO] [INFO] Running org.apache.wicket.core.util.template.CssTemplateTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.core.util.template.CssTemplateTest
+[INFO] [INFO] Running org.apache.wicket.core.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 s - in org.apache.wicket.core.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.core.util.resource.UrlResourceStreamTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.core.util.resource.UrlResourceStreamTest
+[INFO] [INFO] Running org.apache.wicket.core.util.resource.ResourceStreamLocatorTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.core.util.resource.ResourceStreamLocatorTest
+[INFO] [INFO] Running org.apache.wicket.core.util.resource.ClassPathResourceFinderTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.util.resource.ClassPathResourceFinderTest
+[INFO] [INFO] Running org.apache.wicket.core.util.resource.locator.ResourceNameIteratorTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.core.util.resource.locator.ResourceNameIteratorTest
+[INFO] [INFO] Running org.apache.wicket.core.util.resource.locator.CachingResourceStreamLocatorTest
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.wicket.core.util.resource.locator.CachingResourceStreamLocatorTest
+[INFO] [INFO] Running org.apache.wicket.core.util.resource.PathTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.core.util.resource.PathTest
+[INFO] [INFO] Running org.apache.wicket.core.util.file.WebApplicationPathTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.wicket.core.util.file.WebApplicationPathTest
+[INFO] [INFO] Running org.apache.wicket.core.util.crypt.AESCryptTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.apache.wicket.core.util.crypt.AESCryptTest
+[INFO] [INFO] Running org.apache.wicket.SharedResourceUrlTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.SharedResourceUrlTest
+[INFO] [INFO] Running org.apache.wicket.ComponentEventsTest
+[INFO] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.apache.wicket.ComponentEventsTest
+[INFO] [INFO] Running org.apache.wicket.resource.CssUrlReplacerTest
+[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.apache.wicket.resource.CssUrlReplacerTest
+[INFO] [INFO] Running org.apache.wicket.resource.TextTemplateResourceReferenceTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.resource.TextTemplateResourceReferenceTest
+[INFO] [INFO] Running org.apache.wicket.resource.ResourceUtilTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.wicket.resource.ResourceUtilTest
+[INFO] [INFO] Running org.apache.wicket.resource.XmlFilePropertiesLoaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.wicket.resource.XmlFilePropertiesLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.ApplicationStringResourceLoaderTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.wicket.resource.ApplicationStringResourceLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.UtfPropertiesFilePropertiesLoaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.resource.UtfPropertiesFilePropertiesLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.bundles.CompressBundlesTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.resource.bundles.CompressBundlesTest
+[INFO] [INFO] Running org.apache.wicket.resource.loader.NestedStringResourceLoaderTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.wicket.resource.loader.NestedStringResourceLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.loader.PropertiesResolverTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.wicket.resource.loader.PropertiesResolverTest
+[INFO] [INFO] Running org.apache.wicket.resource.loader.ValidatorStringResourceLoaderTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.apache.wicket.resource.loader.ValidatorStringResourceLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.loader.ClassStringResourceLoaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.resource.loader.ClassStringResourceLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.loader.InitializerStringResourceLoaderTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.resource.loader.InitializerStringResourceLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.loader.ComponentStringResourceLoaderTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.wicket.resource.loader.ComponentStringResourceLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.loader.PackageStringResourceLoaderTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.apache.wicket.resource.loader.PackageStringResourceLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.aggregator.ResourceAggregatorTest
+[INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.wicket.resource.aggregator.ResourceAggregatorTest
+[INFO] [INFO] Running org.apache.wicket.resource.aggregator.ResourceAggregatorRenderTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.resource.aggregator.ResourceAggregatorRenderTest
+[INFO] [INFO] Running org.apache.wicket.resource.InvalidResourceSpecificationExceptionTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.resource.InvalidResourceSpecificationExceptionTest
+[INFO] [INFO] Running org.apache.wicket.resource.BundleStringResourceLoaderTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.resource.BundleStringResourceLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.ComponentStringResourceLoaderTest
+[INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.wicket.resource.ComponentStringResourceLoaderTest
+[INFO] [INFO] Running org.apache.wicket.resource.FileSystemResourceReferenceTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.apache.wicket.resource.FileSystemResourceReferenceTest
+[INFO] [INFO] Running org.apache.wicket.RestartWithMountedPageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.RestartWithMountedPageTest
+[INFO] [INFO] Running org.apache.wicket.ClassAttributeModifierTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.ClassAttributeModifierTest
+[INFO] [INFO] Running org.apache.wicket.MarkupContainerTest
+[INFO] [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apache.wicket.MarkupContainerTest
+[INFO] [INFO] Running org.apache.wicket.serialize.java.JavaSerializerTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.serialize.java.JavaSerializerTest
+[INFO] [INFO] Running org.apache.wicket.RequestEncodingTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.wicket.RequestEncodingTest
+[INFO] [INFO] Running org.apache.wicket.TesterTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.TesterTest
+[INFO] [INFO] Running org.apache.wicket.AddChildToParentInOnInitializeTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.AddChildToParentInOnInitializeTest
+[INFO] [INFO] Running org.apache.wicket.coep.CrossOriginEmbedderPolicyRequestCycleListenerTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.coep.CrossOriginEmbedderPolicyRequestCycleListenerTest
+[INFO] [INFO] Running org.apache.wicket.stateless.StatelessFormUrlTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.apache.wicket.stateless.StatelessFormUrlTest
+[INFO] [INFO] Running org.apache.wicket.stateless.ImageStatelessTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.stateless.ImageStatelessTest
+[INFO] [INFO] Running org.apache.wicket.stateless.StatelessDynmicLinksTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.stateless.StatelessDynmicLinksTest
+[INFO] [INFO] Running org.apache.wicket.stateless.pages.RefreshStatelessPageTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.stateless.pages.RefreshStatelessPageTest
+[INFO] [INFO] Running org.apache.wicket.stateless.pages.StatelessFormTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.wicket.stateless.pages.StatelessFormTest
+[INFO] [INFO] Running org.apache.wicket.stateless.StatelessPageWithFeedbackTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.apache.wicket.stateless.StatelessPageWithFeedbackTest
+[INFO] [INFO] Running org.apache.wicket.stateless.StatelessFormTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.apache.wicket.stateless.StatelessFormTest
+[INFO] [INFO] Running org.apache.wicket.stateless.TemporarySessionTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.apache.wicket.stateless.TemporarySessionTest
+[INFO] [INFO] Running org.apache.wicket.stateless.StatelessComponentTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.wicket.stateless.StatelessComponentTest
+[INFO] [INFO] Running org.apache.wicket.MetaDataTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.MetaDataTest
+[INFO] [INFO] Running org.apache.wicket.versioning.PageVersioningTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.apache.wicket.versioning.PageVersioningTest
+[INFO] [INFO] Running org.apache.wicket.page.AsyncPageStoreManagerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.page.AsyncPageStoreManagerTest
+[INFO] [INFO] Running org.apache.wicket.page.expirationrecovery.PageExpirationRecoveryTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.apache.wicket.page.expirationrecovery.PageExpirationRecoveryTest
+[INFO] [INFO] Running org.apache.wicket.page.PersistentPageManagerTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.wicket.page.PersistentPageManagerTest
+[INFO] [INFO] Running org.apache.wicket.page.XmlPartialPageUpdateTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.wicket.page.XmlPartialPageUpdateTest
+[INFO] [INFO] Running org.apache.wicket.page.PageAccessSynchronizerTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.091 s - in org.apache.wicket.page.PageAccessSynchronizerTest
+[INFO] [INFO] Running org.apache.wicket.ComponentOnConfigureTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.ComponentOnConfigureTest
+[INFO] [INFO] Running org.apache.wicket.dontstoreunrendered.DontStoreNotRenderedPageRedirectToRenderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.dontstoreunrendered.DontStoreNotRenderedPageRedirectToRenderTest
+[INFO] [INFO] Running org.apache.wicket.dontstoreunrendered.DontStoreNotRenderedPageOnePassRenderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.dontstoreunrendered.DontStoreNotRenderedPageOnePassRenderTest
+[INFO] [INFO] Running org.apache.wicket.dontstoreunrendered.DontStoreNotRenderedPageRedirectToBufferTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.wicket.dontstoreunrendered.DontStoreNotRenderedPageRedirectToBufferTest
+[INFO] [INFO] Running org.apache.wicket.AttributeModifierTest
+[INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.wicket.AttributeModifierTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 2186, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-core ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-core:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:junit-jupiter-engine, Jar:junit-platform-engine, Jar:opentest4j, Jar:junit-platform-commons, Jar:junit-jupiter-api, Jar:apiguardian-api, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional]
+[INFO] Class path         [Jar:., Jar:hamcrest, Jar:junit-jupiter-engine, Jar:junit-platform-engine, Jar:opentest4j, Jar:junit-platform-commons, Jar:junit-jupiter-api, Jar:apiguardian-api, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-core:bundle:9.11.0 : Export org.apache.wicket,  has 1,  private references [org.apache.wicket.markup.html.internal]
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-core:bundle:9.11.0 : Export org.apache.wicket.protocol.http,  has 1,  private references [org.apache.wicket.markup.html.internal]
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-core:bundle:9.11.0 : Export org.apache.wicket.markup.renderStrategy,  has 1,  private references [org.apache.wicket.markup.html.internal]
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-core:bundle:9.11.0 : Export org.apache.wicket.markup.html,  has 1,  private references [org.apache.wicket.markup.html.internal]
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-core:bundle:9.11.0 : Export org.apache.wicket.markup.html.panel,  has 1,  private references [org.apache.wicket.markup.html.internal]
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-core:bundle:9.11.0 : Export org.apache.wicket.markup.resolver,  has 1,  private references [org.apache.wicket.markup.html.internal]
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-core:bundle:9.11.0 : Export org.apache.wicket.page,  has 1,  private references [org.apache.wicket.markup.html.internal]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-core ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-core ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-core ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-core >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-core ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-core ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-core ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-core <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-core ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-core >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-core ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-core ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-core ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-core <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-core ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-core ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/src/main/java/org/apache/wicket/markup/html/navigation/paging/PagingNavigation.java:29: warning: [removal] MicroMap in org.apache.wicket.util.collections has been deprecated and marked for removal
+[INFO] [WARNING] import org.apache.wicket.util.collections.MicroMap;
+[INFO] [WARNING] ^
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-core ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-core ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-core ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-core ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-core/target/wicket-core-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-core ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@9c5853e) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-core ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-core ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar
+[INFO] Progress (1): 0/2.4 MB
+[INFO] Progress (1): 0/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.4/2.4 MB
+[INFO] Progress (1): 0.4/2.4 MB
+[INFO] Progress (1): 0.4/2.4 MB
+[INFO] Progress (1): 0.4/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.3/2.4 MB
+[INFO] Progress (1): 1.3/2.4 MB
+[INFO] Progress (1): 1.3/2.4 MB
+[INFO] Progress (1): 1.3/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.1/2.4 MB
+[INFO] Progress (1): 2.1/2.4 MB
+[INFO] Progress (1): 2.1/2.4 MB
+[INFO] Progress (1): 2.1/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.4/2.4 MB
+[INFO] Progress (1): 2.4/2.4 MB
+[INFO] Progress (1): 2.4 MB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar (2.4 MB at 948 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom
+[INFO] Progress (1): 3.6 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom (3.6 kB at 12 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/maven-metadata.xml
+[INFO] Progress (1): 310 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/maven-metadata.xml (310 B at 820 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar
+[INFO] Progress (1): 0/2.1 MB
+[INFO] Progress (1): 0/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.4/2.1 MB
+[INFO] Progress (1): 0.4/2.1 MB
+[INFO] Progress (1): 0.4/2.1 MB
+[INFO] Progress (1): 0.4/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.3/2.1 MB
+[INFO] Progress (1): 1.3/2.1 MB
+[INFO] Progress (1): 1.3/2.1 MB
+[INFO] Progress (1): 1.3/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.1/2.1 MB
+[INFO] Progress (1): 2.1/2.1 MB
+[INFO] Progress (1): 2.1/2.1 MB
+[INFO] Progress (1): 2.1/2.1 MB
+[INFO] Progress (1): 2.1 MB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar (2.1 MB at 763 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar
+[INFO] Progress (1): 0/2.1 MB
+[INFO] Progress (1): 0/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.1/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.2/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.3/2.1 MB
+[INFO] Progress (1): 0.4/2.1 MB
+[INFO] Progress (1): 0.4/2.1 MB
+[INFO] Progress (1): 0.4/2.1 MB
+[INFO] Progress (1): 0.4/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.5/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.6/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.7/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.8/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 0.9/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.0/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.1/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.2/2.1 MB
+[INFO] Progress (1): 1.3/2.1 MB
+[INFO] Progress (1): 1.3/2.1 MB
+[INFO] Progress (1): 1.3/2.1 MB
+[INFO] Progress (1): 1.3/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.4/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.5/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.6/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.7/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.8/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 1.9/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.0/2.1 MB
+[INFO] Progress (1): 2.1/2.1 MB
+[INFO] Progress (1): 2.1/2.1 MB
+[INFO] Progress (1): 2.1/2.1 MB
+[INFO] Progress (1): 2.1/2.1 MB
+[INFO] Progress (1): 2.1 MB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar (2.1 MB at 766 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar
+[INFO] Progress (1): 0/2.4 MB
+[INFO] Progress (1): 0/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.1/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.2/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.3/2.4 MB
+[INFO] Progress (1): 0.4/2.4 MB
+[INFO] Progress (1): 0.4/2.4 MB
+[INFO] Progress (1): 0.4/2.4 MB
+[INFO] Progress (1): 0.4/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.5/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.6/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.7/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.8/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 0.9/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.0/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.1/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.2/2.4 MB
+[INFO] Progress (1): 1.3/2.4 MB
+[INFO] Progress (1): 1.3/2.4 MB
+[INFO] Progress (1): 1.3/2.4 MB
+[INFO] Progress (1): 1.3/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.4/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.5/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.6/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.7/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.8/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 1.9/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.0/2.4 MB
+[INFO] Progress (1): 2.1/2.4 MB
+[INFO] Progress (1): 2.1/2.4 MB
+[INFO] Progress (1): 2.1/2.4 MB
+[INFO] Progress (1): 2.1/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.2/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.3/2.4 MB
+[INFO] Progress (1): 2.4/2.4 MB
+[INFO] Progress (1): 2.4/2.4 MB
+[INFO] Progress (1): 2.4/2.4 MB
+[INFO] Progress (1): 2.4/2.4 MB
+[INFO] Progress (1): 2.4/2.4 MB
+[INFO] Progress (1): 2.4 MB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar (2.4 MB at 1.0 MB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar
+[INFO] Progress (1): 0.1/12 MB
+[INFO] Progress (1): 0.2/12 MB
+[INFO] Progress (1): 0.4/12 MB
+[INFO] Progress (1): 0.5/12 MB
+[INFO] Progress (1): 0.6/12 MB
+[INFO] Progress (1): 0.7/12 MB
+[INFO] Progress (1): 0.8/12 MB
+[INFO] Progress (1): 1.0/12 MB
+[INFO] Progress (1): 1.1/12 MB
+[INFO] Progress (1): 1.2/12 MB
+[INFO] Progress (1): 1.3/12 MB
+[INFO] Progress (1): 1.4/12 MB
+[INFO] Progress (1): 1.5/12 MB
+[INFO] Progress (1): 1.7/12 MB
+[INFO] Progress (1): 1.8/12 MB
+[INFO] Progress (1): 1.9/12 MB
+[INFO] Progress (1): 2.0/12 MB
+[INFO] Progress (1): 2.1/12 MB
+[INFO] Progress (1): 2.3/12 MB
+[INFO] Progress (1): 2.4/12 MB
+[INFO] Progress (1): 2.5/12 MB
+[INFO] Progress (1): 2.6/12 MB
+[INFO] Progress (1): 2.7/12 MB
+[INFO] Progress (1): 2.9/12 MB
+[INFO] Progress (1): 3.0/12 MB
+[INFO] Progress (1): 3.1/12 MB
+[INFO] Progress (1): 3.2/12 MB
+[INFO] Progress (1): 3.3/12 MB
+[INFO] Progress (1): 3.4/12 MB
+[INFO] Progress (1): 3.6/12 MB
+[INFO] Progress (1): 3.7/12 MB
+[INFO] Progress (1): 3.8/12 MB
+[INFO] Progress (1): 3.9/12 MB
+[INFO] Progress (1): 4.0/12 MB
+[INFO] Progress (1): 4.2/12 MB
+[INFO] Progress (1): 4.3/12 MB
+[INFO] Progress (1): 4.4/12 MB
+[INFO] Progress (1): 4.5/12 MB
+[INFO] Progress (1): 4.6/12 MB
+[INFO] Progress (1): 4.8/12 MB
+[INFO] Progress (1): 4.9/12 MB
+[INFO] Progress (1): 5.0/12 MB
+[INFO] Progress (1): 5.1/12 MB
+[INFO] Progress (1): 5.2/12 MB
+[INFO] Progress (1): 5.3/12 MB
+[INFO] Progress (1): 5.5/12 MB
+[INFO] Progress (1): 5.6/12 MB
+[INFO] Progress (1): 5.7/12 MB
+[INFO] Progress (1): 5.8/12 MB
+[INFO] Progress (1): 5.9/12 MB
+[INFO] Progress (1): 6.1/12 MB
+[INFO] Progress (1): 6.2/12 MB
+[INFO] Progress (1): 6.3/12 MB
+[INFO] Progress (1): 6.4/12 MB
+[INFO] Progress (1): 6.5/12 MB
+[INFO] Progress (1): 6.7/12 MB
+[INFO] Progress (1): 6.8/12 MB
+[INFO] Progress (1): 6.9/12 MB
+[INFO] Progress (1): 7.0/12 MB
+[INFO] Progress (1): 7.1/12 MB
+[INFO] Progress (1): 7.2/12 MB
+[INFO] Progress (1): 7.4/12 MB
+[INFO] Progress (1): 7.5/12 MB
+[INFO] Progress (1): 7.6/12 MB
+[INFO] Progress (1): 7.7/12 MB
+[INFO] Progress (1): 7.8/12 MB
+[INFO] Progress (1): 8.0/12 MB
+[INFO] Progress (1): 8.1/12 MB
+[INFO] Progress (1): 8.2/12 MB
+[INFO] Progress (1): 8.3/12 MB
+[INFO] Progress (1): 8.4/12 MB
+[INFO] Progress (1): 8.6/12 MB
+[INFO] Progress (1): 8.7/12 MB
+[INFO] Progress (1): 8.8/12 MB
+[INFO] Progress (1): 8.9/12 MB
+[INFO] Progress (1): 9.0/12 MB
+[INFO] Progress (1): 9.1/12 MB
+[INFO] Progress (1): 9.3/12 MB
+[INFO] Progress (1): 9.4/12 MB
+[INFO] Progress (1): 9.5/12 MB
+[INFO] Progress (1): 9.6/12 MB
+[INFO] Progress (1): 9.7/12 MB
+[INFO] Progress (1): 9.9/12 MB
+[INFO] Progress (1): 10.0/12 MB
+[INFO] Progress (1): 10/12 MB  
+[INFO] Progress (1): 10/12 MB
+[INFO] Progress (1): 10/12 MB
+[INFO] Progress (1): 10/12 MB
+[INFO] Progress (1): 11/12 MB
+[INFO] Progress (1): 11/12 MB
+[INFO] Progress (1): 11/12 MB
+[INFO] Progress (1): 11/12 MB
+[INFO] Progress (1): 11/12 MB
+[INFO] Progress (1): 11/12 MB
+[INFO] Progress (1): 11/12 MB
+[INFO] Progress (1): 11/12 MB
+[INFO] Progress (1): 12/12 MB
+[INFO] Progress (1): 12/12 MB
+[INFO] Progress (1): 12/12 MB
+[INFO] Progress (1): 12/12 MB
+[INFO] Progress (1): 12/12 MB
+[INFO] Progress (1): 12/12 MB
+[INFO] Progress (1): 12/12 MB
+[INFO] Progress (1): 12 MB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar (12 MB at 1.1 MB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc (833 B at 7.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar.asc (833 B at 8.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar.asc (833 B at 8.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.jar.asc.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0.pom.asc.asc (833 B at 8.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc.asc (833 B at 8.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-sources.jar.asc.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-test-sources.jar.asc.asc (833 B at 8.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-core/9.11.0/wicket-core-9.11.0-javadoc.jar.asc.asc (833 B at 8.9 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-core ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] ----------------------< org.apache.wicket:wicket >----------------------
+[INFO] [INFO] Building Wicket 9.11.0                                            [5/32]
+[INFO] [INFO] --------------------------------[ pom ]---------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket ---
+[INFO] [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket ---
+[INFO] [INFO] No site descriptor found: nothing to attach.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket ---
+[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ wicket ---
+[INFO] [INFO] Skipping packaging of the test-jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket ---
+[INFO] [INFO] Skipping execution because parameter 'skipPomModules' was set to true and this is artifact is of type pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket/target/wicket-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom
+[INFO] Progress (1): 2.2 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom (2.2 kB at 1.2 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/maven-metadata.xml
+[INFO] Progress (1): 305 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/maven-metadata.xml (305 B at 774 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom.asc (833 B at 2.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket/9.11.0/wicket-9.11.0.pom.asc.asc (833 B at 8.2 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] ----------------< org.apache.wicket:wicket-extensions >-----------------
+[INFO] [INFO] Building Wicket Extensions 9.11.0                                 [6/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-extensions ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-extensions ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-extensions ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-extensions ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-extensions ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-extensions ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 132 resources
+[INFO] [INFO] Copying 1 resource
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- yuicompressor-maven-plugin:1.5.1:compress (default) @ wicket-extensions ---
+[INFO] [INFO] wicket-ajaxupload.js (1552b) -> wicket-ajaxupload.min.js (388b)[25%]
+[INFO] [INFO] DefaultCssAutoCompleteTextField.css (1294b) -> DefaultCssAutoCompleteTextField.min.css (349b)[26%]
+[INFO] [INFO] wicket-autocomplete.js (26820b) -> wicket-autocomplete.min.js (16676b)[62%]
+[INFO] [INFO] trap-focus.js (4355b) -> trap-focus.min.js (1383b)[31%]
+[INFO] [INFO] modal.css (5308b) -> modal.min.css (3636b)[68%]
+[INFO] [INFO] modal.js (41568b) -> modal.min.js (21335b)[51%]
+[INFO] [INFO] theme.css (2143b) -> theme.min.css (1099b)[51%]
+[INFO] [INFO] UploadProgressBar.css (1138b) -> UploadProgressBar.min.css (184b)[16%]
+[INFO] [INFO] progressbar.js (3631b) -> progressbar.min.js (1864b)[51%]
+[INFO] [INFO] wicket-ajaxdownload.js (4174b) -> wicket-ajaxdownload.min.js (1880b)[45%]
+[INFO] [INFO] RatingPanel.css (1061b) -> RatingPanel.min.css (191b)[18%]
+[INFO] [INFO] kittencaptcha.js (1635b) -> kittencaptcha.min.js (544b)[33%]
+[INFO] [INFO] wicket-filterform.js (1300b) -> wicket-filterform.min.js (292b)[22%]
+[INFO] [INFO] theme.css (2919b) -> theme.min.css (1599b)[54%]
+[INFO] [INFO] theme.css (3043b) -> theme.min.css (1733b)[56%]
+[INFO] [INFO] palette.js (4845b) -> palette.min.js (2495b)[51%]
+[INFO] [INFO] palette.css (2232b) -> palette.min.css (1266b)[56%]
+[INFO] [INFO] wicket-ajaxupload.min.js (388b) -> wicket-ajaxupload.min.min.js (388b)[100%]
+[INFO] [INFO] wicket-ajaxdownload.min.js (1880b) -> wicket-ajaxdownload.min.min.js (1880b)[100%]
+[INFO] [INFO] DefaultCssAutoCompleteTextField.min.css (349b) -> DefaultCssAutoCompleteTextField.min.min.css (349b)[100%]
+[INFO] [INFO] wicket-autocomplete.min.js (16676b) -> wicket-autocomplete.min.min.js (16676b)[100%]
+[INFO] [INFO] modal.min.css (3636b) -> modal.min.min.css (3636b)[100%]
+[INFO] [INFO] modal.min.js (21335b) -> modal.min.min.js (21335b)[100%]
+[INFO] [INFO] trap-focus.min.js (1383b) -> trap-focus.min.min.js (1383b)[100%]
+[INFO] [INFO] theme.min.css (1099b) -> theme.min.min.css (1099b)[100%]
+[INFO] [INFO] progressbar.min.js (1864b) -> progressbar.min.min.js (1864b)[100%]
+[INFO] [INFO] UploadProgressBar.min.css (184b) -> UploadProgressBar.min.min.css (184b)[100%]
+[INFO] [INFO] RatingPanel.min.css (191b) -> RatingPanel.min.min.css (191b)[100%]
+[INFO] [INFO] kittencaptcha.min.js (544b) -> kittencaptcha.min.min.js (544b)[100%]
+[INFO] [INFO] wicket-filterform.min.js (292b) -> wicket-filterform.min.min.js (292b)[100%]
+[INFO] [INFO] theme.min.css (1599b) -> theme.min.min.css (1599b)[100%]
+[INFO] [INFO] theme.min.css (1733b) -> theme.min.min.css (1733b)[100%]
+[INFO] [INFO] palette.min.css (1266b) -> palette.min.min.css (1266b)[100%]
+[INFO] [INFO] palette.min.js (2495b) -> palette.min.min.js (2495b)[100%]
+[INFO] [INFO] total input (165932b) -> output (113828b)[68%]
+[INFO] [INFO] nb warnings: 0, nb errors: 0
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-extensions ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 182 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/classes
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java:[259,42] [deprecation] ModalWindow in org.apache.wicket.extensions.ajax.markup.html.modal has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java:[260,16] [deprecation] ModalWindow in org.apache.wicket.extensions.ajax.markup.html.modal has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java:[263,32] [deprecation] ModalWindow in org.apache.wicket.extensions.ajax.markup.html.modal has been deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.java:[128,7] [dep-ann] deprecated item is not annotated with @Deprecated
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/SelectOptions.java:[158,27] [dep-ann] deprecated item is not annotated with @Deprecated
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-extensions ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-extensions:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-extensions ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 13 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-extensions ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 49 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/test-classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-extensions ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s - in org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTest
+[INFO] [INFO] Running org.apache.wicket.extensions.ajax.markup.html.repeater.AjaxListPanelTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.apache.wicket.extensions.ajax.markup.html.repeater.AjaxListPanelTest
+[INFO] [INFO] Running org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanelTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanelTest
+[INFO] [INFO] Running org.apache.wicket.extensions.ajax.markup.html.AjaxEditableTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.apache.wicket.extensions.ajax.markup.html.AjaxEditableTest
+[INFO] [INFO] Running org.apache.wicket.extensions.wizard.dynamic.DynamicWizardModelTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.extensions.wizard.dynamic.DynamicWizardModelTest
+[INFO] [INFO] Running org.apache.wicket.extensions.wizard.WizardModelTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.wicket.extensions.wizard.WizardModelTest
+[INFO] [INFO] Running org.apache.wicket.extensions.util.markup.xhtml.WellFormedXmlTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.extensions.util.markup.xhtml.WellFormedXmlTest
+[INFO] [INFO] Running org.apache.wicket.extensions.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.apache.wicket.extensions.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.extensions.validation.validator.RfcCompliantEmailValidatorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.extensions.validation.validator.RfcCompliantEmailValidatorTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.upload.UploadFormWithProgressBarTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.apache.wicket.extensions.markup.html.upload.UploadFormWithProgressBarTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.tabs.AjaxTabbedPanelTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 s - in org.apache.wicket.extensions.markup.html.tabs.AjaxTabbedPanelTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.tabs.TabbedPanelTest
+[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in org.apache.wicket.extensions.markup.html.tabs.TabbedPanelTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.tabs.TabbedPanelVisibilityTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.apache.wicket.extensions.markup.html.tabs.TabbedPanelVisibilityTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.basic.DefaultLinkParserTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.wicket.extensions.markup.html.basic.DefaultLinkParserTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResourceTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.035 s - in org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResourceTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.repeater.util.TreeModelProviderTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.extensions.markup.html.repeater.util.TreeModelProviderTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubsetTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubsetTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.repeater.data.table.filter.FilterFormTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.apache.wicket.extensions.markup.html.repeater.data.table.filter.FilterFormTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.repeater.data.table.export.CSVDataExporterTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.wicket.extensions.markup.html.repeater.data.table.export.CSVDataExporterTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.repeater.data.table.DataTableTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s - in org.apache.wicket.extensions.markup.html.repeater.data.table.DataTableTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.repeater.tree.table.TreeDataProviderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.extensions.markup.html.repeater.tree.table.TreeDataProviderTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.repeater.tree.table.NodeModelTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.wicket.extensions.markup.html.repeater.tree.table.NodeModelTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.repeater.tree.table.NodeBorderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.wicket.extensions.markup.html.repeater.tree.table.NodeBorderTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.AjaxLazyLoadPanelTesterTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.wicket.extensions.markup.html.AjaxLazyLoadPanelTesterTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.image.resource.ThumbnailImageResourceTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.apache.wicket.extensions.markup.html.image.resource.ThumbnailImageResourceTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.form.select.SelectTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.apache.wicket.extensions.markup.html.form.select.SelectTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.form.DateTextFieldTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.apache.wicket.extensions.markup.html.form.DateTextFieldTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.form.datetime.TimeFieldTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s - in org.apache.wicket.extensions.markup.html.form.datetime.TimeFieldTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.form.datetime.DateTimeFieldTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in org.apache.wicket.extensions.markup.html.form.datetime.DateTimeFieldTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.form.datetime.LocalDateTextFieldTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.apache.wicket.extensions.markup.html.form.datetime.LocalDateTextFieldTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.form.datetime.ZonedToLocalDateTimeModelTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.wicket.extensions.markup.html.form.datetime.ZonedToLocalDateTimeModelTest
+[INFO] [INFO] Running org.apache.wicket.extensions.markup.html.form.palette.PaletteTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s - in org.apache.wicket.extensions.markup.html.form.palette.PaletteTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-extensions ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-extensions:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:jackson-databind, Jar:jackson-annotations, Jar:jackson-core, Jar:wicket-core, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional]
+[INFO] Class path         [Jar:., Jar:jackson-databind, Jar:jackson-annotations, Jar:jackson-core, Jar:wicket-core, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-extensions ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-extensions ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-extensions ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-extensions >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-extensions ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-extensions ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-extensions ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-extensions <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-extensions ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-extensions >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-extensions ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-extensions ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-extensions ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-extensions <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-extensions ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-extensions ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-extensions ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-extensions ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-extensions ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-extensions ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-extensions/target/wicket-extensions-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-extensions ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@7e80381d) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-extensions ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-extensions ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar
+[INFO] Progress (1): 0/1.4 MB
+[INFO] Progress (1): 0/1.4 MB
+[INFO] Progress (1): 0/1.4 MB
+[INFO] Progress (1): 0/1.4 MB
+[INFO] Progress (1): 0.1/1.4 MB
+[INFO] Progress (1): 0.1/1.4 MB
+[INFO] Progress (1): 0.1/1.4 MB
+[INFO] Progress (1): 0.1/1.4 MB
+[INFO] Progress (1): 0.1/1.4 MB
+[INFO] Progress (1): 0.1/1.4 MB
+[INFO] Progress (1): 0.1/1.4 MB
+[INFO] Progress (1): 0.1/1.4 MB
+[INFO] Progress (1): 0.2/1.4 MB
+[INFO] Progress (1): 0.2/1.4 MB
+[INFO] Progress (1): 0.2/1.4 MB
+[INFO] Progress (1): 0.2/1.4 MB
+[INFO] Progress (1): 0.2/1.4 MB
+[INFO] Progress (1): 0.2/1.4 MB
+[INFO] Progress (1): 0.2/1.4 MB
+[INFO] Progress (1): 0.2/1.4 MB
+[INFO] Progress (1): 0.3/1.4 MB
+[INFO] Progress (1): 0.3/1.4 MB
+[INFO] Progress (1): 0.3/1.4 MB
+[INFO] Progress (1): 0.3/1.4 MB
+[INFO] Progress (1): 0.3/1.4 MB
+[INFO] Progress (1): 0.3/1.4 MB
+[INFO] Progress (1): 0.3/1.4 MB
+[INFO] Progress (1): 0.3/1.4 MB
+[INFO] Progress (1): 0.4/1.4 MB
+[INFO] Progress (1): 0.4/1.4 MB
+[INFO] Progress (1): 0.4/1.4 MB
+[INFO] Progress (1): 0.4/1.4 MB
+[INFO] Progress (1): 0.4/1.4 MB
+[INFO] Progress (1): 0.4/1.4 MB
+[INFO] Progress (1): 0.4/1.4 MB
+[INFO] Progress (1): 0.4/1.4 MB
+[INFO] Progress (1): 0.5/1.4 MB
+[INFO] Progress (1): 0.5/1.4 MB
+[INFO] Progress (1): 0.5/1.4 MB
+[INFO] Progress (1): 0.5/1.4 MB
+[INFO] Progress (1): 0.5/1.4 MB
+[INFO] Progress (1): 0.5/1.4 MB
+[INFO] Progress (1): 0.5/1.4 MB
+[INFO] Progress (1): 0.5/1.4 MB
+[INFO] Progress (1): 0.6/1.4 MB
+[INFO] Progress (1): 0.6/1.4 MB
+[INFO] Progress (1): 0.6/1.4 MB
+[INFO] Progress (1): 0.6/1.4 MB
+[INFO] Progress (1): 0.6/1.4 MB
+[INFO] Progress (1): 0.6/1.4 MB
+[INFO] Progress (1): 0.6/1.4 MB
+[INFO] Progress (1): 0.6/1.4 MB
+[INFO] Progress (1): 0.7/1.4 MB
+[INFO] Progress (1): 0.7/1.4 MB
+[INFO] Progress (1): 0.7/1.4 MB
+[INFO] Progress (1): 0.7/1.4 MB
+[INFO] Progress (1): 0.7/1.4 MB
+[INFO] Progress (1): 0.7/1.4 MB
+[INFO] Progress (1): 0.7/1.4 MB
+[INFO] Progress (1): 0.7/1.4 MB
+[INFO] Progress (1): 0.7/1.4 MB
+[INFO] Progress (1): 0.8/1.4 MB
+[INFO] Progress (1): 0.8/1.4 MB
+[INFO] Progress (1): 0.8/1.4 MB
+[INFO] Progress (1): 0.8/1.4 MB
+[INFO] Progress (1): 0.8/1.4 MB
+[INFO] Progress (1): 0.8/1.4 MB
+[INFO] Progress (1): 0.8/1.4 MB
+[INFO] Progress (1): 0.8/1.4 MB
+[INFO] Progress (1): 0.9/1.4 MB
+[INFO] Progress (1): 0.9/1.4 MB
+[INFO] Progress (1): 0.9/1.4 MB
+[INFO] Progress (1): 0.9/1.4 MB
+[INFO] Progress (1): 0.9/1.4 MB
+[INFO] Progress (1): 0.9/1.4 MB
+[INFO] Progress (1): 0.9/1.4 MB
+[INFO] Progress (1): 0.9/1.4 MB
+[INFO] Progress (1): 1.0/1.4 MB
+[INFO] Progress (1): 1.0/1.4 MB
+[INFO] Progress (1): 1.0/1.4 MB
+[INFO] Progress (1): 1.0/1.4 MB
+[INFO] Progress (1): 1.0/1.4 MB
+[INFO] Progress (1): 1.0/1.4 MB
+[INFO] Progress (1): 1.0/1.4 MB
+[INFO] Progress (1): 1.0/1.4 MB
+[INFO] Progress (1): 1.1/1.4 MB
+[INFO] Progress (1): 1.1/1.4 MB
+[INFO] Progress (1): 1.1/1.4 MB
+[INFO] Progress (1): 1.1/1.4 MB
+[INFO] Progress (1): 1.1/1.4 MB
+[INFO] Progress (1): 1.1/1.4 MB
+[INFO] Progress (1): 1.1/1.4 MB
+[INFO] Progress (1): 1.1/1.4 MB
+[INFO] Progress (1): 1.2/1.4 MB
+[INFO] Progress (1): 1.2/1.4 MB
+[INFO] Progress (1): 1.2/1.4 MB
+[INFO] Progress (1): 1.2/1.4 MB
+[INFO] Progress (1): 1.2/1.4 MB
+[INFO] Progress (1): 1.2/1.4 MB
+[INFO] Progress (1): 1.2/1.4 MB
+[INFO] Progress (1): 1.2/1.4 MB
+[INFO] Progress (1): 1.3/1.4 MB
+[INFO] Progress (1): 1.3/1.4 MB
+[INFO] Progress (1): 1.3/1.4 MB
+[INFO] Progress (1): 1.3/1.4 MB
+[INFO] Progress (1): 1.3/1.4 MB
+[INFO] Progress (1): 1.3/1.4 MB
+[INFO] Progress (1): 1.3/1.4 MB
+[INFO] Progress (1): 1.3/1.4 MB
+[INFO] Progress (1): 1.4/1.4 MB
+[INFO] Progress (1): 1.4 MB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar (1.4 MB at 779 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom
+[INFO] Progress (1): 1.9 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom (1.9 kB at 6.2 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/maven-metadata.xml
+[INFO] Progress (1): 316 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/maven-metadata.xml (316 B at 810 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar
+[INFO] Progress (1): 0/1.2 MB
+[INFO] Progress (1): 0/1.2 MB
+[INFO] Progress (1): 0/1.2 MB
+[INFO] Progress (1): 0/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2 MB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar (1.2 MB at 911 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar
+[INFO] Progress (1): 0/1.2 MB
+[INFO] Progress (1): 0/1.2 MB
+[INFO] Progress (1): 0/1.2 MB
+[INFO] Progress (1): 0/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.1/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.2/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.3/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.4/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.5/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.6/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.7/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.8/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 0.9/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.0/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.1/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2/1.2 MB
+[INFO] Progress (1): 1.2 MB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar (1.2 MB at 928 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/83 kB
+[INFO] Progress (1): 8.2/83 kB
+[INFO] Progress (1): 12/83 kB 
+[INFO] Progress (1): 16/83 kB
+[INFO] Progress (1): 20/83 kB
+[INFO] Progress (1): 25/83 kB
+[INFO] Progress (1): 29/83 kB
+[INFO] Progress (1): 33/83 kB
+[INFO] Progress (1): 37/83 kB
+[INFO] Progress (1): 41/83 kB
+[INFO] Progress (1): 45/83 kB
+[INFO] Progress (1): 49/83 kB
+[INFO] Progress (1): 53/83 kB
+[INFO] Progress (1): 57/83 kB
+[INFO] Progress (1): 61/83 kB
+[INFO] Progress (1): 66/83 kB
+[INFO] Progress (1): 70/83 kB
+[INFO] Progress (1): 74/83 kB
+[INFO] Progress (1): 78/83 kB
+[INFO] Progress (1): 82/83 kB
+[INFO] Progress (1): 83 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar (83 kB at 241 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar
+[INFO] Progress (1): 0/2.9 MB
+[INFO] Progress (1): 0.1/2.9 MB
+[INFO] Progress (1): 0.1/2.9 MB
+[INFO] Progress (1): 0.1/2.9 MB
+[INFO] Progress (1): 0.1/2.9 MB
+[INFO] Progress (1): 0.2/2.9 MB
+[INFO] Progress (1): 0.2/2.9 MB
+[INFO] Progress (1): 0.2/2.9 MB
+[INFO] Progress (1): 0.3/2.9 MB
+[INFO] Progress (1): 0.3/2.9 MB
+[INFO] Progress (1): 0.3/2.9 MB
+[INFO] Progress (1): 0.3/2.9 MB
+[INFO] Progress (1): 0.4/2.9 MB
+[INFO] Progress (1): 0.4/2.9 MB
+[INFO] Progress (1): 0.4/2.9 MB
+[INFO] Progress (1): 0.5/2.9 MB
+[INFO] Progress (1): 0.5/2.9 MB
+[INFO] Progress (1): 0.5/2.9 MB
+[INFO] Progress (1): 0.5/2.9 MB
+[INFO] Progress (1): 0.6/2.9 MB
+[INFO] Progress (1): 0.6/2.9 MB
+[INFO] Progress (1): 0.6/2.9 MB
+[INFO] Progress (1): 0.7/2.9 MB
+[INFO] Progress (1): 0.7/2.9 MB
+[INFO] Progress (1): 0.7/2.9 MB
+[INFO] Progress (1): 0.7/2.9 MB
+[INFO] Progress (1): 0.8/2.9 MB
+[INFO] Progress (1): 0.8/2.9 MB
+[INFO] Progress (1): 0.8/2.9 MB
+[INFO] Progress (1): 0.9/2.9 MB
+[INFO] Progress (1): 0.9/2.9 MB
+[INFO] Progress (1): 0.9/2.9 MB
+[INFO] Progress (1): 0.9/2.9 MB
+[INFO] Progress (1): 1.0/2.9 MB
+[INFO] Progress (1): 1.0/2.9 MB
+[INFO] Progress (1): 1.0/2.9 MB
+[INFO] Progress (1): 1.1/2.9 MB
+[INFO] Progress (1): 1.1/2.9 MB
+[INFO] Progress (1): 1.1/2.9 MB
+[INFO] Progress (1): 1.1/2.9 MB
+[INFO] Progress (1): 1.2/2.9 MB
+[INFO] Progress (1): 1.2/2.9 MB
+[INFO] Progress (1): 1.2/2.9 MB
+[INFO] Progress (1): 1.3/2.9 MB
+[INFO] Progress (1): 1.3/2.9 MB
+[INFO] Progress (1): 1.3/2.9 MB
+[INFO] Progress (1): 1.3/2.9 MB
+[INFO] Progress (1): 1.4/2.9 MB
+[INFO] Progress (1): 1.4/2.9 MB
+[INFO] Progress (1): 1.4/2.9 MB
+[INFO] Progress (1): 1.5/2.9 MB
+[INFO] Progress (1): 1.5/2.9 MB
+[INFO] Progress (1): 1.5/2.9 MB
+[INFO] Progress (1): 1.5/2.9 MB
+[INFO] Progress (1): 1.6/2.9 MB
+[INFO] Progress (1): 1.6/2.9 MB
+[INFO] Progress (1): 1.6/2.9 MB
+[INFO] Progress (1): 1.7/2.9 MB
+[INFO] Progress (1): 1.7/2.9 MB
+[INFO] Progress (1): 1.7/2.9 MB
+[INFO] Progress (1): 1.7/2.9 MB
+[INFO] Progress (1): 1.8/2.9 MB
+[INFO] Progress (1): 1.8/2.9 MB
+[INFO] Progress (1): 1.8/2.9 MB
+[INFO] Progress (1): 1.9/2.9 MB
+[INFO] Progress (1): 1.9/2.9 MB
+[INFO] Progress (1): 1.9/2.9 MB
+[INFO] Progress (1): 1.9/2.9 MB
+[INFO] Progress (1): 2.0/2.9 MB
+[INFO] Progress (1): 2.0/2.9 MB
+[INFO] Progress (1): 2.0/2.9 MB
+[INFO] Progress (1): 2.1/2.9 MB
+[INFO] Progress (1): 2.1/2.9 MB
+[INFO] Progress (1): 2.1/2.9 MB
+[INFO] Progress (1): 2.2/2.9 MB
+[INFO] Progress (1): 2.2/2.9 MB
+[INFO] Progress (1): 2.2/2.9 MB
+[INFO] Progress (1): 2.2/2.9 MB
+[INFO] Progress (1): 2.3/2.9 MB
+[INFO] Progress (1): 2.3/2.9 MB
+[INFO] Progress (1): 2.3/2.9 MB
+[INFO] Progress (1): 2.4/2.9 MB
+[INFO] Progress (1): 2.4/2.9 MB
+[INFO] Progress (1): 2.4/2.9 MB
+[INFO] Progress (1): 2.4/2.9 MB
+[INFO] Progress (1): 2.5/2.9 MB
+[INFO] Progress (1): 2.5/2.9 MB
+[INFO] Progress (1): 2.5/2.9 MB
+[INFO] Progress (1): 2.6/2.9 MB
+[INFO] Progress (1): 2.6/2.9 MB
+[INFO] Progress (1): 2.6/2.9 MB
+[INFO] Progress (1): 2.6/2.9 MB
+[INFO] Progress (1): 2.7/2.9 MB
+[INFO] Progress (1): 2.7/2.9 MB
+[INFO] Progress (1): 2.7/2.9 MB
+[INFO] Progress (1): 2.8/2.9 MB
+[INFO] Progress (1): 2.8/2.9 MB
+[INFO] Progress (1): 2.8/2.9 MB
+[INFO] Progress (1): 2.8/2.9 MB
+[INFO] Progress (1): 2.9/2.9 MB
+[INFO] Progress (1): 2.9 MB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar (2.9 MB at 1.0 MB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar.asc (833 B at 9.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom.asc (833 B at 8.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc (833 B at 8.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc (833 B at 8.8 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar.asc (833 B at 9.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar.asc (833 B at 8.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.jar.asc.asc (833 B at 8.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0.pom.asc.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc.asc (833 B at 7.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-sources.jar.asc.asc (833 B at 2.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-test-sources.jar.asc.asc (833 B at 8.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-extensions/9.11.0/wicket-extensions-9.11.0-javadoc.jar.asc.asc (833 B at 8.6 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-extensions ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] -----------------< org.apache.wicket:wicket-devutils >------------------
+[INFO] [INFO] Building Wicket Development Utilities 9.11.0                      [7/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-devutils ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-devutils ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-devutils ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-devutils ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-devutils ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-devutils ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 18 resources
+[INFO] [INFO] Copying 1 resource
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-devutils ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 27 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-devutils ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-devutils:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-devutils ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-devutils ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 4 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/test-classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-devutils ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.devutils.util.markup.xhtml.WellFormedXmlTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.apache.wicket.devutils.util.markup.xhtml.WellFormedXmlTest
+[INFO] [INFO] Running org.apache.wicket.devutils.util.license.ApacheLicenceHeaderTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.apache.wicket.devutils.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.devutils.inspector.SessionSizeModelTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.apache.wicket.devutils.inspector.SessionSizeModelTest
+[INFO] [INFO] Running org.apache.wicket.devutils.stateless.StatelessCheckerTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.apache.wicket.devutils.stateless.StatelessCheckerTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-devutils ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-devutils:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:wicket-core, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional, Jar:wicket-extensions]
+[INFO] Class path         [Jar:., Jar:wicket-core, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:wicket-extensions, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-devutils ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-devutils ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-devutils ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-devutils >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-devutils ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-devutils ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-devutils ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-devutils <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-devutils ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-devutils >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-devutils ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-devutils ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-devutils ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-devutils <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-devutils ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-devutils ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-devutils ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-devutils ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-devutils ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-devutils ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-devutils/target/wicket-devutils-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-devutils ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@707172a8) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-devutils ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-devutils ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar
+[INFO] Progress (1): 4.1/117 kB
+[INFO] Progress (1): 8.2/117 kB
+[INFO] Progress (1): 12/117 kB 
+[INFO] Progress (1): 16/117 kB
+[INFO] Progress (1): 20/117 kB
+[INFO] Progress (1): 25/117 kB
+[INFO] Progress (1): 29/117 kB
+[INFO] Progress (1): 33/117 kB
+[INFO] Progress (1): 37/117 kB
+[INFO] Progress (1): 41/117 kB
+[INFO] Progress (1): 45/117 kB
+[INFO] Progress (1): 49/117 kB
+[INFO] Progress (1): 53/117 kB
+[INFO] Progress (1): 57/117 kB
+[INFO] Progress (1): 61/117 kB
+[INFO] Progress (1): 66/117 kB
+[INFO] Progress (1): 70/117 kB
+[INFO] Progress (1): 74/117 kB
+[INFO] Progress (1): 78/117 kB
+[INFO] Progress (1): 82/117 kB
+[INFO] Progress (1): 86/117 kB
+[INFO] Progress (1): 90/117 kB
+[INFO] Progress (1): 94/117 kB
+[INFO] Progress (1): 98/117 kB
+[INFO] Progress (1): 102/117 kB
+[INFO] Progress (1): 106/117 kB
+[INFO] Progress (1): 111/117 kB
+[INFO] Progress (1): 115/117 kB
+[INFO] Progress (1): 117 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar (117 kB at 246 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom
+[INFO] Progress (1): 1.8 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom (1.8 kB at 6.6 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/maven-metadata.xml
+[INFO] Progress (1): 314 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/maven-metadata.xml (314 B at 865 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/66 kB
+[INFO] Progress (1): 8.2/66 kB
+[INFO] Progress (1): 12/66 kB 
+[INFO] Progress (1): 16/66 kB
+[INFO] Progress (1): 20/66 kB
+[INFO] Progress (1): 25/66 kB
+[INFO] Progress (1): 29/66 kB
+[INFO] Progress (1): 33/66 kB
+[INFO] Progress (1): 37/66 kB
+[INFO] Progress (1): 41/66 kB
+[INFO] Progress (1): 45/66 kB
+[INFO] Progress (1): 49/66 kB
+[INFO] Progress (1): 53/66 kB
+[INFO] Progress (1): 57/66 kB
+[INFO] Progress (1): 61/66 kB
+[INFO] Progress (1): 66/66 kB
+[INFO] Progress (1): 66 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar (66 kB at 178 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/66 kB
+[INFO] Progress (1): 8.2/66 kB
+[INFO] Progress (1): 12/66 kB 
+[INFO] Progress (1): 16/66 kB
+[INFO] Progress (1): 20/66 kB
+[INFO] Progress (1): 25/66 kB
+[INFO] Progress (1): 29/66 kB
+[INFO] Progress (1): 33/66 kB
+[INFO] Progress (1): 37/66 kB
+[INFO] Progress (1): 41/66 kB
+[INFO] Progress (1): 45/66 kB
+[INFO] Progress (1): 49/66 kB
+[INFO] Progress (1): 53/66 kB
+[INFO] Progress (1): 57/66 kB
+[INFO] Progress (1): 61/66 kB
+[INFO] Progress (1): 66/66 kB
+[INFO] Progress (1): 66 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar (66 kB at 221 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/13 kB
+[INFO] Progress (1): 8.2/13 kB
+[INFO] Progress (1): 12/13 kB 
+[INFO] Progress (1): 13 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar (13 kB at 49 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar
+[INFO] Progress (1): 4.1/663 kB
+[INFO] Progress (1): 8.2/663 kB
+[INFO] Progress (1): 12/663 kB 
+[INFO] Progress (1): 16/663 kB
+[INFO] Progress (1): 20/663 kB
+[INFO] Progress (1): 25/663 kB
+[INFO] Progress (1): 29/663 kB
+[INFO] Progress (1): 33/663 kB
+[INFO] Progress (1): 37/663 kB
+[INFO] Progress (1): 41/663 kB
+[INFO] Progress (1): 45/663 kB
+[INFO] Progress (1): 49/663 kB
+[INFO] Progress (1): 53/663 kB
+[INFO] Progress (1): 57/663 kB
+[INFO] Progress (1): 61/663 kB
+[INFO] Progress (1): 66/663 kB
+[INFO] Progress (1): 70/663 kB
+[INFO] Progress (1): 74/663 kB
+[INFO] Progress (1): 78/663 kB
+[INFO] Progress (1): 82/663 kB
+[INFO] Progress (1): 86/663 kB
+[INFO] Progress (1): 90/663 kB
+[INFO] Progress (1): 94/663 kB
+[INFO] Progress (1): 98/663 kB
+[INFO] Progress (1): 102/663 kB
+[INFO] Progress (1): 106/663 kB
+[INFO] Progress (1): 111/663 kB
+[INFO] Progress (1): 115/663 kB
+[INFO] Progress (1): 119/663 kB
+[INFO] Progress (1): 123/663 kB
+[INFO] Progress (1): 127/663 kB
+[INFO] Progress (1): 131/663 kB
+[INFO] Progress (1): 135/663 kB
+[INFO] Progress (1): 139/663 kB
+[INFO] Progress (1): 143/663 kB
+[INFO] Progress (1): 147/663 kB
+[INFO] Progress (1): 152/663 kB
+[INFO] Progress (1): 156/663 kB
+[INFO] Progress (1): 160/663 kB
+[INFO] Progress (1): 164/663 kB
+[INFO] Progress (1): 168/663 kB
+[INFO] Progress (1): 172/663 kB
+[INFO] Progress (1): 176/663 kB
+[INFO] Progress (1): 180/663 kB
+[INFO] Progress (1): 184/663 kB
+[INFO] Progress (1): 188/663 kB
+[INFO] Progress (1): 193/663 kB
+[INFO] Progress (1): 197/663 kB
+[INFO] Progress (1): 201/663 kB
+[INFO] Progress (1): 205/663 kB
+[INFO] Progress (1): 209/663 kB
+[INFO] Progress (1): 213/663 kB
+[INFO] Progress (1): 217/663 kB
+[INFO] Progress (1): 221/663 kB
+[INFO] Progress (1): 225/663 kB
+[INFO] Progress (1): 229/663 kB
+[INFO] Progress (1): 233/663 kB
+[INFO] Progress (1): 238/663 kB
+[INFO] Progress (1): 242/663 kB
+[INFO] Progress (1): 246/663 kB
+[INFO] Progress (1): 250/663 kB
+[INFO] Progress (1): 254/663 kB
+[INFO] Progress (1): 258/663 kB
+[INFO] Progress (1): 262/663 kB
+[INFO] Progress (1): 266/663 kB
+[INFO] Progress (1): 270/663 kB
+[INFO] Progress (1): 274/663 kB
+[INFO] Progress (1): 279/663 kB
+[INFO] Progress (1): 283/663 kB
+[INFO] Progress (1): 287/663 kB
+[INFO] Progress (1): 291/663 kB
+[INFO] Progress (1): 295/663 kB
+[INFO] Progress (1): 299/663 kB
+[INFO] Progress (1): 303/663 kB
+[INFO] Progress (1): 307/663 kB
+[INFO] Progress (1): 311/663 kB
+[INFO] Progress (1): 315/663 kB
+[INFO] Progress (1): 319/663 kB
+[INFO] Progress (1): 324/663 kB
+[INFO] Progress (1): 328/663 kB
+[INFO] Progress (1): 332/663 kB
+[INFO] Progress (1): 336/663 kB
+[INFO] Progress (1): 340/663 kB
+[INFO] Progress (1): 344/663 kB
+[INFO] Progress (1): 348/663 kB
+[INFO] Progress (1): 352/663 kB
+[INFO] Progress (1): 356/663 kB
+[INFO] Progress (1): 360/663 kB
+[INFO] Progress (1): 365/663 kB
+[INFO] Progress (1): 369/663 kB
+[INFO] Progress (1): 373/663 kB
+[INFO] Progress (1): 377/663 kB
+[INFO] Progress (1): 381/663 kB
+[INFO] Progress (1): 385/663 kB
+[INFO] Progress (1): 389/663 kB
+[INFO] Progress (1): 393/663 kB
+[INFO] Progress (1): 397/663 kB
+[INFO] Progress (1): 401/663 kB
+[INFO] Progress (1): 406/663 kB
+[INFO] Progress (1): 410/663 kB
+[INFO] Progress (1): 414/663 kB
+[INFO] Progress (1): 418/663 kB
+[INFO] Progress (1): 422/663 kB
+[INFO] Progress (1): 426/663 kB
+[INFO] Progress (1): 430/663 kB
+[INFO] Progress (1): 434/663 kB
+[INFO] Progress (1): 438/663 kB
+[INFO] Progress (1): 442/663 kB
+[INFO] Progress (1): 446/663 kB
+[INFO] Progress (1): 451/663 kB
+[INFO] Progress (1): 455/663 kB
+[INFO] Progress (1): 459/663 kB
+[INFO] Progress (1): 463/663 kB
+[INFO] Progress (1): 467/663 kB
+[INFO] Progress (1): 471/663 kB
+[INFO] Progress (1): 475/663 kB
+[INFO] Progress (1): 479/663 kB
+[INFO] Progress (1): 483/663 kB
+[INFO] Progress (1): 487/663 kB
+[INFO] Progress (1): 492/663 kB
+[INFO] Progress (1): 496/663 kB
+[INFO] Progress (1): 500/663 kB
+[INFO] Progress (1): 504/663 kB
+[INFO] Progress (1): 508/663 kB
+[INFO] Progress (1): 512/663 kB
+[INFO] Progress (1): 516/663 kB
+[INFO] Progress (1): 520/663 kB
+[INFO] Progress (1): 524/663 kB
+[INFO] Progress (1): 528/663 kB
+[INFO] Progress (1): 532/663 kB
+[INFO] Progress (1): 537/663 kB
+[INFO] Progress (1): 541/663 kB
+[INFO] Progress (1): 545/663 kB
+[INFO] Progress (1): 549/663 kB
+[INFO] Progress (1): 553/663 kB
+[INFO] Progress (1): 557/663 kB
+[INFO] Progress (1): 561/663 kB
+[INFO] Progress (1): 565/663 kB
+[INFO] Progress (1): 569/663 kB
+[INFO] Progress (1): 573/663 kB
+[INFO] Progress (1): 578/663 kB
+[INFO] Progress (1): 582/663 kB
+[INFO] Progress (1): 586/663 kB
+[INFO] Progress (1): 590/663 kB
+[INFO] Progress (1): 594/663 kB
+[INFO] Progress (1): 598/663 kB
+[INFO] Progress (1): 602/663 kB
+[INFO] Progress (1): 606/663 kB
+[INFO] Progress (1): 610/663 kB
+[INFO] Progress (1): 614/663 kB
+[INFO] Progress (1): 618/663 kB
+[INFO] Progress (1): 623/663 kB
+[INFO] Progress (1): 627/663 kB
+[INFO] Progress (1): 631/663 kB
+[INFO] Progress (1): 635/663 kB
+[INFO] Progress (1): 639/663 kB
+[INFO] Progress (1): 643/663 kB
+[INFO] Progress (1): 647/663 kB
+[INFO] Progress (1): 651/663 kB
+[INFO] Progress (1): 655/663 kB
+[INFO] Progress (1): 659/663 kB
+[INFO] Progress (1): 663 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar (663 kB at 741 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar.asc (833 B at 8.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom.asc (833 B at 9.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc (833 B at 9.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar.asc (833 B at 7.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar.asc (833 B at 8.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar.asc (833 B at 9.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom.asc (833 B at 9.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc (833 B at 9.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc (833 B at 9.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar.asc (833 B at 9.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar.asc (833 B at 9.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.jar.asc.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0.pom.asc.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc.asc (833 B at 8.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-sources.jar.asc.asc (833 B at 7.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-test-sources.jar.asc.asc (833 B at 9.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-devutils/9.11.0/wicket-devutils-9.11.0-javadoc.jar.asc.asc (833 B at 8.4 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-devutils ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] --------------------< org.apache.wicket:wicket-ioc >--------------------
+[INFO] [INFO] Building Wicket IoC common code 9.11.0                            [8/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-ioc ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-ioc ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-ioc ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-ioc ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-ioc ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-ioc ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/src/main/resources
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-ioc ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] ************************************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [cglib-3.3.0.jar, commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] ************************************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 17 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/classes
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/src/main/java/org/apache/wicket/proxy/objenesis/ObjenesisCGLibInterceptor.java:[26,67] [removal] AbstractCGLibInterceptor in LazyInitProxyFactory has been deprecated and marked for removal
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-ioc ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-ioc:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-ioc ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-ioc ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 17 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/test-classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-ioc ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.injection.CompoundFieldValueFactoryTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s - in org.apache.wicket.injection.CompoundFieldValueFactoryTest
+[INFO] [INFO] Running org.apache.wicket.injection.util.license.ApacheLicenceHeaderTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apache.wicket.injection.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.injection.InjectorTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.wicket.injection.InjectorTest
+[INFO] [INFO] Running org.apache.wicket.injection.NoopFieldValueFactoryTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.wicket.injection.NoopFieldValueFactoryTest
+[INFO] [INFO] Running org.apache.wicket.proxy.packageprivate.PackagePrivateTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.apache.wicket.proxy.packageprivate.PackagePrivateTest
+[INFO] [INFO] Running org.apache.wicket.proxy.LazyInitProxyFactoryTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.wicket.proxy.LazyInitProxyFactoryTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-ioc ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-ioc:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:wicket-core, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional, Jar:asm]
+[INFO] Class path         [Jar:., Jar:cglib, Jar:javax.inject, Jar:byte-buddy, Jar:wicket-core, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:objenesis, Jar:asm, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-ioc ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-ioc ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-ioc ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-ioc >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-ioc ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-ioc ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-ioc ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-ioc <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-ioc ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-ioc >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-ioc ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-ioc ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-ioc ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-ioc <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-ioc ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-ioc ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-ioc ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-ioc ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-ioc ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-ioc ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-ioc/target/wicket-ioc-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-ioc ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@433d24b0) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-ioc ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-ioc ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar
+[INFO] Progress (1): 4.1/42 kB
+[INFO] Progress (1): 8.2/42 kB
+[INFO] Progress (1): 12/42 kB 
+[INFO] Progress (1): 16/42 kB
+[INFO] Progress (1): 20/42 kB
+[INFO] Progress (1): 25/42 kB
+[INFO] Progress (1): 29/42 kB
+[INFO] Progress (1): 33/42 kB
+[INFO] Progress (1): 37/42 kB
+[INFO] Progress (1): 41/42 kB
+[INFO] Progress (1): 42 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar (42 kB at 100 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom
+[INFO] Progress (1): 2.3 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom (2.3 kB at 8.3 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/maven-metadata.xml
+[INFO] Progress (1): 309 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/maven-metadata.xml (309 B at 705 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/33 kB
+[INFO] Progress (1): 8.2/33 kB
+[INFO] Progress (1): 12/33 kB 
+[INFO] Progress (1): 16/33 kB
+[INFO] Progress (1): 20/33 kB
+[INFO] Progress (1): 25/33 kB
+[INFO] Progress (1): 29/33 kB
+[INFO] Progress (1): 33/33 kB
+[INFO] Progress (1): 33 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar (33 kB at 95 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/33 kB
+[INFO] Progress (1): 8.2/33 kB
+[INFO] Progress (1): 12/33 kB 
+[INFO] Progress (1): 16/33 kB
+[INFO] Progress (1): 20/33 kB
+[INFO] Progress (1): 25/33 kB
+[INFO] Progress (1): 29/33 kB
+[INFO] Progress (1): 33/33 kB
+[INFO] Progress (1): 33 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar (33 kB at 107 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/26 kB
+[INFO] Progress (1): 8.2/26 kB
+[INFO] Progress (1): 12/26 kB 
+[INFO] Progress (1): 16/26 kB
+[INFO] Progress (1): 20/26 kB
+[INFO] Progress (1): 25/26 kB
+[INFO] Progress (1): 26 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar (26 kB at 82 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar
+[INFO] Progress (1): 4.1/583 kB
+[INFO] Progress (1): 8.2/583 kB
+[INFO] Progress (1): 12/583 kB 
+[INFO] Progress (1): 16/583 kB
+[INFO] Progress (1): 20/583 kB
+[INFO] Progress (1): 25/583 kB
+[INFO] Progress (1): 29/583 kB
+[INFO] Progress (1): 33/583 kB
+[INFO] Progress (1): 37/583 kB
+[INFO] Progress (1): 41/583 kB
+[INFO] Progress (1): 45/583 kB
+[INFO] Progress (1): 49/583 kB
+[INFO] Progress (1): 53/583 kB
+[INFO] Progress (1): 57/583 kB
+[INFO] Progress (1): 61/583 kB
+[INFO] Progress (1): 66/583 kB
+[INFO] Progress (1): 70/583 kB
+[INFO] Progress (1): 74/583 kB
+[INFO] Progress (1): 78/583 kB
+[INFO] Progress (1): 82/583 kB
+[INFO] Progress (1): 86/583 kB
+[INFO] Progress (1): 90/583 kB
+[INFO] Progress (1): 94/583 kB
+[INFO] Progress (1): 98/583 kB
+[INFO] Progress (1): 102/583 kB
+[INFO] Progress (1): 106/583 kB
+[INFO] Progress (1): 111/583 kB
+[INFO] Progress (1): 115/583 kB
+[INFO] Progress (1): 119/583 kB
+[INFO] Progress (1): 123/583 kB
+[INFO] Progress (1): 127/583 kB
+[INFO] Progress (1): 131/583 kB
+[INFO] Progress (1): 135/583 kB
+[INFO] Progress (1): 139/583 kB
+[INFO] Progress (1): 143/583 kB
+[INFO] Progress (1): 147/583 kB
+[INFO] Progress (1): 152/583 kB
+[INFO] Progress (1): 156/583 kB
+[INFO] Progress (1): 160/583 kB
+[INFO] Progress (1): 164/583 kB
+[INFO] Progress (1): 168/583 kB
+[INFO] Progress (1): 172/583 kB
+[INFO] Progress (1): 176/583 kB
+[INFO] Progress (1): 180/583 kB
+[INFO] Progress (1): 184/583 kB
+[INFO] Progress (1): 188/583 kB
+[INFO] Progress (1): 193/583 kB
+[INFO] Progress (1): 197/583 kB
+[INFO] Progress (1): 201/583 kB
+[INFO] Progress (1): 205/583 kB
+[INFO] Progress (1): 209/583 kB
+[INFO] Progress (1): 213/583 kB
+[INFO] Progress (1): 217/583 kB
+[INFO] Progress (1): 221/583 kB
+[INFO] Progress (1): 225/583 kB
+[INFO] Progress (1): 229/583 kB
+[INFO] Progress (1): 233/583 kB
+[INFO] Progress (1): 238/583 kB
+[INFO] Progress (1): 242/583 kB
+[INFO] Progress (1): 246/583 kB
+[INFO] Progress (1): 250/583 kB
+[INFO] Progress (1): 254/583 kB
+[INFO] Progress (1): 258/583 kB
+[INFO] Progress (1): 262/583 kB
+[INFO] Progress (1): 266/583 kB
+[INFO] Progress (1): 270/583 kB
+[INFO] Progress (1): 274/583 kB
+[INFO] Progress (1): 279/583 kB
+[INFO] Progress (1): 283/583 kB
+[INFO] Progress (1): 287/583 kB
+[INFO] Progress (1): 291/583 kB
+[INFO] Progress (1): 295/583 kB
+[INFO] Progress (1): 299/583 kB
+[INFO] Progress (1): 303/583 kB
+[INFO] Progress (1): 307/583 kB
+[INFO] Progress (1): 311/583 kB
+[INFO] Progress (1): 315/583 kB
+[INFO] Progress (1): 319/583 kB
+[INFO] Progress (1): 324/583 kB
+[INFO] Progress (1): 328/583 kB
+[INFO] Progress (1): 332/583 kB
+[INFO] Progress (1): 336/583 kB
+[INFO] Progress (1): 340/583 kB
+[INFO] Progress (1): 344/583 kB
+[INFO] Progress (1): 348/583 kB
+[INFO] Progress (1): 352/583 kB
+[INFO] Progress (1): 356/583 kB
+[INFO] Progress (1): 360/583 kB
+[INFO] Progress (1): 365/583 kB
+[INFO] Progress (1): 369/583 kB
+[INFO] Progress (1): 373/583 kB
+[INFO] Progress (1): 377/583 kB
+[INFO] Progress (1): 381/583 kB
+[INFO] Progress (1): 385/583 kB
+[INFO] Progress (1): 389/583 kB
+[INFO] Progress (1): 393/583 kB
+[INFO] Progress (1): 397/583 kB
+[INFO] Progress (1): 401/583 kB
+[INFO] Progress (1): 406/583 kB
+[INFO] Progress (1): 410/583 kB
+[INFO] Progress (1): 414/583 kB
+[INFO] Progress (1): 418/583 kB
+[INFO] Progress (1): 422/583 kB
+[INFO] Progress (1): 426/583 kB
+[INFO] Progress (1): 430/583 kB
+[INFO] Progress (1): 434/583 kB
+[INFO] Progress (1): 438/583 kB
+[INFO] Progress (1): 442/583 kB
+[INFO] Progress (1): 446/583 kB
+[INFO] Progress (1): 451/583 kB
+[INFO] Progress (1): 455/583 kB
+[INFO] Progress (1): 459/583 kB
+[INFO] Progress (1): 463/583 kB
+[INFO] Progress (1): 467/583 kB
+[INFO] Progress (1): 471/583 kB
+[INFO] Progress (1): 475/583 kB
+[INFO] Progress (1): 479/583 kB
+[INFO] Progress (1): 483/583 kB
+[INFO] Progress (1): 487/583 kB
+[INFO] Progress (1): 492/583 kB
+[INFO] Progress (1): 496/583 kB
+[INFO] Progress (1): 500/583 kB
+[INFO] Progress (1): 504/583 kB
+[INFO] Progress (1): 508/583 kB
+[INFO] Progress (1): 512/583 kB
+[INFO] Progress (1): 516/583 kB
+[INFO] Progress (1): 520/583 kB
+[INFO] Progress (1): 524/583 kB
+[INFO] Progress (1): 528/583 kB
+[INFO] Progress (1): 532/583 kB
+[INFO] Progress (1): 537/583 kB
+[INFO] Progress (1): 541/583 kB
+[INFO] Progress (1): 545/583 kB
+[INFO] Progress (1): 549/583 kB
+[INFO] Progress (1): 553/583 kB
+[INFO] Progress (1): 557/583 kB
+[INFO] Progress (1): 561/583 kB
+[INFO] Progress (1): 565/583 kB
+[INFO] Progress (1): 569/583 kB
+[INFO] Progress (1): 573/583 kB
+[INFO] Progress (1): 578/583 kB
+[INFO] Progress (1): 582/583 kB
+[INFO] Progress (1): 583 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar (583 kB at 706 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar.asc (833 B at 8.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom.asc (833 B at 8.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar.asc (833 B at 8.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar.asc (833 B at 8.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom.asc (833 B at 8.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar.asc (833 B at 8.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.jar.asc.asc (833 B at 6.8 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0.pom.asc.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc.asc (833 B at 8.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-sources.jar.asc.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-test-sources.jar.asc.asc (833 B at 5.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-ioc/9.11.0/wicket-ioc-9.11.0-javadoc.jar.asc.asc (833 B at 7.7 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-ioc ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] --------------------< org.apache.wicket:wicket-cdi >--------------------
+[INFO] [INFO] Building Wicket CDI 9.11.0                                        [9/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-cdi ---
+[INFO] [INFO] Skipping Rule Enforcement.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-cdi ---
+[INFO] [INFO] Skipping Rule Enforcement.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-cdi ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-cdi ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-cdi ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-cdi ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] Copying 1 resource
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-cdi ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] *************************************************************************************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [jakarta.enterprise.cdi-api-2.0.2.jar, jakarta.inject-api-1.0.jar, commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] *************************************************************************************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 20 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-cdi ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-cdi:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-cdi ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 5 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-cdi ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 15 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/test-classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-cdi ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.cdi.ConversationPropagatorTest
+[INFO] Jul 06, 2022 8:17:20 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
+[INFO] INFO: WELD-000900: 3.1.7 (Final)
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] Jul 06, 2022 8:17:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container 7ea197a0-d3c3-43f3-a539-24fc96aba741 initialized
+[INFO] Opened Conversion with id = 1
+[INFO] Jul 06, 2022 8:17:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container 7ea197a0-d3c3-43f3-a539-24fc96aba741 shut down
+[INFO] Jul 06, 2022 8:17:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container f8715b34-494a-4425-95f0-f28c6c3b1a84 initialized
+[INFO] Opened Conversion with id = 1
+[INFO] Jul 06, 2022 8:17:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container f8715b34-494a-4425-95f0-f28c6c3b1a84 shut down
+[INFO] Opened Conversion with id = 1
+[INFO] Jul 06, 2022 8:17:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container 9b29759d-4335-4b2a-b6ec-adc4013534c6 initialized
+[INFO] Jul 06, 2022 8:17:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container 9b29759d-4335-4b2a-b6ec-adc4013534c6 shut down
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container e93e8623-0831-499e-b3fb-8eed7f83b037 initialized
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container e93e8623-0831-499e-b3fb-8eed7f83b037 shut down
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container 0e26e131-6216-4200-9a11-a2073809d58f initialized
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container 0e26e131-6216-4200-9a11-a2073809d58f shut down
+[INFO] Opened Conversion with id = 1
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container 9a974b58-7d63-400b-ad67-8b2bbadaaaee initialized
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container 9a974b58-7d63-400b-ad67-8b2bbadaaaee shut down
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container 8f89f075-f11b-42ca-8bf5-07794edc4910 initialized
+[INFO] Opened Conversion with id = 1
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container 8f89f075-f11b-42ca-8bf5-07794edc4910 shut down
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container b49f616e-2d99-455b-8648-259e64516a3b initialized
+[INFO] Opened Conversion with id = 1
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container b49f616e-2d99-455b-8648-259e64516a3b shut down
+[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.871 s - in org.apache.wicket.cdi.ConversationPropagatorTest
+[INFO] [INFO] Running org.apache.wicket.cdi.CdiConfigurationTest
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container 77ca9e3e-89e7-4a4c-87c5-de09334d20d9 initialized
+[INFO] Opened Conversion with id = 1
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container 77ca9e3e-89e7-4a4c-87c5-de09334d20d9 shut down
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container 2a5aecde-c81e-4843-92e9-f8448e979075 initialized
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container 2a5aecde-c81e-4843-92e9-f8448e979075 shut down
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container 42dff837-03bf-4912-8428-f2d25f185b2f initialized
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container 42dff837-03bf-4912-8428-f2d25f185b2f shut down
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer
+[INFO] INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
+[INFO] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jglue.cdiunit.internal.TestScopeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
+[INFO] INFO: WELD-ENV-002003: Weld SE container c9a7b621-23d7-41b6-babc-bc21dd3a8664 initialized
+[INFO] Jul 06, 2022 8:17:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
+[INFO] INFO: WELD-ENV-002001: Weld SE container c9a7b621-23d7-41b6-babc-bc21dd3a8664 shut down
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.653 s - in org.apache.wicket.cdi.CdiConfigurationTest
+[INFO] [INFO] Running org.apache.wicket.cdi.ApacheLicenceHeaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.apache.wicket.cdi.ApacheLicenceHeaderTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-cdi ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-cdi:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:jakarta.enterprise.cdi-api, Jar:wicket-core, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional]
+[INFO] Class path         [Jar:., Jar:jakarta.annotation-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.inject-api, Jar:wicket-core, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-cdi ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-cdi ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-cdi ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-cdi >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-cdi ---
+[INFO] [INFO] Skipping Rule Enforcement.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-cdi ---
+[INFO] [INFO] Skipping Rule Enforcement.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-cdi ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-cdi <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-cdi ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-cdi >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-cdi ---
+[INFO] [INFO] Skipping Rule Enforcement.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-cdi ---
+[INFO] [INFO] Skipping Rule Enforcement.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-cdi ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-cdi <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-cdi ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-cdi ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-cdi ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-cdi ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-cdi ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-cdi ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-cdi/target/wicket-cdi-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-cdi ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@6383bbf5) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-cdi ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-cdi ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar
+[INFO] Progress (1): 4.1/47 kB
+[INFO] Progress (1): 8.2/47 kB
+[INFO] Progress (1): 12/47 kB 
+[INFO] Progress (1): 16/47 kB
+[INFO] Progress (1): 20/47 kB
+[INFO] Progress (1): 25/47 kB
+[INFO] Progress (1): 29/47 kB
+[INFO] Progress (1): 33/47 kB
+[INFO] Progress (1): 37/47 kB
+[INFO] Progress (1): 41/47 kB
+[INFO] Progress (1): 45/47 kB
+[INFO] Progress (1): 47 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar (47 kB at 97 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom
+[INFO] Progress (1): 3.1 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom (3.1 kB at 11 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/maven-metadata.xml
+[INFO] Progress (1): 309 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/maven-metadata.xml (309 B at 761 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/30 kB
+[INFO] Progress (1): 8.2/30 kB
+[INFO] Progress (1): 12/30 kB 
+[INFO] Progress (1): 16/30 kB
+[INFO] Progress (1): 20/30 kB
+[INFO] Progress (1): 25/30 kB
+[INFO] Progress (1): 29/30 kB
+[INFO] Progress (1): 30 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar (30 kB at 74 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/30 kB
+[INFO] Progress (1): 8.2/30 kB
+[INFO] Progress (1): 12/30 kB 
+[INFO] Progress (1): 16/30 kB
+[INFO] Progress (1): 20/30 kB
+[INFO] Progress (1): 25/30 kB
+[INFO] Progress (1): 29/30 kB
+[INFO] Progress (1): 30 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar (30 kB at 101 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/26 kB
+[INFO] Progress (1): 8.2/26 kB
+[INFO] Progress (1): 12/26 kB 
+[INFO] Progress (1): 16/26 kB
+[INFO] Progress (1): 20/26 kB
+[INFO] Progress (1): 25/26 kB
+[INFO] Progress (1): 26 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar (26 kB at 88 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar
+[INFO] Progress (1): 4.1/514 kB
+[INFO] Progress (1): 8.2/514 kB
+[INFO] Progress (1): 12/514 kB 
+[INFO] Progress (1): 16/514 kB
+[INFO] Progress (1): 20/514 kB
+[INFO] Progress (1): 25/514 kB
+[INFO] Progress (1): 29/514 kB
+[INFO] Progress (1): 33/514 kB
+[INFO] Progress (1): 37/514 kB
+[INFO] Progress (1): 41/514 kB
+[INFO] Progress (1): 45/514 kB
+[INFO] Progress (1): 49/514 kB
+[INFO] Progress (1): 53/514 kB
+[INFO] Progress (1): 57/514 kB
+[INFO] Progress (1): 61/514 kB
+[INFO] Progress (1): 66/514 kB
+[INFO] Progress (1): 70/514 kB
+[INFO] Progress (1): 74/514 kB
+[INFO] Progress (1): 78/514 kB
+[INFO] Progress (1): 82/514 kB
+[INFO] Progress (1): 86/514 kB
+[INFO] Progress (1): 90/514 kB
+[INFO] Progress (1): 94/514 kB
+[INFO] Progress (1): 98/514 kB
+[INFO] Progress (1): 102/514 kB
+[INFO] Progress (1): 106/514 kB
+[INFO] Progress (1): 111/514 kB
+[INFO] Progress (1): 115/514 kB
+[INFO] Progress (1): 119/514 kB
+[INFO] Progress (1): 123/514 kB
+[INFO] Progress (1): 127/514 kB
+[INFO] Progress (1): 131/514 kB
+[INFO] Progress (1): 135/514 kB
+[INFO] Progress (1): 139/514 kB
+[INFO] Progress (1): 143/514 kB
+[INFO] Progress (1): 147/514 kB
+[INFO] Progress (1): 152/514 kB
+[INFO] Progress (1): 156/514 kB
+[INFO] Progress (1): 160/514 kB
+[INFO] Progress (1): 164/514 kB
+[INFO] Progress (1): 168/514 kB
+[INFO] Progress (1): 172/514 kB
+[INFO] Progress (1): 176/514 kB
+[INFO] Progress (1): 180/514 kB
+[INFO] Progress (1): 184/514 kB
+[INFO] Progress (1): 188/514 kB
+[INFO] Progress (1): 193/514 kB
+[INFO] Progress (1): 197/514 kB
+[INFO] Progress (1): 201/514 kB
+[INFO] Progress (1): 205/514 kB
+[INFO] Progress (1): 209/514 kB
+[INFO] Progress (1): 213/514 kB
+[INFO] Progress (1): 217/514 kB
+[INFO] Progress (1): 221/514 kB
+[INFO] Progress (1): 225/514 kB
+[INFO] Progress (1): 229/514 kB
+[INFO] Progress (1): 233/514 kB
+[INFO] Progress (1): 238/514 kB
+[INFO] Progress (1): 242/514 kB
+[INFO] Progress (1): 246/514 kB
+[INFO] Progress (1): 250/514 kB
+[INFO] Progress (1): 254/514 kB
+[INFO] Progress (1): 258/514 kB
+[INFO] Progress (1): 262/514 kB
+[INFO] Progress (1): 266/514 kB
+[INFO] Progress (1): 270/514 kB
+[INFO] Progress (1): 274/514 kB
+[INFO] Progress (1): 279/514 kB
+[INFO] Progress (1): 283/514 kB
+[INFO] Progress (1): 287/514 kB
+[INFO] Progress (1): 291/514 kB
+[INFO] Progress (1): 295/514 kB
+[INFO] Progress (1): 299/514 kB
+[INFO] Progress (1): 303/514 kB
+[INFO] Progress (1): 307/514 kB
+[INFO] Progress (1): 311/514 kB
+[INFO] Progress (1): 315/514 kB
+[INFO] Progress (1): 319/514 kB
+[INFO] Progress (1): 324/514 kB
+[INFO] Progress (1): 328/514 kB
+[INFO] Progress (1): 332/514 kB
+[INFO] Progress (1): 336/514 kB
+[INFO] Progress (1): 340/514 kB
+[INFO] Progress (1): 344/514 kB
+[INFO] Progress (1): 348/514 kB
+[INFO] Progress (1): 352/514 kB
+[INFO] Progress (1): 356/514 kB
+[INFO] Progress (1): 360/514 kB
+[INFO] Progress (1): 365/514 kB
+[INFO] Progress (1): 369/514 kB
+[INFO] Progress (1): 373/514 kB
+[INFO] Progress (1): 377/514 kB
+[INFO] Progress (1): 381/514 kB
+[INFO] Progress (1): 385/514 kB
+[INFO] Progress (1): 389/514 kB
+[INFO] Progress (1): 393/514 kB
+[INFO] Progress (1): 397/514 kB
+[INFO] Progress (1): 401/514 kB
+[INFO] Progress (1): 406/514 kB
+[INFO] Progress (1): 410/514 kB
+[INFO] Progress (1): 414/514 kB
+[INFO] Progress (1): 418/514 kB
+[INFO] Progress (1): 422/514 kB
+[INFO] Progress (1): 426/514 kB
+[INFO] Progress (1): 430/514 kB
+[INFO] Progress (1): 434/514 kB
+[INFO] Progress (1): 438/514 kB
+[INFO] Progress (1): 442/514 kB
+[INFO] Progress (1): 446/514 kB
+[INFO] Progress (1): 451/514 kB
+[INFO] Progress (1): 455/514 kB
+[INFO] Progress (1): 459/514 kB
+[INFO] Progress (1): 463/514 kB
+[INFO] Progress (1): 467/514 kB
+[INFO] Progress (1): 471/514 kB
+[INFO] Progress (1): 475/514 kB
+[INFO] Progress (1): 479/514 kB
+[INFO] Progress (1): 483/514 kB
+[INFO] Progress (1): 487/514 kB
+[INFO] Progress (1): 492/514 kB
+[INFO] Progress (1): 496/514 kB
+[INFO] Progress (1): 500/514 kB
+[INFO] Progress (1): 504/514 kB
+[INFO] Progress (1): 508/514 kB
+[INFO] Progress (1): 512/514 kB
+[INFO] Progress (1): 514 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar (514 kB at 726 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc (833 B at 6.8 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc (833 B at 9.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar.asc (833 B at 9.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom.asc (833 B at 9.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc (833 B at 8.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar.asc (833 B at 9.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar.asc (833 B at 8.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.jar.asc.asc (833 B at 7.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0.pom.asc.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc.asc (833 B at 9.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-sources.jar.asc.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-test-sources.jar.asc.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-cdi/9.11.0/wicket-cdi-9.11.0-javadoc.jar.asc.asc (833 B at 8.4 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-cdi ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] ------------------< org.apache.wicket:wicket-spring >-------------------
+[INFO] [INFO] Building Wicket Spring Integration 9.11.0                        [10/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-spring ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-spring ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-spring ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-spring ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-spring ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-spring ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/src/main/resources
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-spring ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] ********************************************************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [commons-fileupload-1.4.jar, cglib-3.3.0.jar, javax.inject-1.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] ********************************************************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 10 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-spring ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-spring:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-spring ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 1 resource
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-spring ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 16 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/test-classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-spring ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.spring.injection.annot.SpringBeanTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s - in org.apache.wicket.spring.injection.annot.SpringBeanTest
+[INFO] [INFO] Running org.apache.wicket.spring.injection.annot.SpringBeanWithGenericsTest
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s - in org.apache.wicket.spring.injection.annot.SpringBeanWithGenericsTest
+[INFO] [INFO] Running org.apache.wicket.spring.injection.annot.SpringBeanAnnotProxyFieldValueFactoryTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.wicket.spring.injection.annot.SpringBeanAnnotProxyFieldValueFactoryTest
+[INFO] [INFO] Running org.apache.wicket.spring.injection.annot.JavaxInjectAnnotProxyFieldValueFactoryTest
+[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.wicket.spring.injection.annot.JavaxInjectAnnotProxyFieldValueFactoryTest
+[INFO] [INFO] Running org.apache.wicket.spring.SpringWebApplicationFactoryTest
+[INFO] ********************************************************************
+[INFO] *** WARNING: Wicket is running in DEVELOPMENT mode.              ***
+[INFO] ***                               ^^^^^^^^^^^                    ***
+[INFO] *** Do NOT deploy to your live server(s) without changing this.  ***
+[INFO] *** See Application#getConfigurationType() for more information. ***
+[INFO] ********************************************************************
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.apache.wicket.spring.SpringWebApplicationFactoryTest
+[INFO] [INFO] Running org.apache.wicket.spring.FieldBeansCollectorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.wicket.spring.FieldBeansCollectorTest
+[INFO] [INFO] Running org.apache.wicket.spring.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.wicket.spring.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.spring.SpringBeanLocatorTest
+[INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.wicket.spring.SpringBeanLocatorTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-spring ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-spring:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:wicket-core, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional, Jar:wicket-ioc, Jar:asm]
+[INFO] Class path         [Jar:., Jar:spring-web, Jar:spring-beans, Jar:spring-core, Jar:spring-jcl, Jar:wicket-core, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:wicket-ioc, Jar:cglib, Jar:javax.inject, Jar:asm, Jar:spring-context, Jar:spring-aop, Jar:spring-expression, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-spring ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-spring ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-spring ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-spring >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-spring ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-spring ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-spring ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-spring <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-spring ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-spring >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-spring ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-spring ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-spring ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-spring <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-spring ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-spring ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-spring ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-spring ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-spring ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-spring ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-spring/target/wicket-spring-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-spring ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@4459e585) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-spring ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-spring ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar
+[INFO] Progress (1): 4.1/33 kB
+[INFO] Progress (1): 8.2/33 kB
+[INFO] Progress (1): 12/33 kB 
+[INFO] Progress (1): 16/33 kB
+[INFO] Progress (1): 20/33 kB
+[INFO] Progress (1): 25/33 kB
+[INFO] Progress (1): 29/33 kB
+[INFO] Progress (1): 33/33 kB
+[INFO] Progress (1): 33 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar (33 kB at 67 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom
+[INFO] Progress (1): 2.2 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom (2.2 kB at 7.0 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/maven-metadata.xml
+[INFO] Progress (1): 312 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/maven-metadata.xml (312 B at 876 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/29 kB
+[INFO] Progress (1): 8.2/29 kB
+[INFO] Progress (1): 12/29 kB 
+[INFO] Progress (1): 16/29 kB
+[INFO] Progress (1): 20/29 kB
+[INFO] Progress (1): 25/29 kB
+[INFO] Progress (1): 29 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar (29 kB at 87 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/29 kB
+[INFO] Progress (1): 8.2/29 kB
+[INFO] Progress (1): 12/29 kB 
+[INFO] Progress (1): 16/29 kB
+[INFO] Progress (1): 20/29 kB
+[INFO] Progress (1): 25/29 kB
+[INFO] Progress (1): 29 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar (29 kB at 94 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/27 kB
+[INFO] Progress (1): 8.2/27 kB
+[INFO] Progress (1): 12/27 kB 
+[INFO] Progress (1): 16/27 kB
+[INFO] Progress (1): 20/27 kB
+[INFO] Progress (1): 25/27 kB
+[INFO] Progress (1): 27 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar (27 kB at 95 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar
+[INFO] Progress (1): 4.1/523 kB
+[INFO] Progress (1): 8.2/523 kB
+[INFO] Progress (1): 12/523 kB 
+[INFO] Progress (1): 16/523 kB
+[INFO] Progress (1): 20/523 kB
+[INFO] Progress (1): 25/523 kB
+[INFO] Progress (1): 29/523 kB
+[INFO] Progress (1): 33/523 kB
+[INFO] Progress (1): 37/523 kB
+[INFO] Progress (1): 41/523 kB
+[INFO] Progress (1): 45/523 kB
+[INFO] Progress (1): 49/523 kB
+[INFO] Progress (1): 53/523 kB
+[INFO] Progress (1): 57/523 kB
+[INFO] Progress (1): 61/523 kB
+[INFO] Progress (1): 66/523 kB
+[INFO] Progress (1): 70/523 kB
+[INFO] Progress (1): 74/523 kB
+[INFO] Progress (1): 78/523 kB
+[INFO] Progress (1): 82/523 kB
+[INFO] Progress (1): 86/523 kB
+[INFO] Progress (1): 90/523 kB
+[INFO] Progress (1): 94/523 kB
+[INFO] Progress (1): 98/523 kB
+[INFO] Progress (1): 102/523 kB
+[INFO] Progress (1): 106/523 kB
+[INFO] Progress (1): 111/523 kB
+[INFO] Progress (1): 115/523 kB
+[INFO] Progress (1): 119/523 kB
+[INFO] Progress (1): 123/523 kB
+[INFO] Progress (1): 127/523 kB
+[INFO] Progress (1): 131/523 kB
+[INFO] Progress (1): 135/523 kB
+[INFO] Progress (1): 139/523 kB
+[INFO] Progress (1): 143/523 kB
+[INFO] Progress (1): 147/523 kB
+[INFO] Progress (1): 152/523 kB
+[INFO] Progress (1): 156/523 kB
+[INFO] Progress (1): 160/523 kB
+[INFO] Progress (1): 164/523 kB
+[INFO] Progress (1): 168/523 kB
+[INFO] Progress (1): 172/523 kB
+[INFO] Progress (1): 176/523 kB
+[INFO] Progress (1): 180/523 kB
+[INFO] Progress (1): 184/523 kB
+[INFO] Progress (1): 188/523 kB
+[INFO] Progress (1): 193/523 kB
+[INFO] Progress (1): 197/523 kB
+[INFO] Progress (1): 201/523 kB
+[INFO] Progress (1): 205/523 kB
+[INFO] Progress (1): 209/523 kB
+[INFO] Progress (1): 213/523 kB
+[INFO] Progress (1): 217/523 kB
+[INFO] Progress (1): 221/523 kB
+[INFO] Progress (1): 225/523 kB
+[INFO] Progress (1): 229/523 kB
+[INFO] Progress (1): 233/523 kB
+[INFO] Progress (1): 238/523 kB
+[INFO] Progress (1): 242/523 kB
+[INFO] Progress (1): 246/523 kB
+[INFO] Progress (1): 250/523 kB
+[INFO] Progress (1): 254/523 kB
+[INFO] Progress (1): 258/523 kB
+[INFO] Progress (1): 262/523 kB
+[INFO] Progress (1): 266/523 kB
+[INFO] Progress (1): 270/523 kB
+[INFO] Progress (1): 274/523 kB
+[INFO] Progress (1): 279/523 kB
+[INFO] Progress (1): 283/523 kB
+[INFO] Progress (1): 287/523 kB
+[INFO] Progress (1): 291/523 kB
+[INFO] Progress (1): 295/523 kB
+[INFO] Progress (1): 299/523 kB
+[INFO] Progress (1): 303/523 kB
+[INFO] Progress (1): 307/523 kB
+[INFO] Progress (1): 311/523 kB
+[INFO] Progress (1): 315/523 kB
+[INFO] Progress (1): 319/523 kB
+[INFO] Progress (1): 324/523 kB
+[INFO] Progress (1): 328/523 kB
+[INFO] Progress (1): 332/523 kB
+[INFO] Progress (1): 336/523 kB
+[INFO] Progress (1): 340/523 kB
+[INFO] Progress (1): 344/523 kB
+[INFO] Progress (1): 348/523 kB
+[INFO] Progress (1): 352/523 kB
+[INFO] Progress (1): 356/523 kB
+[INFO] Progress (1): 360/523 kB
+[INFO] Progress (1): 365/523 kB
+[INFO] Progress (1): 369/523 kB
+[INFO] Progress (1): 373/523 kB
+[INFO] Progress (1): 377/523 kB
+[INFO] Progress (1): 381/523 kB
+[INFO] Progress (1): 385/523 kB
+[INFO] Progress (1): 389/523 kB
+[INFO] Progress (1): 393/523 kB
+[INFO] Progress (1): 397/523 kB
+[INFO] Progress (1): 401/523 kB
+[INFO] Progress (1): 406/523 kB
+[INFO] Progress (1): 410/523 kB
+[INFO] Progress (1): 414/523 kB
+[INFO] Progress (1): 418/523 kB
+[INFO] Progress (1): 422/523 kB
+[INFO] Progress (1): 426/523 kB
+[INFO] Progress (1): 430/523 kB
+[INFO] Progress (1): 434/523 kB
+[INFO] Progress (1): 438/523 kB
+[INFO] Progress (1): 442/523 kB
+[INFO] Progress (1): 446/523 kB
+[INFO] Progress (1): 451/523 kB
+[INFO] Progress (1): 455/523 kB
+[INFO] Progress (1): 459/523 kB
+[INFO] Progress (1): 463/523 kB
+[INFO] Progress (1): 467/523 kB
+[INFO] Progress (1): 471/523 kB
+[INFO] Progress (1): 475/523 kB
+[INFO] Progress (1): 479/523 kB
+[INFO] Progress (1): 483/523 kB
+[INFO] Progress (1): 487/523 kB
+[INFO] Progress (1): 492/523 kB
+[INFO] Progress (1): 496/523 kB
+[INFO] Progress (1): 500/523 kB
+[INFO] Progress (1): 504/523 kB
+[INFO] Progress (1): 508/523 kB
+[INFO] Progress (1): 512/523 kB
+[INFO] Progress (1): 516/523 kB
+[INFO] Progress (1): 520/523 kB
+[INFO] Progress (1): 523 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar (523 kB at 726 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom.asc (833 B at 8.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc (833 B at 9.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc (833 B at 8.8 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar.asc (833 B at 9.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar.asc (833 B at 9.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar.asc (833 B at 9.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom.asc (833 B at 8.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc (833 B at 9.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc (833 B at 9.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar.asc (833 B at 10 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.jar.asc.asc (833 B at 9.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0.pom.asc.asc (833 B at 6.8 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc.asc (833 B at 9.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-sources.jar.asc.asc (833 B at 9.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-test-sources.jar.asc.asc (833 B at 9.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-spring/9.11.0/wicket-spring-9.11.0-javadoc.jar.asc.asc (833 B at 9.2 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-spring ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] -----------------< org.apache.wicket:wicket-velocity >------------------
+[INFO] [INFO] Building Wicket Velocity 9.11.0                                  [11/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-velocity ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-velocity ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-velocity ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-velocity ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-velocity ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-velocity ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 1 resource
+[INFO] [INFO] Copying 1 resource
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-velocity ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] *************************************************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [velocity-engine-core-2.3.jar, commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] *************************************************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 5 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-velocity ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-velocity:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-velocity ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 6 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-velocity ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 6 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/test-classes
+[INFO] [WARNING] /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/src/test/java/org/apache/wicket/contrib/velocity/VelocityJavaScriptPage.java:[43,17] [deprecation] writeJavaScript(Response,CharSequence,String) in JavaScriptUtils has been deprecated
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-velocity ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.contrib.util.license.ApacheLicenceHeaderTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.apache.wicket.contrib.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.contrib.markup.html.velocity.VelocityPanelTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s - in org.apache.wicket.contrib.markup.html.velocity.VelocityPanelTest
+[INFO] [INFO] Running org.apache.wicket.contrib.velocity.VelocityJavaScriptContributorTest
+[INFO] <script type="text/javascript" id="000001">
+[INFO] /*<![CDATA[*/
+[INFO] msg1: Stoopid test 1
+[INFO] msg2: Stooopid test 2
+[INFO] /*]]>*/
+[INFO] </script>
+[INFO] <!--
+[INFO]    Licensed to the Apache Software Foundation (ASF) under one or more
+[INFO]    contributor license agreements.  See the NOTICE file distributed with
+[INFO]    this work for additional information regarding copyright ownership.
+[INFO]    The ASF licenses this file to You under the Apache License, Version 2.0
+[INFO]    (the "License"); you may not use this file except in compliance with
+[INFO]    the License.  You may obtain a copy of the License at
+[INFO] 
+[INFO]         http://www.apache.org/licenses/LICENSE-2.0
+[INFO] 
+[INFO]    Unless required by applicable law or agreed to in writing, software
+[INFO]    distributed under the License is distributed on an "AS IS" BASIS,
+[INFO]    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+[INFO]    See the License for the specific language governing permissions and
+[INFO]    limitations under the License.
+[INFO] -->
+[INFO] <html>
+[INFO] <head>
+[INFO] <script type="text/javascript" id="000001">
+[INFO] /*<![CDATA[*/
+[INFO] msg1: Stoopid test 1
+[INFO] msg2: Stooopid test 2
+[INFO] /*]]>*/
+[INFO] </script>
+[INFO] </head>
+[INFO] <body>
+[INFO] <h1>This is a test page for Velocity-backed Javascript header contributor</h1>
+[INFO] </body>
+[INFO] </html>
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.wicket.contrib.velocity.VelocityJavaScriptContributorTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-velocity ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-velocity:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:wicket-core, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional]
+[INFO] Class path         [Jar:., Jar:velocity-engine-core, Jar:commons-lang3, Jar:wicket-core, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-velocity ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-velocity ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-velocity ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-velocity >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-velocity ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-velocity ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-velocity ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-velocity <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-velocity ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-velocity >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-velocity ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-velocity ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-velocity ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-velocity <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-velocity ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-velocity ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-velocity ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-velocity ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-velocity ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-velocity ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-velocity/target/wicket-velocity-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-velocity ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@2f316867) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-velocity ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-velocity ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar
+[INFO] Progress (1): 4.1/20 kB
+[INFO] Progress (1): 8.2/20 kB
+[INFO] Progress (1): 12/20 kB 
+[INFO] Progress (1): 16/20 kB
+[INFO] Progress (1): 20 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar (20 kB at 65 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom
+[INFO] Progress (1): 1.9 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom (1.9 kB at 7.0 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/maven-metadata.xml
+[INFO] Progress (1): 314 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/maven-metadata.xml (314 B at 777 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/19 kB
+[INFO] Progress (1): 8.2/19 kB
+[INFO] Progress (1): 12/19 kB 
+[INFO] Progress (1): 16/19 kB
+[INFO] Progress (1): 19 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar (19 kB at 50 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/19 kB
+[INFO] Progress (1): 8.2/19 kB
+[INFO] Progress (1): 12/19 kB 
+[INFO] Progress (1): 16/19 kB
+[INFO] Progress (1): 19 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar (19 kB at 58 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/19 kB
+[INFO] Progress (1): 8.2/19 kB
+[INFO] Progress (1): 12/19 kB 
+[INFO] Progress (1): 16/19 kB
+[INFO] Progress (1): 19 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar (19 kB at 52 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar
+[INFO] Progress (1): 4.1/429 kB
+[INFO] Progress (1): 8.2/429 kB
+[INFO] Progress (1): 12/429 kB 
+[INFO] Progress (1): 16/429 kB
+[INFO] Progress (1): 20/429 kB
+[INFO] Progress (1): 25/429 kB
+[INFO] Progress (1): 29/429 kB
+[INFO] Progress (1): 33/429 kB
+[INFO] Progress (1): 37/429 kB
+[INFO] Progress (1): 41/429 kB
+[INFO] Progress (1): 45/429 kB
+[INFO] Progress (1): 49/429 kB
+[INFO] Progress (1): 53/429 kB
+[INFO] Progress (1): 57/429 kB
+[INFO] Progress (1): 61/429 kB
+[INFO] Progress (1): 66/429 kB
+[INFO] Progress (1): 70/429 kB
+[INFO] Progress (1): 74/429 kB
+[INFO] Progress (1): 78/429 kB
+[INFO] Progress (1): 82/429 kB
+[INFO] Progress (1): 86/429 kB
+[INFO] Progress (1): 90/429 kB
+[INFO] Progress (1): 94/429 kB
+[INFO] Progress (1): 98/429 kB
+[INFO] Progress (1): 102/429 kB
+[INFO] Progress (1): 106/429 kB
+[INFO] Progress (1): 111/429 kB
+[INFO] Progress (1): 115/429 kB
+[INFO] Progress (1): 119/429 kB
+[INFO] Progress (1): 123/429 kB
+[INFO] Progress (1): 127/429 kB
+[INFO] Progress (1): 131/429 kB
+[INFO] Progress (1): 135/429 kB
+[INFO] Progress (1): 139/429 kB
+[INFO] Progress (1): 143/429 kB
+[INFO] Progress (1): 147/429 kB
+[INFO] Progress (1): 152/429 kB
+[INFO] Progress (1): 156/429 kB
+[INFO] Progress (1): 160/429 kB
+[INFO] Progress (1): 164/429 kB
+[INFO] Progress (1): 168/429 kB
+[INFO] Progress (1): 172/429 kB
+[INFO] Progress (1): 176/429 kB
+[INFO] Progress (1): 180/429 kB
+[INFO] Progress (1): 184/429 kB
+[INFO] Progress (1): 188/429 kB
+[INFO] Progress (1): 193/429 kB
+[INFO] Progress (1): 197/429 kB
+[INFO] Progress (1): 201/429 kB
+[INFO] Progress (1): 205/429 kB
+[INFO] Progress (1): 209/429 kB
+[INFO] Progress (1): 213/429 kB
+[INFO] Progress (1): 217/429 kB
+[INFO] Progress (1): 221/429 kB
+[INFO] Progress (1): 225/429 kB
+[INFO] Progress (1): 229/429 kB
+[INFO] Progress (1): 233/429 kB
+[INFO] Progress (1): 238/429 kB
+[INFO] Progress (1): 242/429 kB
+[INFO] Progress (1): 246/429 kB
+[INFO] Progress (1): 250/429 kB
+[INFO] Progress (1): 254/429 kB
+[INFO] Progress (1): 258/429 kB
+[INFO] Progress (1): 262/429 kB
+[INFO] Progress (1): 266/429 kB
+[INFO] Progress (1): 270/429 kB
+[INFO] Progress (1): 274/429 kB
+[INFO] Progress (1): 279/429 kB
+[INFO] Progress (1): 283/429 kB
+[INFO] Progress (1): 287/429 kB
+[INFO] Progress (1): 291/429 kB
+[INFO] Progress (1): 295/429 kB
+[INFO] Progress (1): 299/429 kB
+[INFO] Progress (1): 303/429 kB
+[INFO] Progress (1): 307/429 kB
+[INFO] Progress (1): 311/429 kB
+[INFO] Progress (1): 315/429 kB
+[INFO] Progress (1): 319/429 kB
+[INFO] Progress (1): 324/429 kB
+[INFO] Progress (1): 328/429 kB
+[INFO] Progress (1): 332/429 kB
+[INFO] Progress (1): 336/429 kB
+[INFO] Progress (1): 340/429 kB
+[INFO] Progress (1): 344/429 kB
+[INFO] Progress (1): 348/429 kB
+[INFO] Progress (1): 352/429 kB
+[INFO] Progress (1): 356/429 kB
+[INFO] Progress (1): 360/429 kB
+[INFO] Progress (1): 365/429 kB
+[INFO] Progress (1): 369/429 kB
+[INFO] Progress (1): 373/429 kB
+[INFO] Progress (1): 377/429 kB
+[INFO] Progress (1): 381/429 kB
+[INFO] Progress (1): 385/429 kB
+[INFO] Progress (1): 389/429 kB
+[INFO] Progress (1): 393/429 kB
+[INFO] Progress (1): 397/429 kB
+[INFO] Progress (1): 401/429 kB
+[INFO] Progress (1): 406/429 kB
+[INFO] Progress (1): 410/429 kB
+[INFO] Progress (1): 414/429 kB
+[INFO] Progress (1): 418/429 kB
+[INFO] Progress (1): 422/429 kB
+[INFO] Progress (1): 426/429 kB
+[INFO] Progress (1): 429 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar (429 kB at 574 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc (833 B at 2.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc (833 B at 4.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom.asc (833 B at 7.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.jar.asc.asc (833 B at 8.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0.pom.asc.asc (833 B at 8.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-sources.jar.asc.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-test-sources.jar.asc.asc (833 B at 7.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-velocity/9.11.0/wicket-velocity-9.11.0-javadoc.jar.asc.asc (833 B at 7.1 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-velocity ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] ----------------< org.apache.wicket:wicket-auth-roles >-----------------
+[INFO] [INFO] Building Wicket Auth Roles 9.11.0                                [12/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-auth-roles ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-auth-roles ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-auth-roles ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-auth-roles ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-auth-roles ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-auth-roles ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 28 resources
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/src/main/resources
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-auth-roles ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 20 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-auth-roles ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-auth-roles:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-auth-roles ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-auth-roles ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 10 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/test-classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-auth-roles ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.authroles.util.markup.xhtml.WellFormedXmlTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.apache.wicket.authroles.util.markup.xhtml.WellFormedXmlTest
+[INFO] [INFO] Running org.apache.wicket.authroles.util.license.ApacheLicenceHeaderTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.apache.wicket.authroles.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.authroles.authorization.strategies.role.annotations.AnnotationsRoleTest
+[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 s - in org.apache.wicket.authroles.authorization.strategies.role.annotations.AnnotationsRoleTest
+[INFO] [INFO] Running org.apache.wicket.authroles.authorization.strategies.role.annotations.AnnotationsRoleAuthorizationStrategyTest
+[INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s - in org.apache.wicket.authroles.authorization.strategies.role.annotations.AnnotationsRoleAuthorizationStrategyTest
+[INFO] [INFO] Running org.apache.wicket.authroles.authorization.strategies.role.metadata.InstantiationPermissionsTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.wicket.authroles.authorization.strategies.role.metadata.InstantiationPermissionsTest
+[INFO] [INFO] Running org.apache.wicket.authroles.authorization.strategies.role.metadata.ActionPermissionsTest
+[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.wicket.authroles.authorization.strategies.role.metadata.ActionPermissionsTest
+[INFO] [INFO] Running org.apache.wicket.authroles.authentication.AuthenticatedWebSessionTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.apache.wicket.authroles.authentication.AuthenticatedWebSessionTest
+[INFO] [INFO] Running org.apache.wicket.authroles.authentication.panel.SignInPanelTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.apache.wicket.authroles.authentication.panel.SignInPanelTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-auth-roles ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-auth-roles:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:wicket-core, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional]
+[INFO] Class path         [Jar:., Jar:wicket-core, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-auth-roles ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-auth-roles ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-auth-roles ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-auth-roles >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-auth-roles ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-auth-roles ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-auth-roles ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-auth-roles <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-auth-roles ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-auth-roles >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-auth-roles ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-auth-roles ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-auth-roles ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-auth-roles <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-auth-roles ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-auth-roles ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-auth-roles ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-auth-roles ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-auth-roles ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-auth-roles ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-auth-roles/target/wicket-auth-roles-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-auth-roles ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@50ba7a37) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-auth-roles ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-auth-roles ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar
+[INFO] Progress (1): 4.1/58 kB
+[INFO] Progress (1): 8.2/58 kB
+[INFO] Progress (1): 12/58 kB 
+[INFO] Progress (1): 16/58 kB
+[INFO] Progress (1): 20/58 kB
+[INFO] Progress (1): 25/58 kB
+[INFO] Progress (1): 29/58 kB
+[INFO] Progress (1): 33/58 kB
+[INFO] Progress (1): 37/58 kB
+[INFO] Progress (1): 41/58 kB
+[INFO] Progress (1): 45/58 kB
+[INFO] Progress (1): 49/58 kB
+[INFO] Progress (1): 53/58 kB
+[INFO] Progress (1): 57/58 kB
+[INFO] Progress (1): 58 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar (58 kB at 158 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom
+[INFO] Progress (1): 1.6 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom (1.6 kB at 5.8 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/maven-metadata.xml
+[INFO] Progress (1): 316 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/maven-metadata.xml (316 B at 863 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/61 kB
+[INFO] Progress (1): 8.2/61 kB
+[INFO] Progress (1): 12/61 kB 
+[INFO] Progress (1): 16/61 kB
+[INFO] Progress (1): 20/61 kB
+[INFO] Progress (1): 25/61 kB
+[INFO] Progress (1): 29/61 kB
+[INFO] Progress (1): 33/61 kB
+[INFO] Progress (1): 37/61 kB
+[INFO] Progress (1): 41/61 kB
+[INFO] Progress (1): 45/61 kB
+[INFO] Progress (1): 49/61 kB
+[INFO] Progress (1): 53/61 kB
+[INFO] Progress (1): 57/61 kB
+[INFO] Progress (1): 61 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar (61 kB at 161 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/61 kB
+[INFO] Progress (1): 8.2/61 kB
+[INFO] Progress (1): 12/61 kB 
+[INFO] Progress (1): 16/61 kB
+[INFO] Progress (1): 20/61 kB
+[INFO] Progress (1): 25/61 kB
+[INFO] Progress (1): 29/61 kB
+[INFO] Progress (1): 33/61 kB
+[INFO] Progress (1): 37/61 kB
+[INFO] Progress (1): 41/61 kB
+[INFO] Progress (1): 45/61 kB
+[INFO] Progress (1): 49/61 kB
+[INFO] Progress (1): 53/61 kB
+[INFO] Progress (1): 57/61 kB
+[INFO] Progress (1): 61 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar (61 kB at 179 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/24 kB
+[INFO] Progress (1): 8.2/24 kB
+[INFO] Progress (1): 12/24 kB 
+[INFO] Progress (1): 16/24 kB
+[INFO] Progress (1): 20/24 kB
+[INFO] Progress (1): 24 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar (24 kB at 84 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar
+[INFO] Progress (1): 4.1/625 kB
+[INFO] Progress (1): 8.2/625 kB
+[INFO] Progress (1): 12/625 kB 
+[INFO] Progress (1): 16/625 kB
+[INFO] Progress (1): 20/625 kB
+[INFO] Progress (1): 25/625 kB
+[INFO] Progress (1): 29/625 kB
+[INFO] Progress (1): 33/625 kB
+[INFO] Progress (1): 37/625 kB
+[INFO] Progress (1): 41/625 kB
+[INFO] Progress (1): 45/625 kB
+[INFO] Progress (1): 49/625 kB
+[INFO] Progress (1): 53/625 kB
+[INFO] Progress (1): 57/625 kB
+[INFO] Progress (1): 61/625 kB
+[INFO] Progress (1): 66/625 kB
+[INFO] Progress (1): 70/625 kB
+[INFO] Progress (1): 74/625 kB
+[INFO] Progress (1): 78/625 kB
+[INFO] Progress (1): 82/625 kB
+[INFO] Progress (1): 86/625 kB
+[INFO] Progress (1): 90/625 kB
+[INFO] Progress (1): 94/625 kB
+[INFO] Progress (1): 98/625 kB
+[INFO] Progress (1): 102/625 kB
+[INFO] Progress (1): 106/625 kB
+[INFO] Progress (1): 111/625 kB
+[INFO] Progress (1): 115/625 kB
+[INFO] Progress (1): 119/625 kB
+[INFO] Progress (1): 123/625 kB
+[INFO] Progress (1): 127/625 kB
+[INFO] Progress (1): 131/625 kB
+[INFO] Progress (1): 135/625 kB
+[INFO] Progress (1): 139/625 kB
+[INFO] Progress (1): 143/625 kB
+[INFO] Progress (1): 147/625 kB
+[INFO] Progress (1): 152/625 kB
+[INFO] Progress (1): 156/625 kB
+[INFO] Progress (1): 160/625 kB
+[INFO] Progress (1): 164/625 kB
+[INFO] Progress (1): 168/625 kB
+[INFO] Progress (1): 172/625 kB
+[INFO] Progress (1): 176/625 kB
+[INFO] Progress (1): 180/625 kB
+[INFO] Progress (1): 184/625 kB
+[INFO] Progress (1): 188/625 kB
+[INFO] Progress (1): 193/625 kB
+[INFO] Progress (1): 197/625 kB
+[INFO] Progress (1): 201/625 kB
+[INFO] Progress (1): 205/625 kB
+[INFO] Progress (1): 209/625 kB
+[INFO] Progress (1): 213/625 kB
+[INFO] Progress (1): 217/625 kB
+[INFO] Progress (1): 221/625 kB
+[INFO] Progress (1): 225/625 kB
+[INFO] Progress (1): 229/625 kB
+[INFO] Progress (1): 233/625 kB
+[INFO] Progress (1): 238/625 kB
+[INFO] Progress (1): 242/625 kB
+[INFO] Progress (1): 246/625 kB
+[INFO] Progress (1): 250/625 kB
+[INFO] Progress (1): 254/625 kB
+[INFO] Progress (1): 258/625 kB
+[INFO] Progress (1): 262/625 kB
+[INFO] Progress (1): 266/625 kB
+[INFO] Progress (1): 270/625 kB
+[INFO] Progress (1): 274/625 kB
+[INFO] Progress (1): 279/625 kB
+[INFO] Progress (1): 283/625 kB
+[INFO] Progress (1): 287/625 kB
+[INFO] Progress (1): 291/625 kB
+[INFO] Progress (1): 295/625 kB
+[INFO] Progress (1): 299/625 kB
+[INFO] Progress (1): 303/625 kB
+[INFO] Progress (1): 307/625 kB
+[INFO] Progress (1): 311/625 kB
+[INFO] Progress (1): 315/625 kB
+[INFO] Progress (1): 319/625 kB
+[INFO] Progress (1): 324/625 kB
+[INFO] Progress (1): 328/625 kB
+[INFO] Progress (1): 332/625 kB
+[INFO] Progress (1): 336/625 kB
+[INFO] Progress (1): 340/625 kB
+[INFO] Progress (1): 344/625 kB
+[INFO] Progress (1): 348/625 kB
+[INFO] Progress (1): 352/625 kB
+[INFO] Progress (1): 356/625 kB
+[INFO] Progress (1): 360/625 kB
+[INFO] Progress (1): 365/625 kB
+[INFO] Progress (1): 369/625 kB
+[INFO] Progress (1): 373/625 kB
+[INFO] Progress (1): 377/625 kB
+[INFO] Progress (1): 381/625 kB
+[INFO] Progress (1): 385/625 kB
+[INFO] Progress (1): 389/625 kB
+[INFO] Progress (1): 393/625 kB
+[INFO] Progress (1): 397/625 kB
+[INFO] Progress (1): 401/625 kB
+[INFO] Progress (1): 406/625 kB
+[INFO] Progress (1): 410/625 kB
+[INFO] Progress (1): 414/625 kB
+[INFO] Progress (1): 418/625 kB
+[INFO] Progress (1): 422/625 kB
+[INFO] Progress (1): 426/625 kB
+[INFO] Progress (1): 430/625 kB
+[INFO] Progress (1): 434/625 kB
+[INFO] Progress (1): 438/625 kB
+[INFO] Progress (1): 442/625 kB
+[INFO] Progress (1): 446/625 kB
+[INFO] Progress (1): 451/625 kB
+[INFO] Progress (1): 455/625 kB
+[INFO] Progress (1): 459/625 kB
+[INFO] Progress (1): 463/625 kB
+[INFO] Progress (1): 467/625 kB
+[INFO] Progress (1): 471/625 kB
+[INFO] Progress (1): 475/625 kB
+[INFO] Progress (1): 479/625 kB
+[INFO] Progress (1): 483/625 kB
+[INFO] Progress (1): 487/625 kB
+[INFO] Progress (1): 492/625 kB
+[INFO] Progress (1): 496/625 kB
+[INFO] Progress (1): 500/625 kB
+[INFO] Progress (1): 504/625 kB
+[INFO] Progress (1): 508/625 kB
+[INFO] Progress (1): 512/625 kB
+[INFO] Progress (1): 516/625 kB
+[INFO] Progress (1): 520/625 kB
+[INFO] Progress (1): 524/625 kB
+[INFO] Progress (1): 528/625 kB
+[INFO] Progress (1): 532/625 kB
+[INFO] Progress (1): 537/625 kB
+[INFO] Progress (1): 541/625 kB
+[INFO] Progress (1): 545/625 kB
+[INFO] Progress (1): 549/625 kB
+[INFO] Progress (1): 553/625 kB
+[INFO] Progress (1): 557/625 kB
+[INFO] Progress (1): 561/625 kB
+[INFO] Progress (1): 565/625 kB
+[INFO] Progress (1): 569/625 kB
+[INFO] Progress (1): 573/625 kB
+[INFO] Progress (1): 578/625 kB
+[INFO] Progress (1): 582/625 kB
+[INFO] Progress (1): 586/625 kB
+[INFO] Progress (1): 590/625 kB
+[INFO] Progress (1): 594/625 kB
+[INFO] Progress (1): 598/625 kB
+[INFO] Progress (1): 602/625 kB
+[INFO] Progress (1): 606/625 kB
+[INFO] Progress (1): 610/625 kB
+[INFO] Progress (1): 614/625 kB
+[INFO] Progress (1): 618/625 kB
+[INFO] Progress (1): 623/625 kB
+[INFO] Progress (1): 625 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar (625 kB at 759 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar.asc (833 B at 9.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc (833 B at 9.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc (833 B at 9.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar.asc (833 B at 9.6 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar.asc (833 B at 9.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar.asc (833 B at 9.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc (833 B at 9.8 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar.asc (833 B at 9.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar.asc (833 B at 9.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.jar.asc.asc (833 B at 8.7 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0.pom.asc.asc (833 B at 9.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc.asc (833 B at 9.5 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-sources.jar.asc.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-test-sources.jar.asc.asc (833 B at 9.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-auth-roles/9.11.0/wicket-auth-roles-9.11.0-javadoc.jar.asc.asc (833 B at 8.4 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-auth-roles ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] -------------------< org.apache.wicket:wicket-guice >-------------------
+[INFO] [INFO] Building Wicket Guice Integration 9.11.0                         [13/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-guice ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-guice ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-guice ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-guice ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-guice ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-guice ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-guice ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] ********************************************************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [javax.inject-1.jar, commons-fileupload-1.4.jar, cglib-3.3.0.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] ********************************************************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 6 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-guice ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-guice:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-guice ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-guice ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 21 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/test-classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-guice ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.guice.GuiceWebApplicationFactoryTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.apache.wicket.guice.GuiceWebApplicationFactoryTest
+[INFO] [INFO] Running org.apache.wicket.guice.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.apache.wicket.guice.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] Running org.apache.wicket.guice.GuiceInjectInjectorTest
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s - in org.apache.wicket.guice.GuiceInjectInjectorTest
+[INFO] [INFO] Running org.apache.wicket.guice.JavaxInjectGuiceInjectorTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.apache.wicket.guice.JavaxInjectGuiceInjectorTest
+[INFO] [INFO] Running org.apache.wicket.guice.GuiceFieldValueFactoryTest
+[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.apache.wicket.guice.GuiceFieldValueFactoryTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-guice ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-guice:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:wicket-core, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional, Jar:wicket-ioc, Jar:asm]
+[INFO] Class path         [Jar:., Jar:guice, Jar:javax.inject, Jar:aopalliance, Jar:guava, Jar:failureaccess, Jar:listenablefuture, Jar:jsr305, Jar:checker-qual, Jar:error_prone_annotations, Jar:j2objc-annotations, Jar:animal-sniffer-annotations, Jar:wicket-core, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:wicket-ioc, Jar:cglib, Jar:asm, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-guice ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-guice ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-guice ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-guice >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-guice ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-guice ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-guice ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-guice <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-guice ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-guice >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-guice ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-guice ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-guice ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-guice <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-guice ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-guice ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-guice ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-guice ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-guice ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-guice ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-guice/target/wicket-guice-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-guice ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@3439376f) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-guice ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-guice ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar
+[INFO] Progress (1): 4.1/20 kB
+[INFO] Progress (1): 8.2/20 kB
+[INFO] Progress (1): 12/20 kB 
+[INFO] Progress (1): 16/20 kB
+[INFO] Progress (1): 20 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar (20 kB at 11 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom
+[INFO] Progress (1): 1.9 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom (1.9 kB at 6.2 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/maven-metadata.xml
+[INFO] Progress (1): 311 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/maven-metadata.xml (311 B at 736 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/18 kB
+[INFO] Progress (1): 8.2/18 kB
+[INFO] Progress (1): 12/18 kB 
+[INFO] Progress (1): 16/18 kB
+[INFO] Progress (1): 18 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar (18 kB at 48 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/18 kB
+[INFO] Progress (1): 8.2/18 kB
+[INFO] Progress (1): 12/18 kB 
+[INFO] Progress (1): 16/18 kB
+[INFO] Progress (1): 18 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar (18 kB at 53 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/29 kB
+[INFO] Progress (1): 8.2/29 kB
+[INFO] Progress (1): 12/29 kB 
+[INFO] Progress (1): 16/29 kB
+[INFO] Progress (1): 20/29 kB
+[INFO] Progress (1): 25/29 kB
+[INFO] Progress (1): 29 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar (29 kB at 74 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar
+[INFO] Progress (1): 4.1/447 kB
+[INFO] Progress (1): 8.2/447 kB
+[INFO] Progress (1): 12/447 kB 
+[INFO] Progress (1): 16/447 kB
+[INFO] Progress (1): 20/447 kB
+[INFO] Progress (1): 25/447 kB
+[INFO] Progress (1): 29/447 kB
+[INFO] Progress (1): 33/447 kB
+[INFO] Progress (1): 37/447 kB
+[INFO] Progress (1): 41/447 kB
+[INFO] Progress (1): 45/447 kB
+[INFO] Progress (1): 49/447 kB
+[INFO] Progress (1): 53/447 kB
+[INFO] Progress (1): 57/447 kB
+[INFO] Progress (1): 61/447 kB
+[INFO] Progress (1): 66/447 kB
+[INFO] Progress (1): 70/447 kB
+[INFO] Progress (1): 74/447 kB
+[INFO] Progress (1): 78/447 kB
+[INFO] Progress (1): 82/447 kB
+[INFO] Progress (1): 86/447 kB
+[INFO] Progress (1): 90/447 kB
+[INFO] Progress (1): 94/447 kB
+[INFO] Progress (1): 98/447 kB
+[INFO] Progress (1): 102/447 kB
+[INFO] Progress (1): 106/447 kB
+[INFO] Progress (1): 111/447 kB
+[INFO] Progress (1): 115/447 kB
+[INFO] Progress (1): 119/447 kB
+[INFO] Progress (1): 123/447 kB
+[INFO] Progress (1): 127/447 kB
+[INFO] Progress (1): 131/447 kB
+[INFO] Progress (1): 135/447 kB
+[INFO] Progress (1): 139/447 kB
+[INFO] Progress (1): 143/447 kB
+[INFO] Progress (1): 147/447 kB
+[INFO] Progress (1): 152/447 kB
+[INFO] Progress (1): 156/447 kB
+[INFO] Progress (1): 160/447 kB
+[INFO] Progress (1): 164/447 kB
+[INFO] Progress (1): 168/447 kB
+[INFO] Progress (1): 172/447 kB
+[INFO] Progress (1): 176/447 kB
+[INFO] Progress (1): 180/447 kB
+[INFO] Progress (1): 184/447 kB
+[INFO] Progress (1): 188/447 kB
+[INFO] Progress (1): 193/447 kB
+[INFO] Progress (1): 197/447 kB
+[INFO] Progress (1): 201/447 kB
+[INFO] Progress (1): 205/447 kB
+[INFO] Progress (1): 209/447 kB
+[INFO] Progress (1): 213/447 kB
+[INFO] Progress (1): 217/447 kB
+[INFO] Progress (1): 221/447 kB
+[INFO] Progress (1): 225/447 kB
+[INFO] Progress (1): 229/447 kB
+[INFO] Progress (1): 233/447 kB
+[INFO] Progress (1): 238/447 kB
+[INFO] Progress (1): 242/447 kB
+[INFO] Progress (1): 246/447 kB
+[INFO] Progress (1): 250/447 kB
+[INFO] Progress (1): 254/447 kB
+[INFO] Progress (1): 258/447 kB
+[INFO] Progress (1): 262/447 kB
+[INFO] Progress (1): 266/447 kB
+[INFO] Progress (1): 270/447 kB
+[INFO] Progress (1): 274/447 kB
+[INFO] Progress (1): 279/447 kB
+[INFO] Progress (1): 283/447 kB
+[INFO] Progress (1): 287/447 kB
+[INFO] Progress (1): 291/447 kB
+[INFO] Progress (1): 295/447 kB
+[INFO] Progress (1): 299/447 kB
+[INFO] Progress (1): 303/447 kB
+[INFO] Progress (1): 307/447 kB
+[INFO] Progress (1): 311/447 kB
+[INFO] Progress (1): 315/447 kB
+[INFO] Progress (1): 319/447 kB
+[INFO] Progress (1): 324/447 kB
+[INFO] Progress (1): 328/447 kB
+[INFO] Progress (1): 332/447 kB
+[INFO] Progress (1): 336/447 kB
+[INFO] Progress (1): 340/447 kB
+[INFO] Progress (1): 344/447 kB
+[INFO] Progress (1): 348/447 kB
+[INFO] Progress (1): 352/447 kB
+[INFO] Progress (1): 356/447 kB
+[INFO] Progress (1): 360/447 kB
+[INFO] Progress (1): 365/447 kB
+[INFO] Progress (1): 369/447 kB
+[INFO] Progress (1): 373/447 kB
+[INFO] Progress (1): 377/447 kB
+[INFO] Progress (1): 381/447 kB
+[INFO] Progress (1): 385/447 kB
+[INFO] Progress (1): 389/447 kB
+[INFO] Progress (1): 393/447 kB
+[INFO] Progress (1): 397/447 kB
+[INFO] Progress (1): 401/447 kB
+[INFO] Progress (1): 406/447 kB
+[INFO] Progress (1): 410/447 kB
+[INFO] Progress (1): 414/447 kB
+[INFO] Progress (1): 418/447 kB
+[INFO] Progress (1): 422/447 kB
+[INFO] Progress (1): 426/447 kB
+[INFO] Progress (1): 430/447 kB
+[INFO] Progress (1): 434/447 kB
+[INFO] Progress (1): 438/447 kB
+[INFO] Progress (1): 442/447 kB
+[INFO] Progress (1): 446/447 kB
+[INFO] Progress (1): 447 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar (447 kB at 604 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar.asc (833 B at 7.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc (833 B at 8.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar.asc (833 B at 7.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar.asc (833 B at 8.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom.asc (833 B at 8.0 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar.asc (833 B at 7.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.jar.asc.asc (833 B at 8.1 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0.pom.asc.asc (833 B at 8.3 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc.asc (833 B at 8.2 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-sources.jar.asc.asc (833 B at 8.9 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-test-sources.jar.asc.asc (833 B at 8.4 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar.asc.asc
+[INFO] Progress (1): 833 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-guice/9.11.0/wicket-guice-9.11.0-javadoc.jar.asc.asc (833 B at 8.4 kB/s)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:deploy (default-deploy) @ wicket-guice ---
+[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)
+[INFO] [INFO] 
+[INFO] [INFO] --------------------< org.apache.wicket:wicket-jmx >--------------------
+[INFO] [INFO] Building Wicket JMX 9.11.0                                       [14/32]
+[INFO] [INFO] -------------------------------[ bundle ]-------------------------------
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-jmx ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-jmx ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-jmx ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-jmx ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ wicket-jmx ---
+[INFO] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
+[INFO] [INFO] Copying 3 resources from 1 bundle.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ wicket-jmx ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] Copying 1 resource
+[INFO] [INFO] skip non existing resourceDirectory /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/generated-res
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wicket-jmx ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [WARNING] * Required filename-based automodules detected: [commons-fileupload-1.4.jar, javax.servlet-api-3.1.0.jar]. Please don't publish this project to a public artifact repository! *
+[INFO] [WARNING] *******************************************************************************************************************************************************************************
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 25 source files to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ wicket-jmx ---
+[INFO] [WARNING] Manifest org.apache.wicket:wicket-jmx:bundle:9.11.0 : Unused Import-Package instructions: [org.junit.jupiter*] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ wicket-jmx ---
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
+[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
+[INFO] [INFO] Copying 0 resource
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] Copying 3 resources
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ wicket-jmx ---
+[INFO] [INFO] Toolchain in maven-compiler-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] Changes detected - recompiling the module!
+[INFO] [INFO] Compiling 1 source file to /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/test-classes
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ wicket-jmx ---
+[INFO] [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO]  T E S T S
+[INFO] [INFO] -------------------------------------------------------
+[INFO] [INFO] Running org.apache.wicket.jmx.util.license.ApacheLicenceHeaderTest
+[INFO] SLF4J: No SLF4J providers were found.
+[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
+[INFO] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.apache.wicket.jmx.util.license.ApacheLicenceHeaderTest
+[INFO] [INFO] 
+[INFO] [INFO] Results:
+[INFO] [INFO] 
+[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (default-bundle) @ wicket-jmx ---
+[INFO] [WARNING] Bundle org.apache.wicket:wicket-jmx:bundle:9.11.0 : Split package, multiple jars provide the same package:
+[INFO] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
+[INFO] Package found in   [Jar:., Jar:wicket-core, Jar:wicket-request, Jar:wicket-util, Jar:jdk-serializable-functional]
+[INFO] Class path         [Jar:., Jar:wicket-core, Jar:openjson, Jar:wicket-request, Jar:wicket-util, Jar:commons-fileupload, Jar:commons-io, Jar:commons-collections4, Jar:jdk-serializable-functional, Jar:javax.servlet-api, Jar:slf4j-api]
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ wicket-jmx ---
+[INFO] [INFO] Skipping because packaging 'bundle' is not pom.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (source-release-assembly) @ wicket-jmx ---
+[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ wicket-jmx ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ wicket-jmx >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-jmx ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-jmx ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-jmx ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ wicket-jmx <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ wicket-jmx ---
+[INFO] [INFO] 
+[INFO] [INFO] >>> maven-source-plugin:3.2.1:test-jar (attach-sources) > generate-sources @ wicket-jmx >>>
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ wicket-jmx ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wicket-jmx ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ wicket-jmx ---
+[INFO] [INFO] Required toolchain: jdk [ version='11' ]
+[INFO] [INFO] Found matching toolchain for type jdk: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] 
+[INFO] [INFO] <<< maven-source-plugin:3.2.1:test-jar (attach-sources) < generate-sources @ wicket-jmx <<<
+[INFO] [INFO] 
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar (attach-sources) @ wicket-jmx ---
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-test-sources.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ wicket-jmx ---
+[INFO] [INFO] Toolchain in maven-javadoc-plugin: JDK[/usr/lib/jvm/java-11-openjdk-amd64/]
+[INFO] [INFO] No previous run data found, generating javadoc.
+[INFO] [INFO] 
+[INFO] 100 warnings
+[INFO] [WARNING] Javadoc Warnings
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.
+[INFO] [INFO] Building jar: /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-javadoc.jar
+[INFO] [INFO] 
+[INFO] [INFO] --- japicmp-maven-plugin:0.15.5:cmp (default) @ wicket-jmx ---
+[INFO] [INFO] Written file '/home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/japicmp/japicmp.diff'.
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ wicket-jmx ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- checksum-maven-plugin:1.7:files (source-release-checksum) @ wicket-jmx ---
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ wicket-jmx ---
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/pom.xml to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0.pom
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-test-sources.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-test-sources.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-javadoc.jar to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-javadoc.jar
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0.pom.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0.pom.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-test-sources.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-test-sources.jar.asc
+[INFO] [INFO] Installing /home/andrea/WicketBuild/wicket-9.x/target/checkout/wicket-jmx/target/wicket-jmx-9.11.0-javadoc.jar.asc to /home/andrea/.m2/repository/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-javadoc.jar.asc
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-bundle-plugin:5.1.3:install (default-install) @ wicket-jmx ---
+[INFO] [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO] org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/andrea/.m2/repository/repository.xml
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:324)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@5622cf19) 
+[INFO]     at org.kxml2.io.KXmlParser.exception (Unknown Source)
+[INFO]     at org.kxml2.io.KXmlParser.nextTag (Unknown Source)
+[INFO]     at org.apache.felix.bundlerepository.impl.PullParser.parseRepository (PullParser.java:43)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:147)
+[INFO]     at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository (DataModelHelperImpl.java:118)
+[INFO]     at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml (ObrUpdate.java:316)
+[INFO]     at org.apache.felix.obrplugin.ObrInstall.execute (ObrInstall.java:130)
+[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
+[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
+[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
+[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
+[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
+[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
+[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
+[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
+[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
+[INFO]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
+[INFO]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
+[INFO]     at java.lang.reflect.Method.invoke (Method.java:566)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
+[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wicket-jmx ---
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] gpg: using "0xD1AE986470B5A49C3E6A27B2878F01FAA8D356E1" as default secret key for signing
+[INFO] [INFO] 
+[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ wicket-jmx ---
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0.jar
+[INFO] Progress (1): 4.1/31 kB
+[INFO] Progress (1): 8.2/31 kB
+[INFO] Progress (1): 12/31 kB 
+[INFO] Progress (1): 16/31 kB
+[INFO] Progress (1): 20/31 kB
+[INFO] Progress (1): 25/31 kB
+[INFO] Progress (1): 29/31 kB
+[INFO] Progress (1): 31 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0.jar (31 kB at 87 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0.pom
+[INFO] Progress (1): 1.6 kB
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0.pom (1.6 kB at 5.1 kB/s)
+[INFO] Downloading from apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/maven-metadata.xml
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/maven-metadata.xml
+[INFO] Progress (1): 309 B
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/maven-metadata.xml (309 B at 778 B/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/38 kB
+[INFO] Progress (1): 8.2/38 kB
+[INFO] Progress (1): 12/38 kB 
+[INFO] Progress (1): 16/38 kB
+[INFO] Progress (1): 20/38 kB
+[INFO] Progress (1): 25/38 kB
+[INFO] Progress (1): 29/38 kB
+[INFO] Progress (1): 33/38 kB
+[INFO] Progress (1): 37/38 kB
+[INFO] Progress (1): 38 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-sources.jar (38 kB at 110 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-sources.jar
+[INFO] Progress (1): 4.1/38 kB
+[INFO] Progress (1): 8.2/38 kB
+[INFO] Progress (1): 12/38 kB 
+[INFO] Progress (1): 16/38 kB
+[INFO] Progress (1): 20/38 kB
+[INFO] Progress (1): 25/38 kB
+[INFO] Progress (1): 29/38 kB
+[INFO] Progress (1): 33/38 kB
+[INFO] Progress (1): 37/38 kB
+[INFO] Progress (1): 38 kB   
+[INFO]                    
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-sources.jar (38 kB at 119 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-test-sources.jar
+[INFO] Progress (1): 4.1/8.5 kB
+[INFO] Progress (1): 8.2/8.5 kB
+[INFO] Progress (1): 8.5 kB    
+[INFO]                     
+[INFO] Uploaded to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-test-sources.jar (8.5 kB at 28 kB/s)
+[INFO] Uploading to apache.releases.https: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/wicket/wicket-jmx/9.11.0/wicket-jmx-9.11.0-javadoc.jar
+[INFO] Progress (1): 4.1/593 kB
+[INFO] Progress (1): 8.2/593 kB
+[INFO] Progress (1): 12/593 kB 
+[INFO] Progress (1): 16/593 kB
+[INFO] Progress (1): 20/593 kB
+[INFO] Progress (1): 25/593 kB
+[INFO] Progress (1): 29/593 kB
+[INFO] Progress (1): 33/593 kB
+[INFO] Progress (1): 37/593 kB
+[INFO] Progress (1): 41/593 kB
+[INFO] Progress (1): 45/593 kB
+[INFO] Progress (1): 49/593 kB
+[INFO] Progress (1): 53/593 kB
+[INFO] Progress (1): 57/593 kB
+[INFO] Progress (1): 61/593 kB
+[INFO] Progress (1): 66/593 kB
+[INFO] Progress (1): 70/593 kB
+[INFO] Progress (1): 74/593 kB
+[INFO] Progress (1): 78/593 kB
+[INFO] Progress (1): 82/593 kB
+[INFO] Progress (1): 86/593 kB
+[INFO] Progress (1): 90/593 kB
+[INFO] Progress (1): 94/593 kB
+[INFO] Progress (1): 98/593 kB
+[INFO] Progress (1): 102/593 kB
+[INFO] Progress (1): 106/593 kB
+[INFO] Progress (1): 111/593 kB
+[INFO] Progress (1): 115/593 kB
+[INFO] Progress (1): 119/593 kB
+[INFO] Progress (1): 123/593 kB
... 7905 lines suppressed ...