0% found this document useful (0 votes)
10 views

Historique_Spring

The document details a series of commands executed in Windows PowerShell related to Apache Maven, including installation and build processes. Initial attempts to build a project fail due to a missing POM file and a compilation error regarding the naming of a public class. Subsequent commands show successful project scanning and downloading of necessary dependencies, but the build ultimately fails due to a compilation error related to class naming conventions.

Uploaded by

Othniel
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Historique_Spring

The document details a series of commands executed in Windows PowerShell related to Apache Maven, including installation and build processes. Initial attempts to build a project fail due to a missing POM file and a compilation error regarding the naming of a public class. Subsequent commands show successful project scanning and downloading of necessary dependencies, but the build ultimately fails due to a compilation error related to class naming conventions.

Uploaded by

Othniel
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 23

Windows PowerShell

Copyright (C) Microsoft Corporation. Tous droits réservés.

Installez la dernière version de PowerShell pour de nouvelles fonctionnalités et


améliorations ! https://aka.ms/PSWindows

PS C:\Users\othni> mvn -v
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: C:\Users\othni\Documents\apache-maven-3.9.9-bin\apache-maven-3.9.9
Java version: 23.0.1, vendor: Oracle Corporation, runtime: C:\Program Files\Java\
jdk-23
Default locale: fr_FR, platform encoding: UTF-8
OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
PS C:\Users\othni> mvn clean install -Ppom.xml
[INFO] Scanning for projects...
[WARNING] The requested profile "pom" could not be activated because it does not
exist.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.152 s
[INFO] Finished at: 2024-10-29T14:45:11+01:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "pom" could not be activated because it does not
exist.
[ERROR] The goal you specified requires a project to execute but there is no POM in
this directory (C:\Users\othni). Please verify you invoked Maven from the correct
directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read
the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
PS C:\Users\othni> cd C:\Users\othni\Documents\test-installation
PS C:\Users\othni\Documents\test-installation> ls

Répertoire : C:\Users\othni\Documents\test-installation

Mode LastWriteTime Length Name


---- ------------- ------ ----
d----- 29/10/2024 14:35 .mvn
d----- 29/10/2024 14:35 .settings
d----- 29/10/2024 14:35 src
d----- 29/10/2024 14:35 target
-a---- 29/10/2024 14:35 2357 .classpath
-a---- 29/10/2024 14:35 38 .gitattributes
-a---- 29/10/2024 14:35 395 .gitignore
-a---- 29/10/2024 14:35 722 .project
-a---- 29/10/2024 14:35 1340 HELP.md
-a---- 29/10/2024 14:35 10665 mvnw
-a---- 29/10/2024 14:35 6912 mvnw.cmd
-a---- 29/10/2024 14:35 1598 pom.xml
PS C:\Users\othni\Documents\test-installation> mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------< com.example:test-installation >--------------------
[INFO] Building test-installation 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/
3.3.2/maven-clean-plugin-3.3.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/
3.3.2/maven-clean-plugin-3.3.2.pom (5.3 kB at 2.5 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/40/
maven-plugins-40.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/40/
maven-plugins-40.pom (8.1 kB at 38 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-
40.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-
40.pom (49 kB at 150 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-
plugin/3.1.3/maven-install-plugin-3.1.3.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-
plugin/3.1.3/maven-install-plugin-3.1.3.pom (8.1 kB at 88 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/
maven-plugins-43.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/
maven-plugins-43.pom (7.5 kB at 55 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-
43.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-
43.pom (50 kB at 116 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom (24 kB at
102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-
bom/5.10.3/junit-bom-5.10.3.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-
5.10.3.pom (5.6 kB at 21 kB/s)
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ test-installation ---
[INFO] Deleting C:\Users\othni\Documents\test-installation\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test-installation ---
[INFO] Copying 1 resource from src\main\resources to target\classes
[INFO] Copying 0 resource from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ test-installation ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 1 source file with javac [debug parameters release 21] to target\
classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/Users/othni/Documents/test-installation/src/main/java/com/example/
demo/TestInstallationApplication.java:[12,8] class ApiController is public, should
be declared in a file named ApiController.java
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.534 s
[INFO] Finished at: 2024-10-29T14:47:07+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-
plugin:3.13.0:compile (default-compile) on project test-installation: Compilation
failure
[ERROR] /C:/Users/othni/Documents/test-installation/src/main/java/com/example/
demo/TestInstallationApplication.java:[12,8] class ApiController is public, should
be declared in a file named ApiController.java
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read
the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
PS C:\Users\othni\Documents\test-installation> mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------< com.example:test-installation >--------------------
[INFO] Building test-installation 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ test-installation ---
[INFO] Deleting C:\Users\othni\Documents\test-installation\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test-installation ---
[INFO] Copying 1 resource from src\main\resources to target\classes
[INFO] Copying 0 resource from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ test-installation ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 1 source file with javac [debug parameters release 21] to target\
classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test-
installation ---
[INFO] skip non existing resourceDirectory C:\Users\othni\Documents\test-
installation\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ test-installation
---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug parameters release 21] to target\
test-classes
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ test-installation ---
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-
common/3.2.5/maven-surefire-common-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-
common/3.2.5/maven-surefire-common-3.2.5.pom (6.2 kB at 2.6 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/
surefire-api-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/
surefire-api-3.2.5.pom (3.5 kB at 11 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-
api/3.2.5/surefire-logger-api-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-
api/3.2.5/surefire-logger-api-3.2.5.pom (3.3 kB at 11 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-
utils/3.2.5/surefire-shared-utils-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-
utils/3.2.5/surefire-shared-utils-3.2.5.pom (4.1 kB at 30 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-
api/3.2.5/surefire-extensions-api-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-
api/3.2.5/surefire-extensions-api-3.2.5.pom (3.3 kB at 12 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/
3.2.5/surefire-booter-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/
3.2.5/surefire-booter-3.2.5.pom (4.5 kB at 15 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-
spi/3.2.5/surefire-extensions-spi-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-
spi/3.2.5/surefire-extensions-spi-3.2.5.pom (1.8 kB at 3.0 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/
1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/
1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 7.5 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/
aether-1.0.0.v20140518.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/
aether-1.0.0.v20140518.pom (30 kB at 73 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/
1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/
1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 3.8 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-
filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-
filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 22 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-
components/34/maven-shared-components-34.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-
components/34/maven-shared-components-34.pom (5.1 kB at 16 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-
34.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-
34.pom (43 kB at 137 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-
artifact-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-
artifact-3.2.5.pom (2.3 kB at 12 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
(22 kB at 110 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-
25.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-
25.pom (37 kB at 202 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at
152 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-
3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-
3.2.5.pom (8.1 kB at 77 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-
settings-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-
settings-3.2.5.pom (2.2 kB at 25 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/
3.2.5/maven-settings-builder-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/
3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 23 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/
1.21/plexus-interpolation-1.21.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/
1.21/plexus-interpolation-1.21.pom (1.5 kB at 7.1 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/
plexus-components-1.3.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/
plexus-components-1.3.1.pom (3.1 kB at 11 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-
3.3.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-
3.3.1.pom (20 kB at 160 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-
parent-17.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-
parent-17.pom (6.8 kB at 56 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-
parent-10.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-
parent-10.pom (14 kB at 107 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-
annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-
annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 5.0 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/
plexus-containers-1.5.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/
plexus-containers-1.5.5.pom (4.2 kB at 36 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-
2.0.7.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-
2.0.7.pom (17 kB at 38 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/
1.3/plexus-sec-dispatcher-1.3.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/
1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 24 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-
parent-12.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-
parent-12.pom (6.8 kB at 21 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-
parent-4.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-
parent-4.pom (8.4 kB at 74 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-
cipher-1.4.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-
cipher-1.4.pom (2.1 kB at 5.8 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/
3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/
3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 22 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-
plugin-api-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-
plugin-api-3.2.5.pom (3.0 kB at 20 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/
0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/
0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 124 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-
plexus-0.9.0.M2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-
plexus-0.9.0.M2.pom (15 kB at 175 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/
javax.annotation-api-1.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/
javax.annotation-api-1.2.pom (13 kB at 129 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-
parent/3/jvnet-parent-3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-
parent/3/jvnet-parent-3.pom (4.8 kB at 26 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-
api/1.2/cdi-api-1.2.pom (6.3 kB at 63 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-
parent/26/weld-parent-26.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-
parent/26/weld-parent-26.pom (32 kB at 265 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/
0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/
0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 238 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-
inject-0.9.0.M2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-
inject-0.9.0.M2.pom (15 kB at 206 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-
annotations/2.1.0/plexus-component-annotations-2.1.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-
annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 6.2 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/
plexus-containers-2.1.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/
plexus-containers-2.1.0.pom (4.8 kB at 50 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/
plexus-classworlds-2.6.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/
plexus-classworlds-2.6.0.pom (7.9 kB at 87 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/
maven-model-builder-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/
maven-model-builder-3.2.5.pom (3.0 kB at 27 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/
maven-aether-provider-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/
maven-aether-provider-3.2.5.pom (4.2 kB at 42 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/
1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/
1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 4.3 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/
1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/
1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 19 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-
3.2.3.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-
3.2.3.pom (11 kB at 33 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/
guice-parent-3.2.3.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/
guice-parent-3.2.3.pom (13 kB at 105 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-
parent-38.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-
parent-38.pom (19 kB at 58 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-
1.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-
1.0.pom (363 B at 2.0 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom
(6.1 kB at 56 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-
parent-16.0.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-
parent-16.0.1.pom (7.3 kB at 32 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/
plexus-classworlds-2.5.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/
plexus-classworlds-2.5.2.pom (7.3 kB at 25 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-
io/2.15.1/commons-io-2.15.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-
io/2.15.1/commons-io-2.15.1.pom (20 kB at 101 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-
parent-65.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-
parent-65.pom (78 kB at 644 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-
common/3.2.5/maven-surefire-common-3.2.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-
common/3.2.5/maven-surefire-common-3.2.5.jar (308 kB at 409 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/
surefire-api-3.2.5.jar
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-
api/3.2.5/surefire-logger-api-3.2.5.jar
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/
3.2.5/surefire-booter-3.2.5.jar
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-
api/3.2.5/surefire-extensions-api-3.2.5.jar
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-
spi/3.2.5/surefire-extensions-spi-3.2.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/
3.2.5/surefire-booter-3.2.5.jar (118 kB at 459 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/
1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/
1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 255 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/
1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-
spi/3.2.5/surefire-extensions-spi-3.2.5.jar (8.2 kB at 14 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-
filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-
api/3.2.5/surefire-logger-api-3.2.5.jar (14 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-
io/2.15.1/commons-io-2.15.1.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-
api/3.2.5/surefire-extensions-api-3.2.5.jar (26 kB at 43 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-
utils/3.2.5/surefire-shared-utils-3.2.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-
filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 64 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/
surefire-api-3.2.5.jar (171 kB at 178 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/
1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 121 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-
io/2.15.1/commons-io-2.15.1.jar (501 kB at 438 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-
utils/3.2.5/surefire-shared-utils-3.2.5.jar (2.4 MB at 1.1 MB/s)
[INFO] Using auto detected provider
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-
platform/3.2.5/surefire-junit-platform-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-
platform/3.2.5/surefire-junit-platform-3.2.5.pom (4.7 kB at 25 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/
3.2.5/surefire-providers-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/
3.2.5/surefire-providers-3.2.5.pom (2.6 kB at 19 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.5/
common-java5-3.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.5/
common-java5-3.2.5.pom (2.8 kB at 23 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/
1.9.3/junit-platform-launcher-1.9.3.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/
1.9.3/junit-platform-launcher-1.9.3.pom (3.0 kB at 12 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/
1.9.3/junit-platform-engine-1.9.3.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/
1.9.3/junit-platform-engine-1.9.3.pom (3.2 kB at 32 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-
1.2.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-
1.2.0.pom (1.7 kB at 6.3 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/
1.9.3/junit-platform-commons-1.9.3.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/
1.9.3/junit-platform-commons-1.9.3.pom (2.8 kB at 3.2 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-
platform/3.2.5/surefire-junit-platform-3.2.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-
platform/3.2.5/surefire-junit-platform-3.2.5.jar (27 kB at 153 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.5/
common-java5-3.2.5.jar
Downloading from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/
1.9.3/junit-platform-engine-1.9.3.jar
Downloading from central:
https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-
1.2.0.jar
Downloading from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/
1.9.3/junit-platform-launcher-1.9.3.jar
Downloading from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/
1.9.3/junit-platform-commons-1.9.3.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-
1.2.0.jar (7.7 kB at 30 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.5/
common-java5-3.2.5.jar (18 kB at 69 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/
1.9.3/junit-platform-commons-1.9.3.jar (103 kB at 247 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/
1.9.3/junit-platform-engine-1.9.3.jar (189 kB at 361 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/
1.9.3/junit-platform-launcher-1.9.3.jar (169 kB at 323 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/
1.10.5/junit-platform-launcher-1.10.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/
1.10.5/junit-platform-launcher-1.10.5.pom (3.0 kB at 23 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/
1.10.5/junit-platform-launcher-1.10.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/
1.10.5/junit-platform-launcher-1.10.5.jar (184 kB at 371 kB/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.example.demo.TestInstallationApplicationTests
14:51:15.277 [main] INFO
org.springframework.test.context.support.AnnotationConfigContextLoaderUtils --
Could not detect default configuration classes for test class
[com.example.demo.TestInstallationApplicationTests]:
TestInstallationApplicationTests does not declare any static, non-private, non-
final, nested classes annotated with @Configuration.
14:51:15.510 [main] INFO
org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found
@SpringBootConfiguration com.example.demo.TestInstallationApplication for test
class com.example.demo.TestInstallationApplicationTests
14:51:15.714 [main] INFO
org.springframework.boot.devtools.restart.RestartApplicationListener -- Restart
disabled due to context in which it is running

. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/

:: Spring Boot :: (v3.3.5)

2024-10-29T14:51:16.060+01:00 INFO 19632 --- [test-installation] [ main]


c.e.d.TestInstallationApplicationTests : Starting
TestInstallationApplicationTests using Java 23.0.1 with PID 19632 (started by othni
in C:\Users\othni\Documents\test-installation)
2024-10-29T14:51:16.068+01:00 INFO 19632 --- [test-installation] [ main]
c.e.d.TestInstallationApplicationTests : No active profile set, falling back to 1
default profile: "default"
2024-10-29T14:51:17.419+01:00 INFO 19632 --- [test-installation] [ main]
c.e.d.TestInstallationApplicationTests : Started TestInstallationApplicationTests
in 1.722 seconds (process running for 3.348)
WARNING: A Java agent has been loaded dynamically (C:\Users\othni\.m2\repository\
net\bytebuddy\byte-buddy-agent\1.14.19\byte-buddy-agent-1.14.19.jar)
WARNING: If a serviceability tool is in use, please run with -XX:
+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -
Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future
release
Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only supported for boot
loader classes because bootstrap classpath has been appended
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.633 s --
in com.example.demo.TestInstallationApplicationTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ test-installation ---
[INFO] Building jar: C:\Users\othni\Documents\test-installation\target\test-
installation-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- spring-boot:3.3.5:repackage (repackage) @ test-installation ---
Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-
buildpack-platform/3.3.5/spring-boot-buildpack-platform-3.3.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-
buildpack-platform/3.3.5/spring-boot-buildpack-platform-3.3.5.pom (3.2 kB at 12
kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/
2.14.2/jackson-databind-2.14.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/
2.14.2/jackson-databind-2.14.2.pom (19 kB at 148 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.14.2/
jackson-base-2.14.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.14.2/
jackson-base-2.14.2.pom (10 kB at 107 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.2/
jackson-bom-2.14.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.2/
jackson-bom-2.14.2.pom (17 kB at 93 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/
jackson-parent-2.14.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/
jackson-parent-2.14.pom (7.7 kB at 22 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-
parent/48/oss-parent-48.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-
parent/48/oss-parent-48.pom (24 kB at 96 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-
annotations/2.14.2/jackson-annotations-2.14.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-
annotations/2.14.2/jackson-annotations-2.14.2.pom (6.2 kB at 20 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/
2.14.2/jackson-core-2.14.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/
2.14.2/jackson-core-2.14.2.pom (7.0 kB at 32 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-
parameter-names/2.14.2/jackson-module-parameter-names-2.14.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-
parameter-names/2.14.2/jackson-module-parameter-names-2.14.2.pom (4.4 kB at 16
kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-
java8/2.14.2/jackson-modules-java8-2.14.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-
java8/2.14.2/jackson-modules-java8-2.14.2.pom (3.1 kB at 9.6 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-
platform-5.13.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-
platform/5.13.0/jna-platform-5.13.0.pom (2.3 kB at 8.1 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom
(2.0 kB at 6.3 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/
commons-compress-1.25.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/
commons-compress-1.25.0.pom (22 kB at 56 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/
httpclient5/5.3.1/httpclient5-5.3.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/
httpclient5/5.3.1/httpclient5-5.3.1.pom (6.0 kB at 21 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-
parent/5.3.1/httpclient5-parent-5.3.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-
parent/5.3.1/httpclient5-parent-5.3.1.pom (17 kB at 51 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-
parent/13/httpcomponents-parent-13.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-
parent/13/httpcomponents-parent-13.pom (30 kB at 110 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at
63 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/
httpcore5/5.2.4/httpcore5-5.2.4.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/
httpcore5/5.2.4/httpcore5-5.2.4.pom (3.9 kB at 11 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-
parent/5.2.4/httpcore5-parent-5.2.4.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-
parent/5.2.4/httpcore5-parent-5.2.4.pom (14 kB at 94 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-
h2/5.2.4/httpcore5-h2-5.2.4.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-
h2/5.2.4/httpcore5-h2-5.2.4.pom (3.6 kB at 30 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.0.23/spring-
core-6.0.23.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.0.23/spring-
core-6.0.23.pom (2.0 kB at 17 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.0.23/spring-
jcl-6.0.23.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.0.23/spring-
jcl-6.0.23.pom (1.8 kB at 13 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/tomlj/tomlj/1.0.0/tomlj-1.0.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/tomlj/tomlj/1.0.0/tomlj-1.0.0.pom (2.8 kB
at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-
runtime/4.7.2/antlr4-runtime-4.7.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-
runtime/4.7.2/antlr4-runtime-4.7.2.pom (3.6 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-
master/4.7.2/antlr4-master-4.7.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-
master/4.7.2/antlr4-master-4.7.2.pom (4.4 kB at 14 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-
3.0.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-
3.0.2.pom (4.3 kB at 26 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-
tools/3.3.5/spring-boot-loader-tools-3.3.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-
tools/3.3.5/spring-boot-loader-tools-3.3.5.pom (2.2 kB at 16 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-
filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-
filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 39 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-
components/37/maven-shared-components-37.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-
components/37/maven-shared-components-37.pom (4.9 kB at 24 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-
37.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-
37.pom (46 kB at 128 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.12.11/
micrometer-observation-1.12.11.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.12.11/
micrometer-observation-1.12.11.pom (3.9 kB at 16 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.12.11/
micrometer-commons-1.12.11.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.12.11/
micrometer-commons-1.12.11.pom (3.4 kB at 35 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/
3.5.0/maven-shade-plugin-3.5.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/
3.5.0/maven-shade-plugin-3.5.0.pom (12 kB at 173 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-
api/1.7.32/slf4j-api-1.7.32.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-
1.7.32.pom (3.8 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-
parent/1.7.32/slf4j-parent-1.7.32.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-
parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 15 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 19
kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-
commons/9.5/asm-commons-9.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-
commons/9.5/asm-commons-9.5.pom (2.8 kB at 8.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-
tree/9.5/asm-tree-9.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-
tree/9.5/asm-tree-9.5.pom (2.6 kB at 9.0 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom (4.6
kB at 16 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-
tree/3.2.1/maven-dependency-tree-3.2.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-
tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-
io/2.13.0/commons-io-2.13.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-
io/2.13.0/commons-io-2.13.0.pom (20 kB at 104 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-
parent-58.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-
parent-58.pom (83 kB at 232 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.8.0/jdependency-
2.8.0.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.8.0/jdependency-
2.8.0.pom (14 kB at 54 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/
commons-collections4-4.4.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/
commons-collections4-4.4.pom (24 kB at 73 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-
parent-48.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-
parent-48.pom (72 kB at 204 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at
88 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-
buildpack-platform/3.3.5/spring-boot-buildpack-platform-3.3.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-
buildpack-platform/3.3.5/spring-boot-buildpack-platform-3.3.5.jar (289 kB at 279
kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/
2.14.2/jackson-databind-2.14.2.jar
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-
annotations/2.14.2/jackson-annotations-2.14.2.jar
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/
2.14.2/jackson-core-2.14.2.jar
Downloading from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-
parameter-names/2.14.2/jackson-module-parameter-names-2.14.2.jar
Downloading from central:
https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-
platform-5.13.0.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-
parameter-names/2.14.2/jackson-module-parameter-names-2.14.2.jar (9.5 kB at 12
kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-
annotations/2.14.2/jackson-annotations-2.14.2.jar (77 kB at 69 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/
commons-compress-1.25.0.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/
commons-compress-1.25.0.jar (1.1 MB at 544 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/
httpclient5/5.3.1/httpclient5-5.3.1.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/
2.14.2/jackson-core-2.14.2.jar (459 kB at 216 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/
httpcore5/5.2.4/httpcore5-5.2.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-
platform/5.13.0/jna-platform-5.13.0.jar (1.4 MB at 465 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-
h2/5.2.4/httpcore5-h2-5.2.4.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/
httpclient5/5.3.1/httpclient5-5.3.1.jar (862 kB at 292 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/tomlj/tomlj/1.0.0/tomlj-1.0.0.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar
(1.9 MB at 458 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-
runtime/4.7.2/antlr4-runtime-4.7.2.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/tomlj/tomlj/1.0.0/tomlj-1.0.0.jar (157 kB
at 36 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-
3.0.2.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-
h2/5.2.4/httpcore5-h2-5.2.4.jar (237 kB at 54 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-
tools/3.3.5/spring-boot-loader-tools-3.3.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-
3.0.2.jar (20 kB at 3.9 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-
filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-
runtime/4.7.2/antlr4-runtime-4.7.2.jar (338 kB at 66 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.12.11/
micrometer-observation-1.12.11.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-
filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 11 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.12.11/
micrometer-commons-1.12.11.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.12.11/
micrometer-observation-1.12.11.jar (72 kB at 13 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/
3.5.0/maven-shade-plugin-3.5.0.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.12.11/
micrometer-commons-1.12.11.jar (47 kB at 8.4 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/
2.14.2/jackson-databind-2.14.2.jar (1.6 MB at 281 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-
commons/9.5/asm-commons-9.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-
commons/9.5/asm-commons-9.5.jar (72 kB at 9.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-
tree/9.5/asm-tree-9.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 15
kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-
tree/9.5/asm-tree-9.5.jar (52 kB at 6.3 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-
tree/3.2.1/maven-dependency-tree-3.2.1.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/
3.5.0/maven-shade-plugin-3.5.0.jar (147 kB at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-
io/2.13.0/commons-io-2.13.0.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-
tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 4.9 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.8.0/jdependency-
2.8.0.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.8.0/jdependency-
2.8.0.jar (233 kB at 23 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/
commons-collections4-4.4.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar (328
kB at 31 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-
io/2.13.0/commons-io-2.13.0.jar (484 kB at 45 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-
tools/3.3.5/spring-boot-loader-tools-3.3.5.jar (464 kB at 42 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/
httpcore5/5.2.4/httpcore5-5.2.4.jar (855 kB at 75 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/
commons-collections4-4.4.jar (752 kB at 58 kB/s)
[INFO] Replacing main artifact C:\Users\othni\Documents\test-installation\target\
test-installation-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested
dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to C:\Users\othni\Documents\test-
installation\target\test-installation-0.0.1-SNAPSHOT.jar.original
[INFO]
[INFO] --- install:3.1.3:install (default-install) @ test-installation ---
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-
util/1.9.18/maven-resolver-util-1.9.18.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-
util/1.9.18/maven-resolver-util-1.9.18.pom (2.9 kB at 12 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/
1.9.18/maven-resolver-1.9.18.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/
1.9.18/maven-resolver-1.9.18.pom (22 kB at 28 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/
1.9.18/maven-resolver-api-1.9.18.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/
1.9.18/maven-resolver-api-1.9.18.pom (2.7 kB at 10 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-
xml-3.0.1.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-
xml-3.0.1.pom (3.7 kB at 8.9 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
(29 kB at 50 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-
util/1.9.18/maven-resolver-util-1.9.18.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-
util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 114 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-
xml-3.0.1.jar
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/
1.9.18/maven-resolver-api-1.9.18.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-
xml-3.0.1.jar (94 kB at 188 kB/s)
Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/
1.9.18/maven-resolver-api-1.9.18.jar (157 kB at 111 kB/s)
[INFO] Installing C:\Users\othni\Documents\test-installation\pom.xml to C:\Users\
othni\.m2\repository\com\example\test-installation\0.0.1-SNAPSHOT\test-
installation-0.0.1-SNAPSHOT.pom
[INFO] Installing C:\Users\othni\Documents\test-installation\target\test-
installation-0.0.1-SNAPSHOT.jar to C:\Users\othni\.m2\repository\com\example\test-
installation\0.0.1-SNAPSHOT\test-installation-0.0.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:01 min
[INFO] Finished at: 2024-10-29T14:51:51+01:00
[INFO] ------------------------------------------------------------------------
PS C:\Users\othni\Documents\test-installation>
PS C:\Users\othni\Documents\test-installation> mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------< com.example:test-installation >--------------------
[INFO] Building test-installation 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ test-installation ---
[INFO] Deleting C:\Users\othni\Documents\test-installation\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test-installation ---
[INFO] Copying 1 resource from src\main\resources to target\classes
[INFO] Copying 0 resource from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ test-installation ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [debug parameters release 21] to target\
classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test-
installation ---
[INFO] skip non existing resourceDirectory C:\Users\othni\Documents\test-
installation\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ test-installation
---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug parameters release 21] to target\
test-classes
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ test-installation ---
[INFO] Using auto detected provider
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.example.demo.TestInstallationApplicationTests
14:55:04.520 [main] INFO
org.springframework.test.context.support.AnnotationConfigContextLoaderUtils --
Could not detect default configuration classes for test class
[com.example.demo.TestInstallationApplicationTests]:
TestInstallationApplicationTests does not declare any static, non-private, non-
final, nested classes annotated with @Configuration.
14:55:04.729 [main] INFO
org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found
@SpringBootConfiguration com.example.demo.TestInstallationApplication for test
class com.example.demo.TestInstallationApplicationTests
14:55:04.969 [main] INFO
org.springframework.boot.devtools.restart.RestartApplicationListener -- Restart
disabled due to context in which it is running

. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/

:: Spring Boot :: (v3.3.5)

2024-10-29T14:55:05.416+01:00 INFO 4016 --- [test-installation] [ main]


c.e.d.TestInstallationApplicationTests : Starting
TestInstallationApplicationTests using Java 23.0.1 with PID 4016 (started by othni
in C:\Users\othni\Documents\test-installation)
2024-10-29T14:55:05.416+01:00 INFO 4016 --- [test-installation] [ main]
c.e.d.TestInstallationApplicationTests : No active profile set, falling back to 1
default profile: "default"
2024-10-29T14:55:07.204+01:00 INFO 4016 --- [test-installation] [ main]
c.e.d.TestInstallationApplicationTests : Started TestInstallationApplicationTests
in 2.251 seconds (process running for 4.159)
WARNING: A Java agent has been loaded dynamically (C:\Users\othni\.m2\repository\
net\bytebuddy\byte-buddy-agent\1.14.19\byte-buddy-agent-1.14.19.jar)
WARNING: If a serviceability tool is in use, please run with -XX:
+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -
Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future
release
Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only supported for boot
loader classes because bootstrap classpath has been appended
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.214 s --
in com.example.demo.TestInstallationApplicationTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ test-installation ---
[INFO] Building jar: C:\Users\othni\Documents\test-installation\target\test-
installation-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- spring-boot:3.3.5:repackage (repackage) @ test-installation ---
[INFO] Replacing main artifact C:\Users\othni\Documents\test-installation\target\
test-installation-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested
dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to C:\Users\othni\Documents\test-
installation\target\test-installation-0.0.1-SNAPSHOT.jar.original
[INFO]
[INFO] --- install:3.1.3:install (default-install) @ test-installation ---
[INFO] Installing C:\Users\othni\Documents\test-installation\pom.xml to C:\Users\
othni\.m2\repository\com\example\test-installation\0.0.1-SNAPSHOT\test-
installation-0.0.1-SNAPSHOT.pom
[INFO] Installing C:\Users\othni\Documents\test-installation\target\test-
installation-0.0.1-SNAPSHOT.jar to C:\Users\othni\.m2\repository\com\example\test-
installation\0.0.1-SNAPSHOT\test-installation-0.0.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.814 s
[INFO] Finished at: 2024-10-29T14:55:09+01:00
[INFO] ------------------------------------------------------------------------
PS C:\Users\othni\Documents\test-installation> netstat -aon | findstr :8080
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 20088
TCP [::]:8080 [::]:0 LISTENING 20088
PS C:\Users\othni\Documents\test-installation> taskkill /PID 20088 /F
Opération réussie : le processus avec PID 20088 a été terminé.
PS C:\Users\othni\Documents\test-installation> sudo lsof -i :8080
sudo : Le terme «sudo» n'est pas reconnu comme nom d'applet de commande, fonction,
fichier de script ou programme exécutable. Vérifiez l'orthographe du
nom, ou si un chemin d'accès existe, vérifiez que le chemin d'accès est correct et
réessayez.
Au caractère Ligne:1 : 1
+ sudo lsof -i :8080
+ ~~~~
+ CategoryInfo : ObjectNotFound: (sudo:String) [],
CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\othni\Documents\test-installation>

You might also like